Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp346 if (!event->IsTimer()) { in AddEventObject()
372 if (!event->IsTimer()) { in RemoveEventObject()
397 if (!event->IsTimer()) { in ModifyEventObject()
H A Devent_impl.h40 bool IsTimer() const;
H A Devent_impl.cpp235 bool EventImpl::IsTimer() const in IsTimer() function in DistributedDB::EventImpl