Lines Matching refs:u32

51 static BOOL     GetMsgData          ( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId );
55 static void UpdateMenu ( u32 input );
56 static void UpdateRecvBox ( u32 input );
57 static void UpdateSendBox ( u32 input );
58 static void UpdateMsgContent ( u32 input );
59 static void UpdateDeleteMsg ( u32 input );
60 static void UpdateBeforeRecvMsg ( u32 input );
61 static void UpdateBeforePostMsg ( u32 input );
62 static void UpdateDoneRecvMsg ( u32 input );
63 static void UpdateDonePostMsg ( u32 input );
64 static void UpdateLibClosed ( u32 input );
65 static void UpdateWaitOpen ( u32 input );
66 static void UpdateErrorMsg ( u32 input );
74 void Update( u32 input ) in Update()
113 static BOOL GetMsgData( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId ) in GetMsgData()
117 u32 subjectSize; in GetMsgData()
119 u32 textSize; in GetMsgData()
203 u32 i; in GetMsgData()
220 u32 i; in GetMsgData()
322 err = NWC24SetMsgSubject( &msgObj, STR_SUBJECT, (u32)strlen( STR_SUBJECT ) ); in CreateMessage()
325 err = NWC24SetMsgText( &msgObj, (char*)STR_BODY_TEXT, (u32)strlen( STR_BODY_TEXT ), in CreateMessage()
341 static void UpdateMenu ( u32 input ) in UpdateMenu()
416 static void UpdateRecvBox( u32 input ) in UpdateRecvBox()
446 u32 msgId; in UpdateRecvBox()
451 … = (u32)((g_idxSubjectBufStart[MB_TYPE_RECV] + LIST_BOX_ROWS - 1) % LIST_BOX_ROWS); in UpdateRecvBox()
478 u32 idxIdBottomOfList = g_idxIdTopOfList[MB_TYPE_RECV] + LIST_BOX_ROWS - 1; in UpdateRecvBox()
482 u32 msgId; in UpdateRecvBox()
484 u32 idxSubjectBufEnd; in UpdateRecvBox()
490 = (u32)((g_idxSubjectBufStart[MB_TYPE_RECV] + 1) % LIST_BOX_ROWS); in UpdateRecvBox()
521 static void UpdateSendBox( u32 input ) in UpdateSendBox()
550 u32 msgId; in UpdateSendBox()
555 … = (u32)((g_idxSubjectBufStart[MB_TYPE_SEND] + LIST_BOX_ROWS - 1) % LIST_BOX_ROWS); in UpdateSendBox()
582 u32 idxIdBottomOfList = g_idxIdTopOfList[MB_TYPE_SEND] + LIST_BOX_ROWS - 1; in UpdateSendBox()
586 u32 msgId; in UpdateSendBox()
588 u32 idxSubjectBufEnd; in UpdateSendBox()
594 = (u32)((g_idxSubjectBufStart[MB_TYPE_SEND] + 1) % LIST_BOX_ROWS); in UpdateSendBox()
625 static void UpdateMsgContent( u32 input ) in UpdateMsgContent()
666 static void UpdateDeleteMsg( u32 input ) in UpdateDeleteMsg()
728 static void UpdateBeforeRecvMsg( u32 input ) in UpdateBeforeRecvMsg()
752 static void UpdateBeforePostMsg( u32 input ) in UpdateBeforePostMsg()
776 static void UpdateDoneRecvMsg( u32 input ) in UpdateDoneRecvMsg()
793 static void UpdateDonePostMsg( u32 input ) in UpdateDonePostMsg()
810 static void UpdateLibClosed( u32 input ) in UpdateLibClosed()
827 static void UpdateWaitOpen( u32 input ) in UpdateWaitOpen()
829 static u32 waitCount = 0; in UpdateWaitOpen()
868 static void UpdateErrorMsg( u32 input ) in UpdateErrorMsg()