Searched refs:authenticationType_ (Results 1 – 2 of 2) sorted by relevance
35 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()
74 uint32_t authenticationType_; variable