Searched refs:eventNotifier (Results 1 – 6 of 6) sorted by relevance
48 auto eventNotifier = EventNotifier::Create(0, EventNotifier::NONBLOCK); variable49 ASSERT_TRUE(eventNotifier != nullptr);51 int eventFd = eventNotifier->GetFd();
135 pluginCtx->eventNotifier = notifier; in CreatePluginSession()245 if (pluginCtx->eventNotifier) { in DestroyPluginSession()246 eventPoller_->RemoveFileDescriptor(pluginCtx->eventNotifier->GetFd()); in DestroyPluginSession()247 pluginCtx->eventNotifier = nullptr; in DestroyPluginSession()281 if (pluginCtx->eventNotifier) { in RemovePluginSessionCtx()282 eventPoller_->RemoveFileDescriptor(pluginCtx->eventNotifier->GetFd()); in RemovePluginSessionCtx()283 pluginCtx->eventNotifier = nullptr; in RemovePluginSessionCtx()412 if (context.eventNotifier) { in ReadShareMemoryOffline()413 context.eventNotifier->Take(); in ReadShareMemoryOffline()451 if (context.eventNotifier) { in ReadShareMemoryOnline()[all …]
190 if (pluginCtx->eventNotifier) { in DestroyPluginSession()191 eventPoller_->RemoveFileDescriptor(pluginCtx->eventNotifier->GetFd()); in DestroyPluginSession()192 pluginCtx->eventNotifier = nullptr; in DestroyPluginSession()
53 …std::shared_ptr<ShareMemoryBlock>& shareMemoryBlock, std::shared_ptr<EventNotifier>& eventNotifier,
70 EventNotifierPtr eventNotifier; member
97 std::shared_ptr<EventNotifier>& eventNotifier, in HookManager() argument99 eventNotifier_(eventNotifier), in HookManager()