Home
last modified time | relevance | path

Searched refs:SetPlayerAppSettingCurrentValue (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h52 virtual int32_t SetPlayerAppSettingCurrentValue(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h47 int32_t SetPlayerAppSettingCurrentValue(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h47 virtual int32_t SetPlayerAppSettingCurrentValue(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h831 virtual int SetPlayerAppSettingCurrentValue(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h212 …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 Dbluetooth_avrcp_ct.h737 …int SetPlayerAppSettingCurrentValue(const BluetoothRemoteDevice &device, const std::vector<uint8_t…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h357 int SetPlayerAppSettingCurrentValue(
H A Davrcp_ct_service.cpp1114 int AvrcpCtService::SetPlayerAppSettingCurrentValue( in SetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp398 int ret = profile_->SetPlayerAppSettingCurrentValue(device, attributes, values);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1031 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 Dbluetooth_avrcp_ct_stub.cpp312 int32_t result = SetPlayerAppSettingCurrentValue(raw, attributes, values); in SetPlayerAppSettingCurrentValueInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp432 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 Davrcp_tg_service.cpp437 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 Davrcp_tg_service.h1359 …void SetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::deque<uint8_t> &attribu…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1276 int AvrcpController::SetPlayerAppSettingCurrentValue( in SetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::AvrcpController
1316 result = proxy->SetPlayerAppSettingCurrentValue(rawAddr, myAttributes, myValues); in SetPlayerAppSettingCurrentValue()