Home
last modified time | relevance | path

Searched refs:GetAuthForm (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_device_state_manager.cpp217 int32_t ret = dmDeviceStateManager->GetAuthForm(networkId);
225 int32_t ret = dmDeviceStateManager->GetAuthForm(networkId);
232 int32_t ret = dmDeviceStateManager->GetAuthForm(networkId);
H A DUTTest_dm_discovery_manager.cpp362 int32_t ret = discoveryMgr_->GetAuthForm(localDeviceId, deviceId, isTrusted, authForm);
378 int32_t ret = discoveryMgr_->GetAuthForm(localDeviceId, deviceId, isTrusted, authForm);
395 int32_t ret = discoveryMgr_->GetAuthForm(localDeviceId, deviceId, isTrusted, authForm);
412 int32_t ret = discoveryMgr_->GetAuthForm(localDeviceId, deviceId, isTrusted, authForm);
430 int32_t ret = discoveryMgr_->GetAuthForm(localDeviceId, deviceId, isTrusted, authForm);
H A DUTTest_dm_deviceprofile_connector.cpp748 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/services/implementation/src/discovery/
H A Ddm_discovery_manager.cpp163 GetAuthForm(localDeviceId, info.deviceId, filterPara.isTrusted, info.authForm); in OnDeviceFound()
171 int32_t DmDiscoveryManager::GetAuthForm(const std::string &localDeviceId, const std::string &device… in GetAuthForm() function in OHOS::DistributedHardware::DmDiscoveryManager
226 GetAuthForm(localDeviceId, info.deviceId, filterPara.isTrusted, authForm); in OnDeviceFound()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/discovery/
H A Ddm_discovery_manager.h104 int32_t GetAuthForm(const std::string &localDeviceId, const std::string &deviceId,
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h106 DmAuthForm GetAuthForm(const std::string &networkId);
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h164 …int32_t GetAuthForm(DistributedDeviceProfile::AccessControlProfile profiles, const std::string &tr…
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp175 … uint32_t priority = static_cast<uint32_t>(GetAuthForm(item, trustDeviceId, requestDeviceId)); in CheckBindType()
183 int32_t DeviceProfileConnector::GetAuthForm(DistributedDeviceProfile::AccessControlProfile profiles, in GetAuthForm() function in OHOS::DistributedHardware::DeviceProfileConnector
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp384 DmAuthForm DmDeviceStateManager::GetAuthForm(const std::string &networkId) in GetAuthForm() function in OHOS::DistributedHardware::DmDeviceStateManager