Home
last modified time | relevance | path

Searched refs:authenticationType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp35 authenticationType_(static_cast<uint32_t>(AuthenticationType::MIN)), in AccessControlProfile()
110 return authenticationType_; in GetAuthenticationType()
115 authenticationType_ = authenticationType; in SetAuthenticationType()
207 WRITE_HELPER_RET(parcel, Uint32, authenticationType_, false); in Marshalling()
227 READ_HELPER_RET(parcel, Uint32, authenticationType_, false); in UnMarshalling()
252 cJSON_AddNumberToObject(json, AUTHENTICATION_TYPE.c_str(), authenticationType_); in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Daccess_control_profile.h74 uint32_t authenticationType_; variable