Lines Matching refs:u32

98 static const u32 CEC_BOX_VERSION      = 0x00000001;
103 u32 CecBoxVersion;
104 u32 DirNum;
114 u32 cecTitleId; // Title specific ID
115u32 privateId; // Specific ID assigned by application. It is the key for access.
120 u32 MessageBoxInfoSize; // MessageBoxInfo size (bytes)
156 u32 boxInfoSize; // BoxInfo size
157 u32 boxSizeMax; // MessageBox size (bytes) maximum value
158 u32 boxSize; // MessageBox size (used volume) (bytes)
159 u32 messNumMax; // Maximum number of messages that can be stored in the box
160 u32 messNum; // Number of messages stored in the box
161u32 groupNumMax; // Maximum number of Message Groups that can be stored in the box
162 u32 messSizeMax; // Maximum size of one message
164 static const u32 CEC_SIZEOF_BOXINFO_HEADER = (sizeof(struct CecBoxInfoHeader));
204 u32 currentCecTitleId;
252 u32 GetMessageBoxNum(MessageBoxFlag flag);
260 inline u32 GetCurrentCecTitleId() const{return currentCecTitleId;} in GetCurrentCecTitleId()
337 const TitleId cecTitleId, const u32 privateId,
381 const TitleId cecTitleId, const u32 privateId,
438 nn::Result OpenMessageBox(const TitleId cecTitleId, const u32 privateId);
678 u32 DeleteSentMessages();
726 nn::Result GetMessageBoxData(u32 datatype, void* dataBuf, size_t dataBufSize) const;
733 size_t GetMessageBoxDataSize(const u32 datatype) const;
746 nn::Result SetMessageBoxData(u32 datatype, const void* data, size_t dataSize);
824 inline u32 GetInBoxMessNumMax() const in GetInBoxMessNumMax()
829 inline u32 GetInBoxMessNum() const in GetInBoxMessNum()
834 inline u32 GetOutBoxMessNumMax() const in GetOutBoxMessNumMax()
839 inline u32 GetOutBoxMessNum() const in GetOutBoxMessNum()
848 inline u32 GetInBoxSizeMax() const in GetInBoxSizeMax()
853 inline u32 GetInBoxSize() const in GetInBoxSize()
857 inline u32 GetOutBoxSizeMax() const in GetOutBoxSizeMax()
862 inline u32 GetOutBoxSize() const in GetOutBoxSize()
867 inline u32 GetInBoxMessSizeMax() const in GetInBoxMessSizeMax()
872 inline u32 GetOutBoxMessSizeMax() const in GetOutBoxMessSizeMax()
883 inline u32 GetBoxSizeMax(CecBoxType boxType) const in GetBoxSizeMax()
898 inline u32 GetBoxSize(CecBoxType boxType) const in GetBoxSize()
914 inline u32 GetBoxMessageSizeMax(CecBoxType boxType) const in GetBoxMessageSizeMax()
935 inline u32 GetBoxMessNumMax(CecBoxType boxType) NN_ATTRIBUTE_DEPRECATED in GetBoxMessNumMax()
945 inline u32 GetBoxMessageNumMax(CecBoxType boxType) const in GetBoxMessageNumMax()
960 inline u32 GetBoxMessNum(CecBoxType boxType) NN_ATTRIBUTE_DEPRECATED in GetBoxMessNum()
969 inline u32 GetBoxMessageNum(CecBoxType boxType) const in GetBoxMessageNum()
982 inline u32 GetInBoxGroupNumMax() const in GetInBoxGroupNumMax()
986 u32 GetInBoxGroupNum() const;
988 inline u32 GetOutBoxGroupNumMax() const in GetOutBoxGroupNumMax()
993 u32 GetOutBoxGroupNum() const;
1001 inline u32 GetBoxGroupNumMax(CecBoxType boxType) const in GetBoxGroupNumMax()
1017 inline u32 GetBoxGroupNum(CecBoxType boxType) const in GetBoxGroupNum()
1044 nn::Result SetBoxGroupNumMax(u32 num, CecBoxType boxType);
1046 nn::Result SetInBoxGroupNumMax(u32 num);
1047 nn::Result SetOutBoxGroupNumMax(u32 num);
1050 u32 GetInBoxSessionNum() const;
1066 inline u32 GetBoxSessionNum(CecBoxType boxType) const in GetBoxSessionNum()
1086 u32 GetInBoxMessHeader(CecMessageHeader& messHeader, const MessageId& messageId) const;
1087 u32 GetInBoxMessHeaderByIndex(CecMessageHeader& messHeader, u32 messIndex) const;
1098 u8* GetInBoxMessIdByIndex(u32 messIndex);
1101 u32 GetOutBoxMessHeader(CecMessageHeader& messHeader, const MessageId& messageId) const;
1102 u32 GetOutBoxMessHeaderByIndex(CecMessageHeader& messHeader, u32 messIndex) const;
1113 u8* GetOutBoxMessIdByIndex(u32 messIndex);
1139 CecMessageHeader* GetMessHeader(const CecBoxType boxType, const u32 messIndex) const;
1153 …inline u32 GetMessageMessSize(const CecBoxType boxType, const u32 messIndex) NN_ATTRIBUTE_DEPR… in GetMessageMessSize()
1168 u32 GetMessageSize(const CecBoxType boxType, const u32 messIndex) const;
1176 u32 GetMessageBodySize(const CecBoxType boxType, const u32 messIndex) const;
1188 u32 GetMessageGroupId(const CecBoxType boxType, const u32 messIndex) const;
1200 u32 GetMessageSessionId(const CecBoxType boxType, const u32 messIndex) const;
1213 …inline MessageTypeFlag GetMessageMessTypeFlag(const CecBoxType boxType, const u32 messIndex) … in GetMessageMessTypeFlag()
1227 MessageTypeFlag GetMessageTypeFlag(const CecBoxType boxType, const u32 messIndex) const;
1239 SendMode GetMessageSendMode(const CecBoxType boxType, const u32 messIndex) const;
1251 u8 GetMessageSendCount(const CecBoxType boxType, const u32 messIndex) const;
1263 u8 GetMessagePropagationCount(const CecBoxType boxType, const u32 messIndex) const;
1276 bit8 GetMessageFlag_Unread(const CecBoxType boxType, const u32 messIndex) const;
1289 bit8 GetMessageFlag_New(const CecBoxType boxType, const u32 messIndex) const;
1304 bit16 GetMessageTag(const CecBoxType boxType, const u32 messIndex) const;
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…
1359 …inline nn::Result GetMessageMessIdPair(MessageId* messId, const CecBoxType boxType, const u32 mes… in GetMessageMessIdPair()
1377 …nn::Result GetMessageIdPair(MessageId* messId, const CecBoxType boxType, const u32 messIndex) con…
1389 …inline MessageId GetMessageMessIdPair(const CecBoxType boxType, const u32 messIndex) NN_ATTRIBUT… in GetMessageMessIdPair()
1402 MessageId GetMessageIdPair(const CecBoxType boxType, const u32 messIndex) const;
1416 …inline nn::Result GetMessageMessId(MessageId* messId, const CecBoxType boxType, const u32 messInd… in GetMessageMessId()
1430 … nn::Result GetMessageId(MessageId* messId, const CecBoxType boxType, const u32 messIndex) const;
1439 …inline MessageId GetMessageMessId(const CecBoxType boxType, const u32 messIndex) NN_ATTRIBUTE_DE… in GetMessageMessId()
1449 MessageId GetMessageId(const CecBoxType boxType, const u32 messIndex) const;
1459 inline u32 GetMessIndex(CecBoxType boxType, MessageId& messId) NN_ATTRIBUTE_DEPRECATED{ in GetMessIndex()
1462 inline u32 GetMessIndex(CecBoxType boxType, u8* messId) NN_ATTRIBUTE_DEPRECATED{ in GetMessIndex()
1472 u32 GetMessageIndex(CecBoxType boxType, const MessageId& messId) const;
1473 u32 GetMessageIndex(CecBoxType boxType, u8* messId) const;
1484 u32 AppendOutBoxIndex(const MessageId& messageId);
1494 u32 RemoveOutBoxIndex(const MessageId& messageId);
1504 u32 RoundOutBoxIndex(const MessageId& messageId);
1511 u32 ResetOutBoxIndex();
1512 u32 ReadOutBoxIndex();
1519 …virtual nn::Result OpenFile(const u32 cecTitleId, const u32 dataType, const u32 option, size_t* fi…
1523 u32 cecTitleId,
1532 u32 cecTitleId,
1541 u32 cecTitleId,
1549 u32 cecTitleId,
1556 …virtual nn::Result Delete( u32 cecTitleId, u32 dataType, u8 boxType, const u8 pMessId[], size_t me…
1557 virtual nn::Result SetData(u32 cecTitleId, const u8* pSetBuf, size_t len, u32 option);
1558 …virtual nn::Result ReadData(u8 *pReadBuf, size_t len, u32 option, const u8 optionData[], size_t op…
1559 …OpenAndWriteFile( const u8 pWriteBuf[], size_t writeBufLen, u32 cecTitleId, u32 dataType, u32 opti…
1560 …adFile( u8 pReadBuf[], size_t readBufLen, size_t* pReadLen, u32 cecTitleId, u32 dataType, u32 opti…