Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp357 std::string judgePath = ""; in GetCurrentSourceMap() local
359 judgePath = DEBUG_PATH + moduleName + ETS_PATH + pagePath + TS_SUFFIX; in GetCurrentSourceMap()
361 judgePath = moduleName + ETS_PATH + pagePath + ETS_SUFFIX; in GetCurrentSourceMap()
367 judgePath = NEW_PATH + pagePath + TS_SUFFIX; in GetCurrentSourceMap()
369 auto jsonPage = jsonPages->GetValue(judgePath)->ToString(); in GetCurrentSourceMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp922 std::string judgePath = ""; in GetCurrentPageSourceMap() local
924 judgePath = DEBUG_PATH + moduleName + ETS_PATH + in GetCurrentPageSourceMap()
927 judgePath = moduleName + ETS_PATH + in GetCurrentPageSourceMap()
934judgePath = NEW_PATH + pagePath.substr(0, pagePath.size() - JS_FILE_EXTENSION_LENGTH) + TS_SUFFIX; in GetCurrentPageSourceMap()
936 auto jsonPage = jsonPages->GetValue(judgePath)->ToString(); in GetCurrentPageSourceMap()