Searched refs:AuthenticationServer (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.h0 // AuthenticationServer.h
8 class AuthenticationServer { class
10 AuthenticationServer();
11 ~AuthenticationServer();
H A DAuthenticationServer.cpp0 // AuthenticationServer.cpp
3 #include "AuthenticationServer.h"
13 AuthenticationServer::AuthenticationServer() function in class:AuthenticationServer
20 AuthenticationServer::~AuthenticationServer()
26 AuthenticationServer::InitCheck() const
33 AuthenticationServer::GetAuthentication(const char* context, const char* server,
H A DShareVolume.cpp13 #include "AuthenticationServer.h"
3038 AuthenticationServer authenticationServer;
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.h0 // AuthenticationServer.h
11 class AuthenticationServer : public BApplication { class in inherits:BApplication
13 AuthenticationServer();
14 ~AuthenticationServer();
H A DAuthenticationServer.cpp0 // AuthenticationServer.cpp
3 #include "AuthenticationServer.h"
18 class AuthenticationServer::Authentication {
60 class AuthenticationServer::ServerKey {
108 class AuthenticationServer::ServerEntry {
179 struct AuthenticationServer::ServerEntryMap
184 class AuthenticationServer::UserDialogTask : public Task {
186 UserDialogTask(AuthenticationServer* authenticationServer,
246 AuthenticationServer* fAuthenticationServer;
258 AuthenticationServer function in class:AuthenticationServer
[all...]

Completed in 58 milliseconds