Home
last modified time | relevance | path

Searched refs:SystemInfoHandler (Results 1 – 7 of 7) sorted by relevance

/haiku/src/apps/activitymonitor/
H A DSystemInfoHandler.cpp22 SystemInfoHandler::SystemInfoHandler() in SystemInfoHandler() function in SystemInfoHandler
34 SystemInfoHandler::~SystemInfoHandler() in ~SystemInfoHandler()
40 SystemInfoHandler::Archive(BMessage* data, bool deep) const in Archive()
49 SystemInfoHandler::StartWatching() in StartWatching()
102 SystemInfoHandler::StopWatching() in StopWatching()
122 SystemInfoHandler::MessageReceived(BMessage* message) in MessageReceived()
162 SystemInfoHandler::RunningApps() const in RunningApps()
169 SystemInfoHandler::ClipboardSize() const in ClipboardSize()
176 SystemInfoHandler::ClipboardTextSize() const in ClipboardTextSize()
183 SystemInfoHandler::MediaNodes() const in MediaNodes()
[all …]
H A DSystemInfoHandler.h12 class SystemInfoHandler : public BHandler {
14 SystemInfoHandler();
15 virtual ~SystemInfoHandler();
H A DSystemInfo.h14 class SystemInfoHandler; variable
19 SystemInfo(SystemInfoHandler* handler = NULL);
H A DJamfile12 SystemInfoHandler.cpp
H A DActivityView.h23 class SystemInfoHandler; variable
146 SystemInfoHandler* fSystemInfoHandler;
H A DSystemInfo.cpp15 SystemInfo::SystemInfo(SystemInfoHandler* handler) in SystemInfo()
H A DActivityView.cpp624 fSystemInfoHandler = new SystemInfoHandler; in _Init()