Lines Matching refs:eventNotifier
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()
452 context.eventNotifier->Take(); in ReadShareMemoryOnline()