Searched refs:anonymous_access_role (Results 1 – 3 of 3) sorted by relevance
133 std::string anonymous_access_role{ in UpdateBaseConfiguration() local139 parameters.GetString("localAnonymousAccessMaxRole", &anonymous_access_role); in UpdateBaseConfiguration()144 if (!StringToEnum(anonymous_access_role, &auth_scope)) { in UpdateBaseConfiguration()148 anonymous_access_role.c_str()); in UpdateBaseConfiguration()
73 void UpdateBaseConfig(AuthScope anonymous_access_role,
822 void DeviceRegistrationInfo::UpdateBaseConfig(AuthScope anonymous_access_role, in UpdateBaseConfig() argument826 change.set_local_anonymous_access_role(anonymous_access_role); in UpdateBaseConfig()