Home
last modified time | relevance | path

Searched refs:msgType (Results 1 – 2 of 2) sorted by relevance

/RvlDCW-2.0.3/build/demos/cfriend/src/
Dmain.c123 DWCCfMsgType msgType; in SearchFriendMsgs() local
145 …fGetAppFriendKeyFromNWC24Msg( &msgObjArray[iObj], &s_playerinfo.userdata, &appFriendKey, &msgType ) in SearchFriendMsgs()
149 …intf("Received a friend key message. appFriendKey: %012llu msgType: %d.\n", appFriendKey, msgType); in SearchFriendMsgs()
332 NWC24MsgType msgType; in PrintFrom() local
334 err = NWC24GetMsgType( msgObj, &msgType ); in PrintFrom()
341 if ( msgType != NWC24_MSGTYPE_PUBLIC ) in PrintFrom()
372 NWC24MsgType msgType; in PrintTo() local
376 err = NWC24GetMsgType( msgObj, &msgType ); in PrintTo()
390 if ( msgType != NWC24_MSGTYPE_PUBLIC ) in PrintTo()
474 NWC24MsgType msgType; in PrintMsgType() local
[all …]
/RvlDCW-2.0.3/include/cfriend/
Ddwc_cfriend.h93 …riendKeyToNWC24Msg ( NWC24MsgObj* obj, const DWCUserData* userdata, DWCCfMsgType msgType );
94 … ( const NWC24MsgObj* obj, const DWCUserData* userdata, u64* appFriendKey, DWCCfMsgType* msgType );