Searched refs:IsNotifyStateEnabled (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.cpp | 1063 if (cnManager->IsNotifyStateEnabled(rawAddr, AVRC_TG_EVENT_ID_PLAYBACK_STATUS_CHANGED)) { in SendPlaybackStatusChangedRsp() 1097 if (cnManager->IsNotifyStateEnabled(rawAddr, AVRC_TG_EVENT_ID_TRACK_CHANGED)) { in SendTrackChangedRsp() 1126 if (cnManager->IsNotifyStateEnabled(rawAddr, AVRC_TG_EVENT_ID_TRACK_REACHED_END)) { in SendTrackReachedEndRsp() 1155 if (cnManager->IsNotifyStateEnabled(rawAddr, AVRC_TG_EVENT_ID_TRACK_REACHED_START)) { in SendTrackReachedStartRsp() 1185 if (cnManager->IsNotifyStateEnabled(rawAddr, AVRC_TG_EVENT_ID_PLAYBACK_POS_CHANGED)) { in SendPlaybackPosChangedRsp() 1216 …if (cnManager->IsNotifyStateEnabled(rawAddr, AVRC_TG_EVENT_ID_PLAYER_APPLICATION_SETTING_CHANGED))… in SendPlayerApplicationSettingChangedRsp() 1246 if (cnManager->IsNotifyStateEnabled(rawAddr, AVRC_TG_EVENT_ID_NOW_PLAYING_CONTENT_CHANGED)) { in SendNowPlayingContentChangedRsp() 1275 if (cnManager->IsNotifyStateEnabled(rawAddr, AVRC_TG_EVENT_ID_AVAILABLE_PLAYERS_CHANGED)) { in SendAvailablePlayersChangedRsp() 1306 if (cnManager->IsNotifyStateEnabled(rawAddr, AVRC_TG_EVENT_ID_ADDRESSED_PLAYER_CHANGED)) { in SendAddressedPlayerChangedRsp() 1336 if (cnManager->IsNotifyStateEnabled(rawAddr, AVRC_TG_EVENT_ID_UIDS_CHANGED)) { in SendUidsChangedRsp() [all …]
|
H A D | avrcp_tg_connection.h | 292 bool IsNotifyStateEnabled(const RawAddress &rawAddr, uint8_t notification);
|
H A D | avrcp_tg_connection.cpp | 350 bool AvrcTgConnectManager::IsNotifyStateEnabled(const RawAddress &rawAddr, uint8_t notification) in IsNotifyStateEnabled() function in OHOS::bluetooth::AvrcTgConnectManager
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_connection.h | 264 bool IsNotifyStateEnabled(const RawAddress &rawAddr, uint8_t notification);
|
H A D | avrcp_ct_connection.cpp | 301 bool AvrcCtConnectManager::IsNotifyStateEnabled(const RawAddress &rawAddr, uint8_t notification) in IsNotifyStateEnabled() function in OHOS::bluetooth::AvrcCtConnectManager
|
H A D | avrcp_ct_profile.cpp | 1302 if (cnManager->IsNotifyStateEnabled(rawAddr, notifyPkt->GetEventId()) && in ReceiveRegisterNotificationRsp() 1508 if (cnManager->IsNotifyStateEnabled(rawAddr, event)) { in ProcessVendorNotificationTimeout()
|