Home
last modified time | relevance | path

Searched refs:newEvents (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp270 EventsMask newEvents = event->GetEvents(); in ModifyEvent() local
272 newEvents |= events; in ModifyEvent()
274 newEvents &= ~events; in ModifyEvent()
277 int errCode = EpollCtl(EPOLL_CTL_MOD, event, newEvents); in ModifyEvent()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp266 uint32_t newEvents = RemoveWatcherInfo(arg); in StopNotify() local
267 if (newEvents > 0) { in StopNotify()
269 return NotifyToWatchNewEvents(arg->fileName, arg->wd, newEvents); in StopNotify()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.cpp147 uint32_t newEvents = RemoveWatcherInfo(arg); in StopNotify() local
148 if (newEvents > 0) { in StopNotify()
150 return NotifyToWatchNewEvents(arg->fileName, arg->wd, newEvents); in StopNotify()

Completed in 2 milliseconds