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

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.h13 class ShareInfo;
20 status_t SetTo(const ShareInfo* shareInfo);
49 status_t _AddShare(const ShareInfo* info);
H A DExtendedServerInfo.cpp16 ExtendedShareInfo::SetTo(const ShareInfo* shareInfo)
123 const ShareInfo& shareInfo = serverInfo->ShareInfoAt(i);
147 ExtendedServerInfo::_AddShare(const ShareInfo* info)
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DServerInfo.cpp20 // #pragma mark ----- ShareInfo -----
23 ShareInfo::ShareInfo() function in class:ShareInfo
31 ShareInfo::IsValid() const
38 ShareInfo::ShowAround(RequestMemberVisitor* visitor)
45 ShareInfo::Flatten(RequestFlattener* flattener)
52 ShareInfo::Unflatten(RequestUnflattener* unflattener)
59 ShareInfo::SetShareName(const char* shareName)
66 ShareInfo::GetShareName() const
133 ShareInfo inf
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DServerInfo.h10 // ShareInfo
11 class ShareInfo : public FlattenableRequestMember { class in inherits:FlattenableRequestMember
13 ShareInfo();
50 const ShareInfo& ShareInfoAt(int32 index) const;
57 Vector<ShareInfo> fShareInfos;

Completed in 84 milliseconds