Searched refs:fConnectionMethod (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DServerInfo.cpp79 fConnectionMethod(),
88 fConnectionMethod(),
99 VisitString(this, visitor, fConnectionMethod);
111 flattener->WriteString(fConnectionMethod.GetString());
126 unflattener->ReadString(fConnectionMethod);
160 return (fConnectionMethod.SetTo(connectionMethod) ? B_OK : B_NO_MEMORY);
167 return fConnectionMethod.GetString();
200 fConnectionMethod = other.fConnectionMethod;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.h54 HashString fConnectionMethod; member in class:ExtendedServerInfo
H A DExtendedServerInfo.cpp70 return fConnectionMethod.GetString();
117 || !fConnectionMethod.SetTo(serverInfo->GetConnectionMethod())) {
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DServerInfo.h56 HashString fConnectionMethod; member in class:ServerInfo

Completed in 33 milliseconds