Home
last modified time | relevance | path

Searched refs:AUTHENTICATION_TYPE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp252 cJSON_AddNumberToObject(json, AUTHENTICATION_TYPE.c_str(), authenticationType_); in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp53 const std::string AUTHENTICATION_TYPE = "authenticationType"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h63 extern const std::string AUTHENTICATION_TYPE;
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp421 values.PutInt(AUTHENTICATION_TYPE, profile.GetAuthenticationType()); in AccessControlProfileToEntries()
533 if (GetIntValue(values, AUTHENTICATION_TYPE, intValue)) { in EntriesToAccessControlProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1543 int32_t authenticationType = rowEntity.Get(AUTHENTICATION_TYPE); in ConvertToAccessControlProfile()