Searched refs:connectionMethod (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DServerInfo.h45 const char* connectionMethod);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerConnection.cpp68 const char* connectionMethod = fServerInfo->GetConnectionMethod(); local
85 error = factory.CreateConnection(connectionMethod, server.GetString(),
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DServerInfo.cpp158 ServerInfo::SetConnectionMethod(const char* connectionMethod) argument
160 return (fConnectionMethod.SetTo(connectionMethod) ? B_OK : B_NO_MEMORY);

Completed in 40 milliseconds