ModuleNotificationService
ModuleNotificationService::ModuleNotificationService()
ModuleNotificationService::~ModuleNotificationService()
ModuleNotificationService::AddListener(const KMessage* eventSpecifier,
ModuleNotificationService::UpdateListener(const KMessage* eventSpecifier,
ModuleNotificationService::RemoveListener(const KMessage* eventSpecifier,
ModuleNotificationService::HasNode(dev_t device, ino_t node)
ModuleNotificationService::_RemoveNode(dev_t device, ino_t node)
ModuleNotificationService::_AddNode(dev_t device, ino_t node, const char* path,
ModuleNotificationService::_AddDirectoryNode(dev_t device, ino_t node)
ModuleNotificationService::_AddModuleNode(dev_t device, ino_t node, int fd,
ModuleNotificationService::_AddDirectory(const char* prefix)
ModuleNotificationService::_ScanDirectory(char* directoryPath,
ModuleNotificationService::_ScanDirectory(Stack<DIR*>& stack, DIR* dir,
ModuleNotificationService::_Notify(int32 opcode, dev_t device, ino_t directory,
ModuleNotificationService::_HandleNotifications()
ModuleNotificationService::Notify(int32 opcode, dev_t device, ino_t directory,
ModuleNotificationService::HandleNotifications(void * /*data*/,
new(&sModuleNotificationService) ModuleNotificationService();
&ModuleNotificationService::HandleNotifications, NULL, 10);
ModuleNotificationService();
virtual ~ModuleNotificationService();
static ModuleNotificationService sModuleNotificationService;