Home
last modified time | relevance | path

Searched refs:GetAuthenticationType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Daccess_control_profile.h46 uint32_t GetAuthenticationType() const;
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp108 uint32_t AccessControlProfile::GetAuthenticationType() const in GetAuthenticationType() function in OHOS::DistributedDeviceProfile::AccessControlProfile
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp402 … } else if (item.GetBindLevel() == DEVICE && item.GetAuthenticationType() == ALLOW_AUTH_ALWAYS) { in GetOfflineParamFromAcl()
404 … } else if (item.GetBindLevel() == DEVICE && item.GetAuthenticationType() == ALLOW_AUTH_ONCE) { in GetOfflineParamFromAcl()
712 if (item.GetAuthenticationType() == ALLOW_AUTH_ONCE) { in DeleteTimeOutAcl()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp473 …if (item.GetAuthenticationType() == ALLOW_AUTH_ONCE && !item.GetAccesser().GetAccesserBundleName()… in DeleteGroupByDP()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp421 values.PutInt(AUTHENTICATION_TYPE, profile.GetAuthenticationType()); in AccessControlProfileToEntries()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1910 ValueObject(static_cast<int32_t>(profile.GetAuthenticationType())), in IsAclExists()