Lines Matching refs:mBoxId
186 void GetMsgIdList( NWC24MsgBoxId mBoxId ) in GetMsgIdList() argument
190 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in GetMsgIdList()
192 err = NWC24GetNumMsgs( mBoxId, &g_numMsgs[mbType] ); in GetMsgIdList()
203 err = NWC24GetMsgIdList( mBoxId, g_idListBuf[mbType], g_numMsgs[mbType] ); in GetMsgIdList()
216 void ReleaseMsgIdList( NWC24MsgBoxId mBoxId ) in ReleaseMsgIdList() argument
218 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in ReleaseMsgIdList()
236 void GetListedSubjects( NWC24MsgBoxId mBoxId ) in GetListedSubjects() argument
242 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in GetListedSubjects()
255 err = NWC24GetMsgObj( &msgObj, mBoxId, g_idListBuf[mbType][idxIdListBuf] ); in GetListedSubjects()
293 void ReleaseListedSubjects( NWC24MsgBoxId mBoxId ) in ReleaseListedSubjects() argument
296 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in ReleaseListedSubjects()