/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 50 virtual int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 45 int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 45 virtual int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 814 …virtual int GetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 206 int GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue() function
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 721 …int GetPlayerAppSettingCurrentValue(const BluetoothRemoteDevice &device, const std::vector<uint8_t…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 342 …int GetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attribu…
|
H A D | avrcp_ct_service.cpp | 1055 int AvrcpCtService::GetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<ui… in GetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 378 int ret = profile_->GetPlayerAppSettingCurrentValue(device, attributes);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1009 int32_t BluetoothAvrcpCtServer::GetPlayerAppSettingCurrentValue(const RawAddress &device, in GetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1022 …result = pimpl->service_->GetPlayerAppSettingCurrentValue(BluetoothRawAddress(device), myAttribute… in GetPlayerAppSettingCurrentValue()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 281 int32_t result = GetPlayerAppSettingCurrentValue(raw, attributes); in GetPlayerAppSettingCurrentValueInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 402 int32_t BluetoothAvrcpCtProxy::GetPlayerAppSettingCurrentValue(const RawAddress &device, in GetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 436 std::bind(&AvrcpTgService::GetPlayerAppSettingCurrentValue, this, _1, _2, _3, _4), in AvrcpTgService() 1299 void AvrcpTgService::GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpTgService 1304 int result = stub::MediaService::GetInstance()->GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue()
|
H A D | avrcp_tg_service.h | 1335 void GetPlayerAppSettingCurrentValue(
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1239 int AvrcpController::GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::AvrcpController 1270 result = proxy->GetPlayerAppSettingCurrentValue(rawAddr, attrs); in GetPlayerAppSettingCurrentValue()
|