Home
last modified time | relevance | path

Searched refs:ModifyEventObject (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp387 int EventLoopImpl::ModifyEventObject(EventImpl *event, bool isAdd, EventsMask events) in ModifyEventObject() function in DistributedDB::EventLoopImpl
412 int EventLoopImpl::ModifyEventObject(EventImpl *event, EventTime timeout) in ModifyEventObject() function in DistributedDB::EventLoopImpl
454 (void)(ModifyEventObject(event, true, events)); in ProcessRequest()
458 (void)(ModifyEventObject(event, false, events)); in ProcessRequest()
462 (void)(ModifyEventObject(event, timeout)); in ProcessRequest()
H A Devent_loop_impl.h70 int ModifyEventObject(EventImpl *event, bool isAdd, EventsMask events);
71 int ModifyEventObject(EventImpl *event, EventTime timeout);