Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp191 fAuthenticationServer(authenticationServer), in UserDialogTask()
213 fAuthenticationServer->_GetAuthentication(fContext.GetString(), in Execute()
224 fAuthenticationServer->_SendRequestReply(fReplyPort, fReplyToken, in Execute()
227 fAuthenticationServer->_SendRequestReply(fReplyPort, fReplyToken, in Execute()
230 fAuthenticationServer->_AddAuthentication(fContext.GetString(), in Execute()
233 fAuthenticationServer->_SendRequestReply(fReplyPort, fReplyToken, in Execute()
246 AuthenticationServer* fAuthenticationServer; member in AuthenticationServer::UserDialogTask