Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h48 virtual int32_t GetPlayerAppSettingAttributes(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h43 int32_t GetPlayerAppSettingAttributes(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h43 virtual int32_t GetPlayerAppSettingAttributes(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h784 virtual int GetPlayerAppSettingAttributes(const RawAddress &rawAddr) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h196 int GetPlayerAppSettingAttributes(const std::string &addr, uint8_t label) in GetPlayerAppSettingAttributes() function
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h692 int GetPlayerAppSettingAttributes(const BluetoothRemoteDevice &device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h316 int GetPlayerAppSettingAttributes(const RawAddress &rawAddr) override;
H A Davrcp_ct_service.cpp938 int AvrcpCtService::GetPlayerAppSettingAttributes(const RawAddress &rawAddr) in GetPlayerAppSettingAttributes() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp343 int ret = profile_->GetPlayerAppSettingAttributes(device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp978 int32_t BluetoothAvrcpCtServer::GetPlayerAppSettingAttributes(const RawAddress &device) in GetPlayerAppSettingAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
984 result = pimpl->service_->GetPlayerAppSettingAttributes(BluetoothRawAddress(device)); in GetPlayerAppSettingAttributes()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp254 int32_t result = GetPlayerAppSettingAttributes(RawAddress(data.ReadString())); in GetPlayerAppSettingAttributesInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp348 int32_t BluetoothAvrcpCtProxy::GetPlayerAppSettingAttributes(const RawAddress &device) in GetPlayerAppSettingAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp434 std::bind(&AvrcpTgService::GetPlayerAppSettingAttributes, this, _1, _2), in AvrcpTgService()
1201 void AvrcpTgService::GetPlayerAppSettingAttributes(const RawAddress &rawAddr, uint8_t label) const in GetPlayerAppSettingAttributes() function in OHOS::bluetooth::AvrcpTgService
1205 …int result = stub::MediaService::GetInstance()->GetPlayerAppSettingAttributes(rawAddr.GetAddress()… in GetPlayerAppSettingAttributes()
H A Davrcp_tg_service.h1298 void GetPlayerAppSettingAttributes(const RawAddress &rawAddr, uint8_t label) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1194 int AvrcpController::GetPlayerAppSettingAttributes(const BluetoothRemoteDevice &device) in GetPlayerAppSettingAttributes() function in OHOS::Bluetooth::AvrcpController
1207 return proxy->GetPlayerAppSettingAttributes(rawAddr); in GetPlayerAppSettingAttributes()