Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/friends/basic/
Ddemo_FriendsMain.cpp108 void HandleFriendsNotificationEvent(const nn::friends::EventNotification* pNotification) in HandleFriendsNotificationEvent() argument
110 switch(pNotification->type) in HandleFriendsNotificationEvent()
126 NN_LOG("NOTIFICATION_FRIEND_ONLINE %u\n", pNotification->friendKey.principalId); in HandleFriendsNotificationEvent()
127 PrintFriendPresence(pNotification->friendKey); in HandleFriendsNotificationEvent()
130 NN_LOG("NOTIFICATION_FRIEND_OFFLINE %u\n", pNotification->friendKey.principalId); in HandleFriendsNotificationEvent()
133 NN_LOG("NOTIFICATION_BECOME_FRIEND %u\n", pNotification->friendKey.principalId); in HandleFriendsNotificationEvent()