Home
last modified time | relevance | path

Searched refs:IsValidFd (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.cpp108 if ((genericEvents & events) && !IsValidFd()) { in AddEvents()
139 if ((genericEvents & events) && !IsValidFd()) { in RemoveEvents()
237 return !IsValidFd(); in IsTimer()
240 bool EventImpl::IsValidFd() const in IsValidFd() function in DistributedDB::EventImpl
H A Devent_impl.h41 bool IsValidFd() const;
H A Devent_loop_impl.cpp320 if (!event->IsValidFd()) { in EventFdExists()