Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.h116 bool CheckEventTimer(const int64_t& currentTime);
H A Dwatchdog_inner.cpp196 bool WatchdogInner::CheckEventTimer(const int64_t& currentTime) in CheckEventTimer() function in OHOS::HiviewDFX::WatchdogInner
230 if (CheckEventTimer(currentTime)) { in ThreadSampleTask()
352 if (CheckEventTimer(currentTime)) { in StartTraceProfile()
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_inner_test.cpp364 bool ret = WatchdogInner::GetInstance().CheckEventTimer(GetTimeStamp()); in HWTEST_F()
365 printf("CheckEventTimer ret=%s\n", ret ? "true" : "fasle"); in HWTEST_F()

Completed in 4 milliseconds