/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 52 virtual int32_t SetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 47 int32_t SetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 47 virtual int32_t SetPlayerAppSettingCurrentValue(const RawAddress &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 831 virtual int SetPlayerAppSettingCurrentValue(
|
/ohos5.0/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
|
/ohos5.0/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…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 357 int SetPlayerAppSettingCurrentValue(
|
H A D | avrcp_ct_service.cpp | 1114 int AvrcpCtService::SetPlayerAppSettingCurrentValue( in SetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 398 int ret = profile_->SetPlayerAppSettingCurrentValue(device, attributes, values);
|
/ohos5.0/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), myAttribute… in SetPlayerAppSettingCurrentValue()
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 432 int32_t BluetoothAvrcpCtProxy::SetPlayerAppSettingCurrentValue(const RawAddress &device, in SetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/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 | 1359 …void SetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::deque<uint8_t> &attribu…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1276 int AvrcpController::SetPlayerAppSettingCurrentValue( in SetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::AvrcpController 1316 result = proxy->SetPlayerAppSettingCurrentValue(rawAddr, myAttributes, myValues); in SetPlayerAppSettingCurrentValue()
|