Home
last modified time | relevance | path

Searched refs:GetDeviceInfoByDeviceId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorcommon_fuzzer/
H A Dsoftbus_connector_common_fuzzer.cpp43 softbusConnector->GetDeviceInfoByDeviceId(str); in SoftBusConnectorCommonFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h151 DmDeviceInfo GetDeviceInfoByDeviceId(const std::string &deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp104 DmDeviceInfo devInfo = softbusConnector_->GetDeviceInfoByDeviceId(deviceId); in OnDeviceOnline()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp731 DmDeviceInfo SoftbusConnector::GetDeviceInfoByDeviceId(const std::string &deviceId) in GetDeviceInfoByDeviceId() function in OHOS::DistributedHardware::SoftbusConnector
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp955 auto ret = softbusConnector->GetDeviceInfoByDeviceId(deviceId);