Home
last modified time | relevance | path

Searched refs:CheckPage (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp139 bool AceScopedPerformanceCheck::CheckPage(const CodeInfo& codeInfo, const std::string& rule) in CheckPage() function in OHOS::Ace::AceScopedPerformanceCheck
188 CheckPage(codeInfo, "9901")) { in RecordPageNodeCountAndDepth()
248 if (vsyncTimeout < AceChecker::GetVsyncTimeout() || CheckPage(codeInfo, "9903")) { in RecordVsyncTimeout()
283 if (count == 0 || count < AceChecker::GetForeachItems() || CheckPage(codeInfo, "9904")) { in RecordForEachItemsCount()
313 if (flexNodeList.empty() || CheckPage(codeInfo, "9905")) { in RecordFlexLayoutsCount()
H A Dace_performance_check.h85 static bool CheckPage(const CodeInfo& codeInfo, const std::string& rule);
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp659 bool CheckPage(uint8_t contentType, uint8_t *page) in CheckPage() function
761 if (CheckPage(contentType, g_buffer + bytes) == false) { in WriteFile()