Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/cec/CTR/
Dcec_Types.h171 nn::fnd::DateTimeParameters sendDate; //
172 nn::fnd::DateTimeParameters recvDate; //
173 nn::fnd::DateTimeParameters createDate; //
Dcec_MessageBoxSystem.h98 void SetLastOpenedDate(const nn::fnd::DateTimeParameters& dateTime);
99 nn::fnd::DateTimeParameters GetLastOpenedDate() const;
100 nn::fnd::DateTimeParameters GetLastReceivedDate() const;
Dcec_MessageBoxInfoReader.h279 nn::fnd::DateTimeParameters GetMessageSendDate(CecBoxType boxType, u32 messIndex);
287 nn::fnd::DateTimeParameters GetMessageRecvDate(CecBoxType boxType, u32 messIndex);
295 nn::fnd::DateTimeParameters GetMessageCreateDate(CecBoxType boxType, u32 messIndex);
Dcec_Message.h401 nn::Result SetSendDate(const nn::fnd::DateTimeParameters& date);
406 nn::fnd::DateTimeParameters GetSendDate() const in GetSendDate()
416 nn::Result SetRecvDate(const nn::fnd::DateTimeParameters& date);
421 nn::fnd::DateTimeParameters GetRecvDate() const in GetRecvDate()
431 nn::Result SetCreateDate(const nn::fnd::DateTimeParameters& date);
436 nn::fnd::DateTimeParameters GetCreateDate() const in GetCreateDate()
Dcec_Api.h125 void DateParam2Str(char* outStr, nn::fnd::DateTimeParameters date);
Dcec_MessageBox.h121 nn::fnd::DateTimeParameters lastOpened; // Record the time when accessed
126 nn::fnd::DateTimeParameters lastReceived; // Record the time when received
1317 …nn::fnd::DateTimeParameters GetMessageSendDate(const CecBoxType boxType, const u32 messIndex) …
1330 …nn::fnd::DateTimeParameters GetMessageRecvDate(const CecBoxType boxType, const u32 messIndex) …
1342 …nn::fnd::DateTimeParameters GetMessageCreateDate(const CecBoxType boxType, const u32 messIndex…
Dcec_Control.h36 nn::fnd::DateTimeParameters recvDate; //
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_DateTime.h51 struct DateTimeParameters struct
173 DateTimeParameters GetParameters() const;
313 static DateTime FromParameters(const DateTimeParameters &dateTimeParameters);
352 static bool IsValidParameters(const DateTimeParameters &dateTimeParameters);
/CTR-SDK-4.2.5/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()