Home
last modified time | relevance | path

Searched refs:GetSubUnitInfo (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h45 virtual int32_t GetSubUnitInfo(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h40 int32_t GetSubUnitInfo(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h40 virtual int32_t GetSubUnitInfo(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h699 virtual int GetSubUnitInfo(const RawAddress &rawAddr) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h610 int GetSubUnitInfo(const BluetoothRemoteDevice &device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h240 int GetSubUnitInfo(const RawAddress &rawAddr) override;
H A Davrcp_ct_service.cpp678 int AvrcpCtService::GetSubUnitInfo(const RawAddress &rawAddr) in GetSubUnitInfo() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp258 int ret = profile_->GetSubUnitInfo(device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp933 int32_t BluetoothAvrcpCtServer::GetSubUnitInfo(const RawAddress &device) in GetSubUnitInfo() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
939 result = pimpl->service_->GetSubUnitInfo(BluetoothRawAddress(device)); in GetSubUnitInfo()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp230 int32_t result = GetSubUnitInfo(RawAddress(data.ReadString())); in GetSubUnitInfoInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp276 int32_t BluetoothAvrcpCtProxy::GetSubUnitInfo(const RawAddress &device) in GetSubUnitInfo() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1138 int AvrcpController::GetSubUnitInfo(const BluetoothRemoteDevice &device) in GetSubUnitInfo() function in OHOS::Bluetooth::AvrcpController
1151 return proxy->GetSubUnitInfo(rawAddr); in GetSubUnitInfo()