Lines Matching refs:OSReport
105 OSReport( "*******************************************************\n" ); in main()
106 OSReport( " MessageBox Search demo\n" ); in main()
107 OSReport( "*******************************************************\n" ); in main()
114 OSReport( "NWC24OpenLib(): Error %d\n", err ); in main()
122 OSReport( "NWC24GetMyUserId(): Error %d\n", err ); in main()
166 OSReport( "NWC24SearchMsgs(): Error %d\n", err ); in main()
170 OSReport("===================================================\n"); in main()
171 OSReport(" [NWC24SearchMsgs(): Stored: %d Remain: %d]\n", numStored, numRemain); in main()
172 OSReport("===================================================\n"); in main()
187 OSReport( "NWC24CloseLib(): Error %d\n", err ); in main()
202 OSReport( "\n#######################################################\n" ); in ViewSearchConds()
203 OSReport( " [Search Conditions]\n" ); in ViewSearchConds()
204 OSReport( "-------------------------------------------------------\n" ); in ViewSearchConds()
205 OSReport( " From Address ID : " ); in ViewSearchConds()
209 OSReport( "%llu\n", s_uidMy ); in ViewSearchConds()
213 OSReport( "Disable\n" ); in ViewSearchConds()
216 OSReport( " Message Box : %s\n", s_bSCondSendBox ? "Send Box" : "Receive Box" ); in ViewSearchConds()
217 OSReport( " For Menu : %s\n", s_bSCondForMenu ? "Enable" : "Disable" ); in ViewSearchConds()
218 OSReport( " Include Public : %s\n", s_bSCondPublic ? "Enable" : "Disable" ); in ViewSearchConds()
219 OSReport( " Application ID : " ); in ViewSearchConds()
223 OSReport( "0x%08x\n", s_appId ); in ViewSearchConds()
227 OSReport( "Disable\n" ); in ViewSearchConds()
230 OSReport( "#######################################################\n" ); in ViewSearchConds()
239 OSReport( "\n[From] " ); in ViewMessage()
242 OSReport( "\n[To] " ); in ViewMessage()
245 OSReport( "\n[Subject] " ); in ViewMessage()
248 OSReport( "\n[Msg type] " ); in ViewMessage()
251 OSReport( "\n[App ID] " ); in ViewMessage()
254 OSReport( "\n-------------------------------------------\n" ); in ViewMessage()
267 OSReport( "NWC24GetMsgType(): Error %d\n", err ); in PrintFrom()
278 OSReport( "NWC24GetMsgFromId(): Error %d\n", err ); in PrintFrom()
281 OSReport( "%016llu", uid ); in PrintFrom()
290 OSReport( "NWC24ReadMsgFromAddr(): Error %d\n", err ); in PrintFrom()
293 OSReport( "%s", strAddr ); in PrintFrom()
309 OSReport( "NWC24GetMsgType(): Error %d\n", err ); in PrintTo()
316 OSReport( "NWC24GetMsgNumTo(): Error %d\n", err ); in PrintTo()
329 OSReport( "NWC24ReadMsgToId(): Error %d\n", err ); in PrintTo()
333 OSReport( "%016llu", uid ); in PrintTo()
336 OSReport( ", " ); in PrintTo()
349 OSReport( "NWC24ReadMsgToAddr(): Error %d\n", err ); in PrintTo()
353 OSReport( "%s", strAddr ); in PrintTo()
356 OSReport( ", " ); in PrintTo()
374 OSReport( "NWC24GetMsgSubjectSize(): Error %d\n", err ); in PrintSubject()
382 OSReport( "NWC24ReadMsgSubject(): Error %d\n", err ); in PrintSubject()
390 OSReport( "%c", buffer[iBuf] ); in PrintSubject()
408 OSReport( "NWC24GetMsgType(): Error %d\n", err ); in PrintMsgType()
422 OSReport( "%s", strMsgType ); in PrintMsgType()
435 OSReport( "NWC24GetMsgAppId(): Error %d\n", err ); in PrintAppId()
439 OSReport( "0x%08x", appId ); in PrintAppId()