Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/cec/CTR/
Dcec_MessageBoxSystem.h101 void SetLastOpenedDate(const nn::fnd::DateTimeParameters& dateTime);
102 nn::fnd::DateTimeParameters GetLastOpenedDate();
103 nn::fnd::DateTimeParameters GetLastReceivedDate();
Dcec_Types.h169 nn::fnd::DateTimeParameters sendDate; //
170 nn::fnd::DateTimeParameters recvDate; //
171 nn::fnd::DateTimeParameters createDate; //
Dcec_MessageBoxInfoReader.h278 nn::fnd::DateTimeParameters GetMessageSendDate(CecBoxType boxType, u32 messIndex);
286 nn::fnd::DateTimeParameters GetMessageRecvDate(CecBoxType boxType, u32 messIndex);
294 nn::fnd::DateTimeParameters GetMessageCreateDate(CecBoxType boxType, u32 messIndex);
Dcec_Message.h411 nn::Result SetSendDate(const nn::fnd::DateTimeParameters& date);
416 inline nn::fnd::DateTimeParameters GetSendDate() const in GetSendDate()
426 nn::Result SetRecvDate(const nn::fnd::DateTimeParameters& date);
431 inline nn::fnd::DateTimeParameters GetRecvDate() const in GetRecvDate()
441 nn::Result SetCreateDate(const nn::fnd::DateTimeParameters& date);
446 inline nn::fnd::DateTimeParameters GetCreateDate() const in GetCreateDate()
Dcec_Api.h149 void DateParam2Str(char* outStr, nn::fnd::DateTimeParameters date);
Dcec_MessageBox.h119 nn::fnd::DateTimeParameters lastOpened; // Record the time when accessed
124 nn::fnd::DateTimeParameters lastReceived; // Record the time when received
1280 … nn::fnd::DateTimeParameters GetMessageSendDate(const CecBoxType boxType, const u32 messIndex);
1293 … nn::fnd::DateTimeParameters GetMessageRecvDate(const CecBoxType boxType, const u32 messIndex);
1305 …nn::fnd::DateTimeParameters GetMessageCreateDate(const CecBoxType boxType, const u32 messIndex…
Dcec_Control.h42 nn::fnd::DateTimeParameters recvDate; //
/CTR-SDK-2.4.0/include/nn/fnd/
Dfnd_DateTime.h51 struct DateTimeParameters struct
171 DateTimeParameters GetParameters() const;
311 static DateTime FromParameters(const DateTimeParameters &dateTimeParameters);
350 static bool IsValidParameters(const DateTimeParameters &dateTimeParameters);
/CTR-SDK-2.4.0/sources/libraries/fnd/
Dfnd_DateTime.cpp107 bool DateTime::IsValidParameters(const DateTimeParameters &dateTimeParameters) in IsValidParameters()
299 DateTime DateTime::FromParameters(const DateTimeParameters &dateTimeParameters) in FromParameters()
398 DateTimeParameters DateTime::GetParameters() const in GetParameters()
400 DateTimeParameters parameters; in GetParameters()