/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 48 virtual int32_t GetPlayerAppSettingAttributes(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 43 int32_t GetPlayerAppSettingAttributes(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 43 virtual int32_t GetPlayerAppSettingAttributes(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 784 virtual int GetPlayerAppSettingAttributes(const RawAddress &rawAddr) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 196 int GetPlayerAppSettingAttributes(const std::string &addr, uint8_t label) in GetPlayerAppSettingAttributes() function
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 692 int GetPlayerAppSettingAttributes(const BluetoothRemoteDevice &device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 316 int GetPlayerAppSettingAttributes(const RawAddress &rawAddr) override;
|
H A D | avrcp_ct_service.cpp | 938 int AvrcpCtService::GetPlayerAppSettingAttributes(const RawAddress &rawAddr) in GetPlayerAppSettingAttributes() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 343 int ret = profile_->GetPlayerAppSettingAttributes(device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 978 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 D | bluetooth_avrcp_ct_stub.cpp | 254 int32_t result = GetPlayerAppSettingAttributes(RawAddress(data.ReadString())); in GetPlayerAppSettingAttributesInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 348 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 D | avrcp_tg_service.cpp | 434 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 D | avrcp_tg_service.h | 1298 void GetPlayerAppSettingAttributes(const RawAddress &rawAddr, uint8_t label) const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1194 int AvrcpController::GetPlayerAppSettingAttributes(const BluetoothRemoteDevice &device) in GetPlayerAppSettingAttributes() function in OHOS::Bluetooth::AvrcpController 1207 return proxy->GetPlayerAppSettingAttributes(rawAddr); in GetPlayerAppSettingAttributes()
|