Home
last modified time | relevance | path

Searched refs:isLoopConfused (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.cpp280 bool EventImpl::Attached(const EventLoopImpl *loop, bool &isLoopConfused) const in Attached()
285 isLoopConfused = true; in Attached()
287 isLoopConfused = false; in Attached()
H A Devent_loop_impl.cpp138 bool isLoopConfused = false; in Remove() local
139 if (!eventImpl->Attached(this, isLoopConfused)) { in Remove()
140 if (isLoopConfused) { in Remove()
H A Devent_impl.h46 bool Attached(const EventLoopImpl *loop, bool &isLoopConfused) const;