Home
last modified time | relevance | path

Searched refs:FUNCTION_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dace_checker.cpp32 constexpr int32_t FUNCTION_TIMEOUT = 15; variable
42 int32_t AceChecker::functionTimeout_ = FUNCTION_TIMEOUT;
70 … system::GetIntParameter<int>("arkui.performancecheck.9902.functiontimeout", FUNCTION_TIMEOUT); in InitPerformanceParameters()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp29 constexpr int32_t FUNCTION_TIMEOUT = 150; variable
79 if (time >= FUNCTION_TIMEOUT) { in ~AceScopedPerformanceCheck()
80 EventReport::ReportFunctionTimeout(name_, time, FUNCTION_TIMEOUT); in ~AceScopedPerformanceCheck()