Home
last modified time | relevance | path

Searched refs:GetTimeoutPoint (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.h51 bool GetTimeoutPoint(EventTime &timePoint) const;
H A Devent_impl.cpp327 bool EventImpl::GetTimeoutPoint(EventTime &timePoint) const in GetTimeoutPoint() function in DistributedDB::EventImpl
H A Devent_loop_impl.cpp505 bool valid = event->GetTimeoutPoint(t); in CalSleepTime()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Devloop_timer_unit_test.cpp727 EXPECT_FALSE(eventImpl->GetTimeoutPoint(eventTime));
756 EXPECT_TRUE(eventImpl->GetTimeoutPoint(eventTime));