Lines Matching refs:u32
100 u32 CecBoxVersion;
101 u32 DirNum;
111 u32 cecTitleId; // Title固有ID
112 u32 privateId; // アプリがつける固有ID。アクセスする為のキーとなる。
117 u32 MessageBoxInfoSize; // MessageBoxInfoのサイズ(Byte)
153 u32 boxInfoSize; // BoxInfoのサイズ
154 u32 boxSizeMax; // MessageBoxのサイズ(Byte)最大値
155 u32 boxSize; // MessageBoxのサイズ(使用量)(Byte)
156 u32 messNumMax; // ボックスに格納可能な message数 の最大値
157 u32 messNum; // ボックスに格納されているmessage数
158 u32 groupNumMax; // ボックスに格納可能な Message Group 数 の最大値
159 u32 messSizeMax; // 1つのMessageの最大サイズ
200 u32 currentCecTitleId;
243 u32 GetMessageBoxNum(MessageBoxFlag flag);
246 inline u32 GetCurrentCecTitleId() const{return currentCecTitleId;} in GetCurrentCecTitleId()
311 const TitleId cecTitleId, const u32 privateId,
354 const TitleId cecTitleId, const u32 privateId,
412 nn::Result OpenMessageBox(const TitleId cecTitleId, const u32 privateId);
631 u32 DeleteSentMessages();
679 nn::Result GetMessageBoxData(u32 datatype, void* dataBuf, size_t dataBufSize);
686 size_t GetMessageBoxDataSize(const u32 datatype);
699 nn::Result SetMessageBoxData(u32 datatype, const void* data, size_t dataSize);
771 u32 GetInBoxSizeMax();
772 u32 GetInBoxSize();
774 u32 GetOutBoxSizeMax();
775 u32 GetOutBoxSize();
782 u32 GetBoxSizeMax(CecBoxType boxType);
788 u32 GetBoxSize(CecBoxType boxType);
792 u32 GetInBoxMessNumMax();
793 u32 GetInBoxMessNum();
795 u32 GetOutBoxMessNumMax();
796 u32 GetOutBoxMessNum();
803 u32 GetBoxMessNumMax(CecBoxType boxType);
809 u32 GetBoxMessNum(CecBoxType boxType);
813 u32 GetInBoxGroupNumMax();
814 u32 GetInBoxGroupNum();
816 u32 GetOutBoxGroupNumMax();
817 u32 GetOutBoxGroupNum();
824 u32 GetBoxGroupNumMax(CecBoxType boxType);
830 u32 GetBoxGroupNum(CecBoxType boxType);
849 nn::Result SetBoxGroupNumMax(u32 num, CecBoxType boxType);
850 nn::Result SetInBoxGroupNumMax(u32 num);
851 nn::Result SetOutBoxGroupNumMax(u32 num);
856 u32 GetInBoxSessionNum();
874 u32 GetBoxSessionNum(CecBoxType boxType);
882 u32 GetInBoxMessHeader(CecMessageHeader& messHeader, const MessageId& messageId);
883 u32 GetInBoxMessHeaderByIndex(CecMessageHeader& messHeader, u32 messIndex);
893 u8* GetInBoxMessIdByIndex(u32 messIndex);
895 u32 GetOutBoxMessHeader(CecMessageHeader& messHeader, const MessageId& messageId);
896 u32 GetOutBoxMessHeaderByIndex(CecMessageHeader& messHeader, u32 messIndex);
906 u8* GetOutBoxMessIdByIndex(u32 messIndex);
923 CecMessageHeader* GetMessHeader(const CecBoxType boxType, const u32 messIndex);
935 u32 GetMessageMessSize(const CecBoxType boxType, const u32 messIndex);
943 u32 GetMessageBodySize(const CecBoxType boxType, const u32 messIndex);
951 u32 GetMessageGroupId(const CecBoxType boxType, const u32 messIndex);
959 u32 GetMessageSessionId(const CecBoxType boxType, const u32 messIndex);
967 MessageTypeFlag GetMessageMessTypeFlag(const CecBoxType boxType, const u32 messIndex);
975 SendMode GetMessageSendMode(const CecBoxType boxType, const u32 messIndex);
983 u8 GetMessageSendCount(const CecBoxType boxType, const u32 messIndex);
991 u8 GetMessagePropagationCount(const CecBoxType boxType, const u32 messIndex);
1000 bit8 GetMessageFlag_Unread(const CecBoxType boxType, const u32 messIndex);
1009 bit8 GetMessageFlag_New(const CecBoxType boxType, const u32 messIndex);
1017 bit16 GetMessageTag(const CecBoxType boxType, const u32 messIndex);
1025 … nn::fnd::DateTimeParameters GetMessageSendDate(const CecBoxType boxType, const u32 messIndex);
1033 … nn::fnd::DateTimeParameters GetMessageRecvDate(const CecBoxType boxType, const u32 messIndex);
1041 …nn::fnd::DateTimeParameters GetMessageCreateDate(const CecBoxType boxType, const u32 messIndex…
1056 …nn::Result GetMessageMessIdPair(MessageId* messId, const CecBoxType boxType, const u32 messIndex);
1057 MessageId GetMessageMessIdPair(const CecBoxType boxType, const u32 messIndex);
1070 nn::Result GetMessageMessId(MessageId* messId, const CecBoxType boxType, const u32 messIndex);
1071 MessageId GetMessageMessId(const CecBoxType boxType, const u32 messIndex);
1080 u32 GetMessIndex(CecBoxType boxType, MessageId& messId);
1081 u32 GetMessIndex(CecBoxType boxType, u8* messId);
1092 u32 AppendOutBoxIndex(const MessageId& messageId);
1102 u32 RemoveOutBoxIndex(const MessageId& messageId);
1112 u32 RoundOutBoxIndex(const MessageId& messageId);
1114 u32 ResetOutBoxIndex();
1115 u32 ReadOutBoxIndex();
1122 …virtual nn::Result OpenFile(const u32 cecTitleId, const u32 dataType, const u32 option, size_t* fi…
1126 u32 cecTitleId,
1135 u32 cecTitleId,
1144 u32 cecTitleId,
1152 u32 cecTitleId,
1159 …virtual nn::Result Delete( u32 cecTitleId, u32 dataType, u8 boxType, const u8 pMessId[], size_t me…
1160 virtual nn::Result SetData(u32 cecTitleId, const u8* pSetBuf, size_t len, u32 option);
1161 …virtual nn::Result ReadData(u8 *pReadBuf, size_t len, u32 option, const u8 optionData[], size_t op…