Searched refs:CheckPage (Results 1 – 3 of 3) sorted by relevance
139 bool AceScopedPerformanceCheck::CheckPage(const CodeInfo& codeInfo, const std::string& rule) in CheckPage() function in OHOS::Ace::AceScopedPerformanceCheck188 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()
85 static bool CheckPage(const CodeInfo& codeInfo, const std::string& rule);
659 bool CheckPage(uint8_t contentType, uint8_t *page) in CheckPage() function761 if (CheckPage(contentType, g_buffer + bytes) == false) { in WriteFile()