/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;
|
/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;
|
/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;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 177 * @brief Responds the data of the <b>GetPlayerAppSettingValues</b>. 799 virtual int GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute) = 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 in stub::MediaService
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 707 int GetPlayerAppSettingValues(const BluetoothRemoteDevice &device, uint8_t attribute);
|
/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; 964 * @brief Responds the data of the <b>GetPlayerAppSettingValues</b>.
|
H A D | avrcp_ct_service.cpp | 996 int AvrcpCtService::GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute) in GetPlayerAppSettingValues() function in OHOS::bluetooth::AvrcpCtService
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 351 * @tc.name: GetPlayerAppSettingValues 360 int ret = profile_->GetPlayerAppSettingValues(device, ATTRIBUTES_TEST); in HWTEST_F()
|
/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()
|
/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_t label) const in GetPlayerAppSettingValues() function in OHOS::bluetooth::AvrcpTgService 1255 int result = stub::MediaService::GetInstance()->GetPlayerAppSettingValues(rawAddr.GetAddress(), attribute, label); in GetPlayerAppSettingValues()
|
H A D | avrcp_tg_service.h | 118 * @brief Responds the data of the <b>GetPlayerAppSettingValues</b>. 592 * @brief Responds the data of the <b>GetPlayerAppSettingValues</b>. 1316 void GetPlayerAppSettingValues(const RawAddress &rawAddr, uint8_t attribute, uint8_t label) const; 1319 * @brief Responds the data of the <b>GetPlayerAppSettingValues</b>.
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 369 int32_t BluetoothAvrcpCtProxy::GetPlayerAppSettingValues( in GetPlayerAppSettingValues() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy 374 HILOGE("[GetPlayerAppSettingValues] fail: write interface token failed."); in GetPlayerAppSettingValues() 379 HILOGE("[GetPlayerAppSettingValues] fail: write result failed"); in GetPlayerAppSettingValues() 384 HILOGE("[GetPlayerAppSettingValues] fail: write result failed"); in GetPlayerAppSettingValues() 393 HILOGE("BluetoothAvrcpCtProxy::GetPlayerAppSettingValues done fail, error: %{public}d", error); in GetPlayerAppSettingValues()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1207 int AvrcpController::GetPlayerAppSettingValues(const BluetoothRemoteDevice &device, uint8_t attribute) in GetPlayerAppSettingValues() function in OHOS::Bluetooth::AvrcpController 1230 result = proxy->GetPlayerAppSettingValues(rawAddr, static_cast<int32_t>(attribute)); in GetPlayerAppSettingValues()
|
/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 attribute) in GetPlayerAppSettingValues() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 999 result = pimpl->service_->GetPlayerAppSettingValues(BluetoothRawAddress(device), in GetPlayerAppSettingValues()
|