Home
last modified time | relevance | path

Searched refs:GetPlayerAppSettingValueText (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h56 virtual int32_t GetPlayerAppSettingValueText(const RawAddress &device, int32_t attributes,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h51 int32_t GetPlayerAppSettingValueText(const RawAddress &device, int32_t attributes,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h51 virtual int32_t GetPlayerAppSettingValueText(const RawAddress &device, int32_t attributes,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h863 virtual int GetPlayerAppSettingValueText(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h224 int GetPlayerAppSettingValueText( in GetPlayerAppSettingValueText() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h385 int GetPlayerAppSettingValueText(
H A Davrcp_ct_service.cpp1230 int AvrcpCtService::GetPlayerAppSettingValueText( in GetPlayerAppSettingValueText() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1078 int32_t BluetoothAvrcpCtServer::GetPlayerAppSettingValueText(const RawAddress &device, int32_t attr… in GetPlayerAppSettingValueText() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
1092 pimpl->service_->GetPlayerAppSettingValueText(BluetoothRawAddress(device), in GetPlayerAppSettingValueText()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp352 int32_t result = GetPlayerAppSettingValueText(raw, attributes, values); in GetPlayerAppSettingValueTextInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp497 int32_t BluetoothAvrcpCtProxy::GetPlayerAppSettingValueText(const RawAddress &device, int32_t attri… in GetPlayerAppSettingValueText() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp439 std::bind(&AvrcpTgService::GetPlayerAppSettingValueText, this, _1, _2, _3, _4), in AvrcpTgService()
1463 void AvrcpTgService::GetPlayerAppSettingValueText( in GetPlayerAppSettingValueText() function in OHOS::bluetooth::AvrcpTgService
1469 int result = stub::MediaService::GetInstance()->GetPlayerAppSettingValueText( in GetPlayerAppSettingValueText()
H A Davrcp_tg_service.h1398 void GetPlayerAppSettingValueText(
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1382 …result = proxy->GetPlayerAppSettingValueText(rawAddr, static_cast<int32_t>(attributeId), myValues); in GetPlayerApplicationSettingValueText()