Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h49 virtual int32_t GetPlayerAppSettingValues(const RawAddress &device, int32_t attribute) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h44 int32_t GetPlayerAppSettingValues(const RawAddress &device, int32_t attribute) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h44 virtual int32_t GetPlayerAppSettingValues(const RawAddress &device, int32_t attribute) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h799 virtual int GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h201 int GetPlayerAppSettingValues(const std::string &addr, uint8_t attribute, uint8_t label) in GetPlayerAppSettingValues() function
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h707 int GetPlayerAppSettingValues(const BluetoothRemoteDevice &device, uint8_t attribute);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h329 int GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute) override;
H A Davrcp_ct_service.cpp996 int AvrcpCtService::GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute) in GetPlayerAppSettingValues() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp360 int ret = profile_->GetPlayerAppSettingValues(device, ATTRIBUTES_TEST);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp993 int32_t BluetoothAvrcpCtServer::GetPlayerAppSettingValues(const RawAddress &device, int32_t attribu… in GetPlayerAppSettingValues() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
999 result = pimpl->service_->GetPlayerAppSettingValues(BluetoothRawAddress(device), in GetPlayerAppSettingValues()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp262 int32_t result = GetPlayerAppSettingValues(RawAddress(data.ReadString()), data.ReadInt32()); in GetPlayerAppSettingValuesInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp372 int32_t BluetoothAvrcpCtProxy::GetPlayerAppSettingValues( in GetPlayerAppSettingValues() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp435 std::bind(&AvrcpTgService::GetPlayerAppSettingValues, this, _1, _2, _3), in AvrcpTgService()
1250 void AvrcpTgService::GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute, uint8_… in GetPlayerAppSettingValues() function in OHOS::bluetooth::AvrcpTgService
1255 …int result = stub::MediaService::GetInstance()->GetPlayerAppSettingValues(rawAddr.GetAddress(), at… in GetPlayerAppSettingValues()
H A Davrcp_tg_service.h1316 … void GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute, uint8_t label) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1210 int AvrcpController::GetPlayerAppSettingValues(const BluetoothRemoteDevice &device, uint8_t attribu… in GetPlayerAppSettingValues() function in OHOS::Bluetooth::AvrcpController
1233 result = proxy->GetPlayerAppSettingValues(rawAddr, static_cast<int32_t>(attribute)); in GetPlayerAppSettingValues()