Home
last modified time | relevance | path

Searched refs:DateTimeParameters (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-0.13.2/include/nn/cec/CTR/private/
Dcec_DataTypes.h46 nn::fnd::DateTimeParameters sendDate; //!< 送信日時(ms)
47 nn::fnd::DateTimeParameters recvDate; //!< 受信日時(ms)
48 nn::fnd::DateTimeParameters createDate; //!< 作成日時(ms)
/CTR-SDK-0.13.2/include/nn/cec/CTR/
Dcec_MessageBoxSystem.h77 void SetLastOpenedDate(const nn::fnd::DateTimeParameters& dateTime);
78 nn::fnd::DateTimeParameters GetLastOpenedDate();
Dcec_Message.h296 nn::Result SetSendDate(const nn::fnd::DateTimeParameters& date);
301 nn::fnd::DateTimeParameters GetSendDate() const;
303 nn::Result SetRecvDate(const nn::fnd::DateTimeParameters& date);
308 nn::fnd::DateTimeParameters GetRecvDate() const;
310 nn::Result SetCreateDate(const nn::fnd::DateTimeParameters& date);
315 nn::fnd::DateTimeParameters GetCreateDate() const;
Dcec_MessageBoxInfoReader.h277 nn::fnd::DateTimeParameters GetMessageSendDate(CecBoxType boxType, u32 messIndex);
285 nn::fnd::DateTimeParameters GetMessageRecvDate(CecBoxType boxType, u32 messIndex);
293 nn::fnd::DateTimeParameters GetMessageCreateDate(CecBoxType boxType, u32 messIndex);
Dcec_Api.h146 void DateParam2Str(char* outStr, nn::fnd::DateTimeParameters date);
Dcec_MessageBox.h120 nn::fnd::DateTimeParameters lastOpened; // アクセス時の時刻を記録
814 … nn::fnd::DateTimeParameters GetMessageSendDate(const CecBoxType boxType, const u32 messIndex);
822 … nn::fnd::DateTimeParameters GetMessageRecvDate(const CecBoxType boxType, const u32 messIndex);
830 …nn::fnd::DateTimeParameters GetMessageCreateDate(const CecBoxType boxType, const u32 messIndex…
Dcec_Control.h41 nn::fnd::DateTimeParameters recvDate; //!< 受信日時
/CTR-SDK-0.13.2/include/nn/fnd/
Dfnd_DateTime.h51 struct DateTimeParameters struct
171 DateTimeParameters GetParameters();
311 static DateTime FromParameters(const DateTimeParameters &dateTimeParameters);
350 static bool IsValidParameters(const DateTimeParameters &dateTimeParameters);
/CTR-SDK-0.13.2/sources/libraries/fnd/
Dfnd_DateTime.cpp107 bool DateTime::IsValidParameters(const DateTimeParameters &dateTimeParameters) in IsValidParameters()
299 DateTime DateTime::FromParameters(const DateTimeParameters &dateTimeParameters) in FromParameters()
395 DateTimeParameters DateTime::GetParameters() in GetParameters()
397 DateTimeParameters parameters; in GetParameters()