Lines Matching refs:mBoxId
44 static BOOL GetMsgData ( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId );
47 static void CreateMessage ( NWC24MsgBoxId mBoxId );
90 static BOOL GetMsgData( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId ) in GetMsgData() argument
100 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in GetMsgData()
102 err = NWC24GetMsgObj( &msgObj, mBoxId, msgId ); in GetMsgData()
250 static void CreateMessage( NWC24MsgBoxId mBoxId ) in CreateMessage() argument
265 if ( mBoxId == NWC24_SEND_BOX ) in CreateMessage()
725 … NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in UpdateDeleteMsg() local
728 err = NWC24DeleteMsg( mBoxId, g_idListBuf[mbType][ g_idxSelectedId[mbType] ] ); in UpdateDeleteMsg()
737 ReleaseMsgIdList( mBoxId ); in UpdateDeleteMsg()
738 GetMsgIdList( mBoxId ); in UpdateDeleteMsg()
761 ReleaseListedSubjects( mBoxId ); in UpdateDeleteMsg()
762 GetListedSubjects( mBoxId ); in UpdateDeleteMsg()