Searched refs:fSystemInfoHandler (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/activitymonitor/
H A DActivityView.h146 SystemInfoHandler* fSystemInfoHandler; member in class:ActivityView
H A DActivityView.cpp602 delete fSystemInfoHandler;
624 fSystemInfoHandler = new SystemInfoHandler;
893 Looper()->AddHandler(fSystemInfoHandler);
894 fSystemInfoHandler->StartWatching();
908 fSystemInfoHandler->StopWatching();
909 Looper()->RemoveHandler(fSystemInfoHandler);
1538 SystemInfo info(fSystemInfoHandler);

Completed in 74 milliseconds