/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 49 virtual int32_t GetPlayerAppSettingValues(const RawAddress &device, int32_t attribute) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 44 int32_t GetPlayerAppSettingValues(const RawAddress &device, int32_t attribute) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 44 virtual int32_t GetPlayerAppSettingValues(const RawAddress &device, int32_t attribute) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 799 virtual int GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 201 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 D | bluetooth_avrcp_ct.h | 707 int GetPlayerAppSettingValues(const BluetoothRemoteDevice &device, uint8_t attribute);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 329 int GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute) override;
|
H A D | avrcp_ct_service.cpp | 996 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 D | avrcp_ct_test.cpp | 360 int ret = profile_->GetPlayerAppSettingValues(device, ATTRIBUTES_TEST);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 993 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 D | bluetooth_avrcp_ct_stub.cpp | 262 int32_t result = GetPlayerAppSettingValues(RawAddress(data.ReadString()), data.ReadInt32()); in GetPlayerAppSettingValuesInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 372 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 D | avrcp_tg_service.cpp | 435 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 D | avrcp_tg_service.h | 1316 … void GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute, uint8_t label) const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1210 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()
|