/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 45 virtual int32_t GetSubUnitInfo(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 40 int32_t GetSubUnitInfo(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 40 virtual int32_t GetSubUnitInfo(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 699 virtual int GetSubUnitInfo(const RawAddress &rawAddr) = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 610 int GetSubUnitInfo(const BluetoothRemoteDevice &device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 240 int GetSubUnitInfo(const RawAddress &rawAddr) override;
|
H A D | avrcp_ct_service.cpp | 678 int AvrcpCtService::GetSubUnitInfo(const RawAddress &rawAddr) in GetSubUnitInfo() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 258 int ret = profile_->GetSubUnitInfo(device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 933 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 D | bluetooth_avrcp_ct_stub.cpp | 230 int32_t result = GetSubUnitInfo(RawAddress(data.ReadString())); in GetSubUnitInfoInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 276 int32_t BluetoothAvrcpCtProxy::GetSubUnitInfo(const RawAddress &device) in GetSubUnitInfo() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1138 int AvrcpController::GetSubUnitInfo(const BluetoothRemoteDevice &device) in GetSubUnitInfo() function in OHOS::Bluetooth::AvrcpController 1151 return proxy->GetSubUnitInfo(rawAddr); in GetSubUnitInfo()
|