Home
last modified time | relevance | path

Searched refs:GetPlayerAppSettingCurrentValue (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h50 virtual int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h45 virtual int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h45 int32_t GetPlayerAppSettingCurrentValue(const RawAddress &device,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h193 * @brief Responds the data of the <b>GetPlayerAppSettingCurrentValue</b>.
814 virtual int GetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h206 int GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue() function in stub::MediaService
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h721 int GetPlayerAppSettingCurrentValue(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &attributes);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h342 int GetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes) override;
H A Davrcp_ct_service.cpp1055 int AvrcpCtService::GetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes) in GetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpCtService
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp368 * @tc.name: GetPlayerAppSettingCurrentValue
378 int ret = profile_->GetPlayerAppSettingCurrentValue(device, attributes); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp281 int32_t result = GetPlayerAppSettingCurrentValue(raw, attributes); in GetPlayerAppSettingCurrentValueInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp436 std::bind(&AvrcpTgService::GetPlayerAppSettingCurrentValue, this, _1, _2, _3, _4), in AvrcpTgService()
1299 void AvrcpTgService::GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpTgService
1304 int result = stub::MediaService::GetInstance()->GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue()
H A Davrcp_tg_service.h1335 void GetPlayerAppSettingCurrentValue(
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp399 int32_t BluetoothAvrcpCtProxy::GetPlayerAppSettingCurrentValue(const RawAddress &device, in GetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
404 HILOGE("[GetPlayerAppSettingCurrentValue] fail: write interface token failed."); in GetPlayerAppSettingCurrentValue()
409 HILOGE("[GetPlayerAppSettingCurrentValue] fail: write result failed"); in GetPlayerAppSettingCurrentValue()
414 HILOGE("[GetPlayerAppSettingCurrentValue] fail: write result failed"); in GetPlayerAppSettingCurrentValue()
423 HILOGE("BluetoothAvrcpCtProxy::GetPlayerAppSettingCurrentValue done fail, error: %{public}d", error); in GetPlayerAppSettingCurrentValue()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1236 int AvrcpController::GetPlayerAppSettingCurrentValue( in GetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::AvrcpController
1267 result = proxy->GetPlayerAppSettingCurrentValue(rawAddr, attrs); in GetPlayerAppSettingCurrentValue()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1009 int32_t BluetoothAvrcpCtServer::GetPlayerAppSettingCurrentValue(const RawAddress &device, in GetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
1022 result = pimpl->service_->GetPlayerAppSettingCurrentValue(BluetoothRawAddress(device), myAttributes); in GetPlayerAppSettingCurrentValue()

Completed in 24 milliseconds