Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h50 virtual int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h45 int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h45 virtual int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h814 …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 Dmedia_service.h206 int GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue() function
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h721 …int GetPlayerAppSettingCurrentValue(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.h342 …int GetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attribu…
H A Davrcp_ct_service.cpp1055 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 Davrcp_ct_test.cpp378 int ret = profile_->GetPlayerAppSettingCurrentValue(device, attributes);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1009 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 Dbluetooth_avrcp_ct_stub.cpp281 int32_t result = GetPlayerAppSettingCurrentValue(raw, attributes); in GetPlayerAppSettingCurrentValueInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp402 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 Davrcp_tg_service.cpp436 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 Davrcp_tg_service.h1335 void GetPlayerAppSettingCurrentValue(
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1239 int AvrcpController::GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::AvrcpController
1270 result = proxy->GetPlayerAppSettingCurrentValue(rawAddr, attrs); in GetPlayerAppSettingCurrentValue()