Searched refs:GetAuthentication (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.h15 status_t GetAuthentication(const char* context,
H A DAuthenticationServer.cpp31 // GetAuthentication
33 AuthenticationServer::GetAuthentication(const char* context, const char* server, function in class:AuthenticationServer
H A DShareVolume.cpp3061 error = authenticationServer.GetAuthentication("netfs",
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.h21 bool GetAuthentication(const char* server,
H A DAuthenticationServer.cpp165 Authentication* GetAuthentication(const char* share) const function in class:AuthenticationServer::ServerEntry
216 cancelled = fPanel->GetAuthentication(fServer.GetString(),
388 serverEntry->GetAuthentication(share);
H A DAuthenticationPanel.cpp84 // GetAuthentication
86 AuthenticationPanel::GetAuthentication(const char* server, function in class:AuthenticationPanel
/haiku/headers/private/netservices/
H A DUrlContext.h37 BHttpAuthentication& GetAuthentication(const BUrl& url);
/haiku/src/preferences/bluetooth/
H A DExtendedLocalDeviceView.cpp84 // TODO implement GetAuthentication in LocalDevice
85 if (fDevice->GetAuthentication())
/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp116 BUrlContext::GetAuthentication(const BUrl& url) function in class:BUrlContext
H A DHttpRequest.cpp500 = &fContext->GetAuthentication(fUrl);
513 authentication = &fContext->GetAuthentication(fUrl);
1009 BHttpAuthentication& authentication = fContext->GetAuthentication(fUrl);

Completed in 69 milliseconds