Searched refs:DateTimeParameters (Results 1 – 9 of 9) sorted by relevance
101 void SetLastOpenedDate(const nn::fnd::DateTimeParameters& dateTime);102 nn::fnd::DateTimeParameters GetLastOpenedDate();103 nn::fnd::DateTimeParameters GetLastReceivedDate();
169 nn::fnd::DateTimeParameters sendDate; //170 nn::fnd::DateTimeParameters recvDate; //171 nn::fnd::DateTimeParameters createDate; //
278 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);
411 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()
149 void DateParam2Str(char* outStr, nn::fnd::DateTimeParameters date);
119 nn::fnd::DateTimeParameters lastOpened; // Record the time when accessed124 nn::fnd::DateTimeParameters lastReceived; // Record the time when received1280 … 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…
42 nn::fnd::DateTimeParameters recvDate; //
51 struct DateTimeParameters struct171 DateTimeParameters GetParameters() const;311 static DateTime FromParameters(const DateTimeParameters &dateTimeParameters);350 static bool IsValidParameters(const DateTimeParameters &dateTimeParameters);
107 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()