Home
last modified time | relevance | path

Searched refs:newEvents (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/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()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp217 uint32_t newEvents = RemoveWatcherInfo(data_); in StopNotify() local
218 if (newEvents > 0) { in StopNotify()
219 return NotifyToWatchNewEvents(data_->fileName, data_->wd, newEvents); in StopNotify()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.cpp144 uint32_t newEvents = RemoveWatcherInfo(arg); in StopNotify() local
145 if (newEvents > 0) { in StopNotify()
147 return NotifyToWatchNewEvents(arg->fileName, arg->wd, newEvents); in StopNotify()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher.cpp91 auto newEvents = StringUtil::ConvertVectorToStr(eventList, ";"); in AddSubscriber() local
92 ret = dataShareDao->SaveSubscriberInfo(uid, newEvents); in AddSubscriber()