Searched refs:FUNCTION_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
32 constexpr int32_t FUNCTION_TIMEOUT = 15; variable42 int32_t AceChecker::functionTimeout_ = FUNCTION_TIMEOUT;70 … system::GetIntParameter<int>("arkui.performancecheck.9902.functiontimeout", FUNCTION_TIMEOUT); in InitPerformanceParameters()
29 constexpr int32_t FUNCTION_TIMEOUT = 150; variable79 if (time >= FUNCTION_TIMEOUT) { in ~AceScopedPerformanceCheck()80 EventReport::ReportFunctionTimeout(name_, time, FUNCTION_TIMEOUT); in ~AceScopedPerformanceCheck()