Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp89 bool AceScopedPerformanceCheck::CheckIsRuleContainsPage(const std::string& ruleType, const std::str… in CheckIsRuleContainsPage() function in OHOS::Ace::AceScopedPerformanceCheck
141 if (!codeInfo.sources.empty() && CheckIsRuleContainsPage(rule, codeInfo.sources)) { in CheckPage()
232 CheckIsRuleContainsPage("9902", codeInfo.sources); in RecordFunctionTimeout()
H A Dace_performance_check.h78 static bool CheckIsRuleContainsPage(const std::string& ruleType, const std::string& pagePath);