/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 50 virtual int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 45 virtual int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 45 int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 193 * @brief Responds the data of the <b>GetPlayerAppSettingCurrentValue</b>. 814 virtual int GetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 206 int GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue() function in stub::MediaService
|
/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> &attributes);
|
/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> &attributes) override;
|
H A D | avrcp_ct_service.cpp | 1055 int AvrcpCtService::GetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes) in GetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpCtService
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 368 * @tc.name: GetPlayerAppSettingCurrentValue 378 int ret = profile_->GetPlayerAppSettingCurrentValue(device, attributes); in HWTEST_F()
|
/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()
|
/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(
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 399 int32_t BluetoothAvrcpCtProxy::GetPlayerAppSettingCurrentValue(const RawAddress &device, in GetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy 404 HILOGE("[GetPlayerAppSettingCurrentValue] fail: write interface token failed."); in GetPlayerAppSettingCurrentValue() 409 HILOGE("[GetPlayerAppSettingCurrentValue] fail: write result failed"); in GetPlayerAppSettingCurrentValue() 414 HILOGE("[GetPlayerAppSettingCurrentValue] fail: write result failed"); in GetPlayerAppSettingCurrentValue() 423 HILOGE("BluetoothAvrcpCtProxy::GetPlayerAppSettingCurrentValue done fail, error: %{public}d", error); in GetPlayerAppSettingCurrentValue()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1236 int AvrcpController::GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::AvrcpController 1267 result = proxy->GetPlayerAppSettingCurrentValue(rawAddr, attrs); in GetPlayerAppSettingCurrentValue()
|
/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), myAttributes); in GetPlayerAppSettingCurrentValue()
|