Home
last modified time | relevance | path

Searched refs:NotificationServer (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/notification/
H A DNotificationServer.cpp32 NotificationServer::NotificationServer(status_t& error) in NotificationServer() function in NotificationServer
39 NotificationServer::~NotificationServer() in ~NotificationServer()
45 NotificationServer::ReadyToRun() in ReadyToRun()
52 NotificationServer::MessageReceived(BMessage* message) in MessageReceived()
79 NotificationServer::GetSupportedSuites(BMessage* msg) in GetSupportedSuites()
91 NotificationServer::ResolveSpecifier(BMessage* msg, int32 index, in ResolveSpecifier()
120 NotificationServer server(error); in main()
H A DNotificationServer.h15 class NotificationServer : public BServer {
17 NotificationServer(status_t& error);
18 virtual ~NotificationServer();
H A DJamfile7 NotificationServer.cpp
17 NotificationServer.cpp