Home
last modified time | relevance | path

Searched refs:TIMEOUT_STEP (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dapp_event_observer.h28 constexpr int TIMEOUT_STEP = 30; // step of time is 30s variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher.cpp36 reportConfig_.triggerCond = {row, size, timeOut * HiAppEvent::TIMEOUT_STEP}; in SetTriggerCondition()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp59 if (triggerCondition.timeOut * HiAppEvent::TIMEOUT_STEP < 0) { in CheckCondition()
63 cond.timeout = triggerCondition.timeOut * HiAppEvent::TIMEOUT_STEP; in CheckCondition()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp239 currCond_.timeout += TIMEOUT_STEP; in ProcessTimeout()
H A Dapp_event_observer_mgr.cpp37 constexpr int TIMEOUT_INTERVAL = HiAppEvent::TIMEOUT_STEP * 1000; // 30s
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp235 resCond.timeout = timeout * HiAppEvent::TIMEOUT_STEP; in GetCondition()
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp435 sleep(HiAppEvent::TIMEOUT_STEP + 1); // 31s