Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h45 virtual void NotifyAvailablePlayersChanged() = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h240 void NotifyAvailablePlayersChanged(void);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h50 void NotifyAvailablePlayersChanged() override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h45 void NotifyAvailablePlayersChanged() override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp418 void BluetoothAvrcpTgServer::NotifyAvailablePlayersChanged() in NotifyAvailablePlayersChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
427 pimpl->service_->NotifyAvailablePlayersChanged(); in NotifyAvailablePlayersChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp390 void AvrcpTarget::NotifyAvailablePlayersChanged(void) in NotifyAvailablePlayersChanged() function in OHOS::Bluetooth::AvrcpTarget
401 proxy->NotifyAvailablePlayersChanged(); in NotifyAvailablePlayersChanged()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp331 profile_->NotifyAvailablePlayersChanged();
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h569 virtual void NotifyAvailablePlayersChanged(uint8_t label = AVRC_DEFAULT_LABEL) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp313 NotifyAvailablePlayersChanged(); in NotifyAvailablePlayersChangedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp426 void BluetoothAvrcpTgProxy::NotifyAvailablePlayersChanged() in NotifyAvailablePlayersChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h912 void NotifyAvailablePlayersChanged(uint8_t label = AVRC_DEFAULT_LABEL) override;
H A Davrcp_tg_service.cpp2434 void AvrcpTgService::NotifyAvailablePlayersChanged(uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService