Home
last modified time | relevance | path

Searched refs:GetDeviceUdidHashByUdid (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorcommon_fuzzer/
H A Dsoftbus_connector_common_fuzzer.cpp38 softbusConnector->GetDeviceUdidHashByUdid(str); in SoftBusConnectorCommonFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp231 std::string udisHash = softbusConnector_->GetDeviceUdidHashByUdid(trustDeviceId); in HandleOffline()
269 std::string udisHash = softbusConnector_->GetDeviceUdidHashByUdid(trustDeviceId); in HandleOnline()
343 return softbusConnector_->GetDeviceUdidHashByUdid(udid); in GetUdidHashByNetworkId()
586 std::string deviceId = softbusConnector_->GetDeviceUdidHashByUdid(udid); in GetGroupType()
607 deviceId = softbusConnector_->GetDeviceUdidHashByUdid(udid); in GetUdidHashByNetWorkId()
798 std::string udidHash = softbusConnector_->GetDeviceUdidHashByUdid(trustDeviceId); in HandleDeviceScreenStatusChange()
H A Ddevice_manager_service_impl_lite.cpp180 return softbusConnector_->GetDeviceUdidHashByUdid(udid); in GetUdidHashByNetworkId()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h137 std::string GetDeviceUdidHashByUdid(const std::string &udid);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/discovery/
H A Ddm_discovery_manager.cpp192 udidHash = softbusConnector_->GetDeviceUdidHashByUdid(udid); in GetAuthForm()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp551 std::string SoftbusConnector::GetDeviceUdidHashByUdid(const std::string &udid) in GetDeviceUdidHashByUdid() function in OHOS::DistributedHardware::SoftbusConnector
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp834 std::string ret = softbusConnector->GetDeviceUdidHashByUdid(udid);