Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h42 virtual void NotifyPlayerAppSettingChanged(const std::vector<int32_t> &attributes,
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h226 …void NotifyPlayerAppSettingChanged(const std::vector<uint8_t> &attributes, const std::vector<uint8…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h47 void NotifyPlayerAppSettingChanged(const std::vector<int32_t> &attributes,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h42 void NotifyPlayerAppSettingChanged(const std::vector<int32_t> &attributes,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp379 void BluetoothAvrcpTgServer::NotifyPlayerAppSettingChanged(const std::vector<int32_t> &attributes, in NotifyPlayerAppSettingChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
401 pimpl->service_->NotifyPlayerAppSettingChanged(attrs, vals); in NotifyPlayerAppSettingChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp352 void AvrcpTarget::NotifyPlayerAppSettingChanged(const std::vector<uint8_t> &attributes, in NotifyPlayerAppSettingChanged() function in OHOS::Bluetooth::AvrcpTarget
373 proxy->NotifyPlayerAppSettingChanged(attrs, vals); in NotifyPlayerAppSettingChanged()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp299 profile_->NotifyPlayerAppSettingChanged(attributes, values);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h550 …virtual void NotifyPlayerAppSettingChanged(const std::deque<uint8_t> &attributes, const std::deque…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp297 NotifyPlayerAppSettingChanged(attributes, values); in NotifyPlayerAppSettingChangedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp363 void BluetoothAvrcpTgProxy::NotifyPlayerAppSettingChanged(const std::vector<int32_t> &attributes, in NotifyPlayerAppSettingChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h897 …void NotifyPlayerAppSettingChanged(const std::deque<uint8_t> &attributes, const std::deque<uint8_t…
H A Davrcp_tg_service.cpp2380 void AvrcpTgService::NotifyPlayerAppSettingChanged( in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService