Searched refs:SystemInfoHandler (Results 1 – 7 of 7) sorted by relevance
22 SystemInfoHandler::SystemInfoHandler() in SystemInfoHandler() function in SystemInfoHandler34 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 …]
12 class SystemInfoHandler : public BHandler {14 SystemInfoHandler();15 virtual ~SystemInfoHandler();
14 class SystemInfoHandler; variable19 SystemInfo(SystemInfoHandler* handler = NULL);
12 SystemInfoHandler.cpp
23 class SystemInfoHandler; variable146 SystemInfoHandler* fSystemInfoHandler;
15 SystemInfo::SystemInfo(SystemInfoHandler* handler) in SystemInfo()
624 fSystemInfoHandler = new SystemInfoHandler; in _Init()