/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 44 virtual int32_t GetUnitInfo(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 39 int32_t GetUnitInfo(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 39 virtual int32_t GetUnitInfo(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_discover.c | 472 static uint16_t GetUnitInfo(const uint8_t *data, uint16_t dataLen, uint8_t *outBuf, uint32_t outLen… function 514 uint16_t moduleNameLen = GetUnitInfo(frame + len, frameLen - len, (uint8_t *)moduleName, 522 uint16_t deviceIdLen = GetUnitInfo(frame + len, frameLen - len, (uint8_t *)deviceId, 534 … uint16_t msgLen = GetUnitInfo(frame + len, frameLen - len, msgPtr, frameLen - len, COAP_MSG_TYPE);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 685 virtual int GetUnitInfo(const RawAddress &rawAddr) = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 596 int GetUnitInfo(const BluetoothRemoteDevice &device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 228 int GetUnitInfo(const RawAddress &rawAddr) override;
|
H A D | avrcp_ct_service.cpp | 634 int AvrcpCtService::GetUnitInfo(const RawAddress &rawAddr) in GetUnitInfo() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 241 int ret = profile_->GetUnitInfo(device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 918 int32_t BluetoothAvrcpCtServer::GetUnitInfo(const RawAddress &device) in GetUnitInfo() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 924 result = pimpl->service_->GetUnitInfo(BluetoothRawAddress(device)); in GetUnitInfo()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 222 int32_t result = GetUnitInfo(RawAddress(data.ReadString())); in GetUnitInfoInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 252 int32_t BluetoothAvrcpCtProxy::GetUnitInfo(const RawAddress &device) in GetUnitInfo() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1122 int AvrcpController::GetUnitInfo(const BluetoothRemoteDevice &device) in GetUnitInfo() function in OHOS::Bluetooth::AvrcpController 1135 return proxy->GetUnitInfo(rawAddr); in GetUnitInfo()
|