Home
last modified time | relevance | path

Searched refs:trustUdid (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/test/servicesfuzztest/deviceprofileconnector_fuzzer/
H A Ddevice_profile_connector_fuzzer.cpp34 std::string trustUdid(reinterpret_cast<const char*>(data), size); in DeviceProfileConnectorFuzzTest()
59 DeviceProfileConnector::GetInstance().GetBindTypeByPkgName(pkgName, requestDeviceId, trustUdid); in DeviceProfileConnectorFuzzTest()
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h105 std::string trustUdid);
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp224 std::string trustUdid) in GetBindTypeByPkgName()
231 if (trustUdid != item.GetTrustDeviceId() || item.GetStatus() != ACTIVE) { in GetBindTypeByPkgName()
223 GetBindTypeByPkgName(std::string pkgName, std::string requestDeviceId, std::string trustUdid) GetBindTypeByPkgName() argument
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp193 std::string trustUdid; in HWTEST_F() local
194 auto ret = DeviceProfileConnector::GetInstance().GetBindTypeByPkgName(pkgName, requestDeviceId, trustUdid); in HWTEST_F()

Completed in 5 milliseconds