Searched refs:GetShareStatistics (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp625 ->GetShareStatistics(share, &statistics);
H A DStatisticsManager.cpp246 // GetShareStatistics
248 StatisticsManager::GetShareStatistics(Share* share, BMessage* statistics) function in class:StatisticsManager
253 return GetShareStatistics(share->GetName(), statistics);
256 // GetShareStatistics
258 StatisticsManager::GetShareStatistics(const char* share, BMessage* _statistics) function in class:StatisticsManager
H A DStatisticsManager.h36 status_t GetShareStatistics(Share* share,
38 status_t GetShareStatistics(const char* share,
/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerPrefs.cpp169 roster.GetShareStatistics(share, &statistics);
221 if (roster.GetShareStatistics(name, &statistics) == B_OK) {
245 if (roster.GetShareStatistics(name, &statistics) != B_OK) {
323 if (roster.GetShareStatistics(share, &statistics) != B_OK) {
H A DNetFSServerRoster.cpp269 // GetShareStatistics
271 NetFSServerRoster::GetShareStatistics(const char* share, BMessage* statistics) function in class:NetFSServerRoster
H A DNetFSServerRoster.h34 status_t GetShareStatistics(const char* share,

Completed in 108 milliseconds