Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp100 if (jsPageSpecific.jsIndexFilePath == nullptr) { in GenerateJsPagePath()
101 jsPageSpecific.jsIndexFilePath = const_cast<char *>(JS_INDEX_FILE_PATH); in GenerateJsPagePath()
103 len = strlen(jsPageSpecific.jsIndexFilePath); in GenerateJsPagePath()
125 err = strcpy_s(jsPagePath_, len, jsPageSpecific.jsIndexFilePath); in GenerateJsPagePath()
H A Djs_page_state_machine.h57 extern JSPageSpecific jsPageSpecific;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp1092 struct JSPageSpecific jsPageSpecific; variable