Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/friends/basic/
Ddemo_FriendsMain.cpp271 nn::friends::Profile profileList[ nn::friends::FRIEND_LIST_SIZE ]; in nnMain() local
275 nn::friends::GetFriendProfile(profileList, friendKeyList, numOfFriend ); in nnMain()
288 NN_LOG("region:%u\n", profileList[i].region); in nnMain()
289 NN_LOG("country:%u\n", profileList[i].country); in nnMain()
290 NN_LOG("area:%u\n", profileList[i].area); in nnMain()
291 NN_LOG("language:%u\n", profileList[i].language); in nnMain()
292 NN_LOG("platform:%u\n", profileList[i].platform); in nnMain()