Searched refs:newEvents (Results 1 – 4 of 4) sorted by relevance
270 EventsMask newEvents = event->GetEvents(); in ModifyEvent() local272 newEvents |= events; in ModifyEvent()274 newEvents &= ~events; in ModifyEvent()277 int errCode = EpollCtl(EPOLL_CTL_MOD, event, newEvents); in ModifyEvent()
217 uint32_t newEvents = RemoveWatcherInfo(data_); in StopNotify() local218 if (newEvents > 0) { in StopNotify()219 return NotifyToWatchNewEvents(data_->fileName, data_->wd, newEvents); in StopNotify()
144 uint32_t newEvents = RemoveWatcherInfo(arg); in StopNotify() local145 if (newEvents > 0) { in StopNotify()147 return NotifyToWatchNewEvents(arg->fileName, arg->wd, newEvents); in StopNotify()
91 auto newEvents = StringUtil::ConvertVectorToStr(eventList, ";"); in AddSubscriber() local92 ret = dataShareDao->SaveSubscriberInfo(uid, newEvents); in AddSubscriber()