Home
last modified time | relevance | path

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

/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp71 return fGeneralView->AuthenticatorName(); in NeedsAuthenticationRequest()
237 *settings = fGeneralView->AuthenticatorName(); in IsAuthenticationModified()
254 *settings = (!fGeneralView->AuthenticatorName() in IsAuthenticationModified()
255 || authenticator != fGeneralView->AuthenticatorName()); in IsAuthenticationModified()
275 if(fGeneralView->AuthenticatorName()) { in SaveSettings()
278 authenticator.AddString(MDSU_VALUES, fGeneralView->AuthenticatorName()); in SaveSettings()
483 GeneralView::AuthenticatorName() const in AuthenticatorName() function in GeneralView
H A DGeneralAddon.h112 const char *AuthenticatorName() const;