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 D | event_loop_impl.cpp | 387 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 D | event_loop_impl.h | 70 int ModifyEventObject(EventImpl *event, bool isAdd, EventsMask events); 71 int ModifyEventObject(EventImpl *event, EventTime timeout);
|