Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h44 virtual int32_t GetUnitInfo(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h39 int32_t GetUnitInfo(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h39 virtual int32_t GetUnitInfo(const RawAddress &device) override;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c472 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 Dinterface_profile_avrcp_ct.h685 virtual int GetUnitInfo(const RawAddress &rawAddr) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h596 int GetUnitInfo(const BluetoothRemoteDevice &device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h228 int GetUnitInfo(const RawAddress &rawAddr) override;
H A Davrcp_ct_service.cpp634 int AvrcpCtService::GetUnitInfo(const RawAddress &rawAddr) in GetUnitInfo() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp241 int ret = profile_->GetUnitInfo(device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp918 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 Dbluetooth_avrcp_ct_stub.cpp222 int32_t result = GetUnitInfo(RawAddress(data.ReadString())); in GetUnitInfoInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp252 int32_t BluetoothAvrcpCtProxy::GetUnitInfo(const RawAddress &device) in GetUnitInfo() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1122 int AvrcpController::GetUnitInfo(const BluetoothRemoteDevice &device) in GetUnitInfo() function in OHOS::Bluetooth::AvrcpController
1135 return proxy->GetUnitInfo(rawAddr); in GetUnitInfo()