Searched refs:GetMyPreference (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/friends/CTR/ |
| D | friends_Api.h | 53 … Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame ); 54 Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName ); 270 …Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame ) NN_A… 271 …inline Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame… in GetMyPreference() function 273 return detail::GetMyPreference( pIsPublicMode, pIsShowGameName, pIsShowPlayedGame ); in GetMyPreference() 289 Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName ); 290 inline Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName ) in GetMyPreference() function 292 return detail::GetMyPreference( pIsPublicMode, pIsShowGameName ); in GetMyPreference()
|