Lines Matching refs:messId
320 … nn::cec::MessageId messId = nn::cec::MessageId(cecMessBox.GetMessageId(boxType[type], i)); in CecTest_ShowBoxMessageList() local
321 NN_LOG(" GetMessageMessId [%s]\n", messId.GetString()); in CecTest_ShowBoxMessageList()
331 … NN_LOG(" GetMessIndex: %d\n", cecMessBox.GetMessageIndex(boxType[type], messId)); in CecTest_ShowBoxMessageList()
343 nn::cec::MessageId messId; in CecTest_DeleteOneMessage() local
351 messId = cecMessBox.GetMessageId(boxtype, 0); in CecTest_DeleteOneMessage()
352 NN_LOG(" GetMessageMessId [%s]\n", messId.GetString()); in CecTest_DeleteOneMessage()
355 result = cecMessBox.DeleteMessage(boxtype, messId); in CecTest_DeleteOneMessage()
361 NN_LOG(" DeleteMessage [%s]\n", messId.GetString()); in CecTest_DeleteOneMessage()
370 nn::cec::MessageId messId; in CecTest_ShowInboxMessage() local
381 cecMessBox.GetMessageId(&messId, boxType, i); in CecTest_ShowInboxMessage()
394 result = cecMessBox.ReadMessage(cecMessage, buf, messSize, boxType, messId); in CecTest_ShowInboxMessage()
404 NN_LOG(" ===== (%02d) messageId [%s]\n", i, messId.GetString()); in CecTest_ShowInboxMessage()
562 nn::cec::MessageId messId; in nnMain() local
573 messId in nnMain()