Home
last modified time | relevance | path

Searched refs:fRunningApps (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/activitymonitor/
H A DSystemInfoHandler.cpp25 fRunningApps = 0; in SystemInfoHandler()
52 fRunningApps = 0; in StartWatching()
65 fRunningApps = teamList.CountItems(); in StartWatching()
126 fRunningApps++; in MessageReceived()
130 fRunningApps--; in MessageReceived()
164 return fRunningApps; in RunningApps()
H A DSystemInfo.cpp19 fRunningApps(0), in SystemInfo()
31 fRunningApps = handler->RunningApps(); in SystemInfo()
200 return fRunningApps; in UsedRunningApps()
H A DSystemInfoHandler.h34 uint32 fRunningApps; variable
H A DSystemInfo.h74 uint32 fRunningApps; variable