Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h44 virtual void NotifyNowPlayingContentChanged() = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h233 void NotifyNowPlayingContentChanged(void);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h49 void NotifyNowPlayingContentChanged() override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h44 void NotifyNowPlayingContentChanged() override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp405 void BluetoothAvrcpTgServer::NotifyNowPlayingContentChanged() in NotifyNowPlayingContentChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
414 pimpl->service_->NotifyNowPlayingContentChanged(); in NotifyNowPlayingContentChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp376 void AvrcpTarget::NotifyNowPlayingContentChanged(void) in NotifyNowPlayingContentChanged() function in OHOS::Bluetooth::AvrcpTarget
387 proxy->NotifyNowPlayingContentChanged(); in NotifyNowPlayingContentChanged()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp315 profile_->NotifyNowPlayingContentChanged();
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h560 virtual void NotifyNowPlayingContentChanged(uint8_t label = AVRC_DEFAULT_LABEL) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp305 NotifyNowPlayingContentChanged(); in NotifyNowPlayingContentChangedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp406 void BluetoothAvrcpTgProxy::NotifyNowPlayingContentChanged() in NotifyNowPlayingContentChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h905 void NotifyNowPlayingContentChanged(uint8_t label = AVRC_DEFAULT_LABEL) override;
H A Davrcp_tg_service.cpp2409 void AvrcpTgService::NotifyNowPlayingContentChanged(uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService