/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 52 virtual int32_t SetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 47 virtual int32_t SetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 47 int32_t SetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 209 * @brief Responds the data of the <b>SetPlayerAppSettingCurrentValue</b>. 831 virtual int SetPlayerAppSettingCurrentValue(
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 212 int SetPlayerAppSettingCurrentValue(const std::string &addr, const std::deque<uint8_t> &attributes, in SetPlayerAppSettingCurrentValue() function in stub::MediaService
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 737 int SetPlayerAppSettingCurrentValue(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 | 357 int SetPlayerAppSettingCurrentValue( 1015 * @brief Responds the data of the <b>SetPlayerAppSettingCurrentValue</b>.
|
H A D | avrcp_ct_service.cpp | 1114 int AvrcpCtService::SetPlayerAppSettingCurrentValue( in SetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpCtService
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 386 * @tc.name: SetPlayerAppSettingCurrentValue 398 int ret = profile_->SetPlayerAppSettingCurrentValue(device, attributes, values); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 312 int32_t result = SetPlayerAppSettingCurrentValue(raw, attributes, values); in SetPlayerAppSettingCurrentValueInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 437 std::bind(&AvrcpTgService::SetPlayerAppSettingCurrentValue, this, _1, _2, _3, _4), in AvrcpTgService() 1364 void AvrcpTgService::SetPlayerAppSettingCurrentValue( in SetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpTgService 1370 int result = stub::MediaService::GetInstance()->SetPlayerAppSettingCurrentValue( in SetPlayerAppSettingCurrentValue()
|
H A D | avrcp_tg_service.h | 616 * @brief Responds the data of the <b>SetPlayerAppSettingCurrentValue</b>. 1359 void SetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::deque<uint8_t> &attributes, 1363 * @brief Responds the data of the <b>SetPlayerAppSettingCurrentValue</b>.
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 429 int32_t BluetoothAvrcpCtProxy::SetPlayerAppSettingCurrentValue(const RawAddress &device, in SetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy 434 HILOGE("[SetPlayerAppSettingCurrentValue] fail: write interface token failed."); in SetPlayerAppSettingCurrentValue() 439 HILOGE("[SetPlayerAppSettingCurrentValue] fail: write result failed"); in SetPlayerAppSettingCurrentValue() 444 HILOGE("[SetPlayerAppSettingCurrentValue] fail: write result failed"); in SetPlayerAppSettingCurrentValue() 449 HILOGE("[SetPlayerAppSettingCurrentValue] fail: write result failed"); in SetPlayerAppSettingCurrentValue() 458 HILOGE("BluetoothAvrcpCtProxy::SetPlayerAppSettingCurrentValue done fail, error: %{public}d", error); in SetPlayerAppSettingCurrentValue()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1273 int AvrcpController::SetPlayerAppSettingCurrentValue( in SetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::AvrcpController 1313 result = proxy->SetPlayerAppSettingCurrentValue(rawAddr, myAttributes, myValues); in SetPlayerAppSettingCurrentValue()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1031 int32_t BluetoothAvrcpCtServer::SetPlayerAppSettingCurrentValue(const RawAddress &device, in SetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1048 result = pimpl->service_->SetPlayerAppSettingCurrentValue(BluetoothRawAddress(device), myAttributes, myValues); in SetPlayerAppSettingCurrentValue()
|