Home
last modified time | relevance | path

Searched refs:EventFdExists (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.h67 bool EventFdExists(const EventImpl *event) const;
H A Devent_loop_impl.cpp318 bool EventLoopImpl::EventFdExists(const EventImpl *event) const in EventFdExists() function in DistributedDB::EventLoopImpl
340 if (EventFdExists(event)) { in AddEventObject()