Home
last modified time | relevance | path

Searched refs:period (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dwrite_controller.cpp49 if ((stat.begin.tv_sec + static_cast<time_t>(param.period) < cur.tv_sec) || in CheckLimitWritingEvent()
65 param.period, param.threshold, static_cast<long long>(stat.begin.tv_sec), in CheckLimitWritingEvent()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Dwrite_controller.h31 size_t period; member
Dhisysevent.h193 .period = HISYSEVENT_PERIOD,
195 .period = HISYSEVENT_DEFAULT_PERIOD,
215 .period = HISYSEVENT_PERIOD,
217 .period = HISYSEVENT_DEFAULT_PERIOD,
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp122 static LogTimeStamp period(1, 0); in HiLogFlowCtrlProcess() local
129 tsStart += period; in HiLogFlowCtrlProcess()
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/
DfaceConfig.ets110 Span($r('app.string.period'))
DenrollIntro.ets92 Span($r('app.string.period'))
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_adapter.cpp132 .period = HISYSEVENT_DEFAULT_PERIOD, in CheckThenWriteSysEvent()
/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h46 void SetCheckProxyIdlePeriod(time_t period);
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp93 void HiviewPlatform::SetCheckProxyIdlePeriod(time_t period) in SetCheckProxyIdlePeriod() argument
95 checkIdlePeriod_ = period; in SetCheckProxyIdlePeriod()