Home
last modified time | relevance | path

Searched refs:trustDev (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp746 std::string trustDev = ""; variable
748 int32_t ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev);
751 ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev);
755 ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev);
759 ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev);
762 ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev);
765 ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev);
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp184 const std::string &trustDev, const std::string &reqDev) in GetAuthForm() argument
198 profiles.GetAccessee().GetAccesseeDeviceId() == trustDev) { in GetAuthForm()
201 profiles.GetAccesser().GetAccesserDeviceId() == trustDev) { in GetAuthForm()
209 profiles.GetAccessee().GetAccesseeDeviceId() == trustDev) { in GetAuthForm()
212 profiles.GetAccesser().GetAccesserDeviceId() == trustDev) { in GetAuthForm()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h164 …t GetAuthForm(DistributedDeviceProfile::AccessControlProfile profiles, const std::string &trustDev,