Symbol: AuthenticationServer
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
108
class AuthenticationServer::ServerEntry {
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
179
struct AuthenticationServer::ServerEntryMap
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
18
class AuthenticationServer::Authentication {
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
184
class AuthenticationServer::UserDialogTask : public Task {
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
186
UserDialogTask(AuthenticationServer* authenticationServer,
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
246
AuthenticationServer* fAuthenticationServer;
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
258
AuthenticationServer::AuthenticationServer()
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
270
AuthenticationServer::~AuthenticationServer()
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
289
AuthenticationServer::Init()
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
313
AuthenticationServer::_RequestThreadEntry(void* data)
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
315
return ((AuthenticationServer*)data)->_RequestThread();
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
320
AuthenticationServer::_RequestThread()
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
373
AuthenticationServer::_GetAuthentication(const char* context,
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
401
AuthenticationServer::_AddAuthentication(const char* context,
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
433
AuthenticationServer::_SendRequestReply(port_id port, int32 token,
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
455
AuthenticationServer app;
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
60
class AuthenticationServer::ServerKey {
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.h
11
class AuthenticationServer : public BApplication {
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.h
13
AuthenticationServer();
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.h
14
~AuthenticationServer();
src/add-ons/kernel/file_systems/netfs/client/AuthenticationServer.cpp
13
AuthenticationServer::AuthenticationServer()
src/add-ons/kernel/file_systems/netfs/client/AuthenticationServer.cpp
20
AuthenticationServer::~AuthenticationServer()
src/add-ons/kernel/file_systems/netfs/client/AuthenticationServer.cpp
26
AuthenticationServer::InitCheck() const
src/add-ons/kernel/file_systems/netfs/client/AuthenticationServer.cpp
33
AuthenticationServer::GetAuthentication(const char* context, const char* server,
src/add-ons/kernel/file_systems/netfs/client/AuthenticationServer.h
10
AuthenticationServer();
src/add-ons/kernel/file_systems/netfs/client/AuthenticationServer.h
11
~AuthenticationServer();
src/add-ons/kernel/file_systems/netfs/client/AuthenticationServer.h
8
class AuthenticationServer {
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
3038
AuthenticationServer authenticationServer;