Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.h123 bool CheckEventTimer(const int64_t& currentTime);
H A Dwatchdog_inner.cpp179 bool WatchdogInner::CheckEventTimer(const int64_t& currentTime) in CheckEventTimer() function in OHOS::HiviewDFX::WatchdogInner
260 if (CheckEventTimer(currentTime)) { in ThreadSampleTask()
390 if (CheckEventTimer(currentTime)) { in StartTraceProfile()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_inner_test.cpp365 bool ret = WatchdogInner::GetInstance().CheckEventTimer(GetTimeStamp());