Searched refs:GetUserStatistics (Results 1 - 6 of 6) sorted by path

/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.cpp154 // GetUserStatistics
156 NetFSServerRoster::GetUserStatistics(const char* user, BMessage* statistics) function in class:NetFSServerRoster
H A DNetFSServerRoster.h25 status_t GetUserStatistics(const char* user,
H A DNetFSServerPrefs.cpp269 if (roster.GetUserStatistics(name, &statistics) == B_OK) {
293 if (roster.GetUserStatistics(name, &statistics) != B_OK) {
317 if (roster.GetUserStatistics(user, &statistics) != B_OK) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DStatisticsManager.cpp224 // GetUserStatistics
226 StatisticsManager::GetUserStatistics(User* user, BMessage* statistics) function in class:StatisticsManager
231 return GetUserStatistics(user->GetName(), statistics);
234 // GetUserStatistics
236 StatisticsManager::GetUserStatistics(const char* user, BMessage* _statistics) function in class:StatisticsManager
H A DStatisticsManager.h31 status_t GetUserStatistics(User* user,
33 status_t GetUserStatistics(const char* user,
H A DNetFSServer.cpp455 ->GetUserStatistics(user, &statistics);

Completed in 103 milliseconds