Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/friends/basic/
Ddemo_FriendsMain.cpp154 nn::friends::EventNotification notificationList[ NOTIFICATION_LIST_SIZE ]; in EventDispatchThread() local
168 … while((size = nn::friends::GetEventNotification(notificationList, NOTIFICATION_LIST_SIZE)) != 0) in EventDispatchThread()
172 HandleFriendsNotificationEvent( notificationList + i ); in EventDispatchThread()