Searched refs:moduleEndPos (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | page_url_checker_ohos.cpp | 195 size_t moduleEndPos = url.find('/', moduleStartPos); in LoadPageUrl() local 196 std::string moduleName = url.substr(moduleStartPos, moduleEndPos - moduleStartPos); in LoadPageUrl() 251 size_t moduleEndPos = url.find('/', moduleStartPos); in CheckPreload() local 252 std::string moduleName = url.substr(moduleStartPos, moduleEndPos - moduleStartPos); in CheckPreload() 306 size_t moduleEndPos = pageName.find('/', moduleStartPos); in GetTargetPageInfo() local 307 targetModuleName = pageName.substr(moduleStartPos, moduleEndPos - moduleStartPos); in GetTargetPageInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 1460 size_t moduleEndPos = keyInfo.find('/', moduleStartPos); in CreatePage() local 1461 std::string moduleName = keyInfo.substr(moduleStartPos, moduleEndPos - moduleStartPos); in CreatePage() 2023 size_t moduleEndPos = ohmUrl.find('/', moduleStartPos); in CheckOhmUrlValid() local 2024 std::string moduleName = ohmUrl.substr(moduleStartPos, moduleEndPos - moduleStartPos); in CheckOhmUrlValid()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1790 size_t moduleEndPos = namedRoute.find('/', moduleStartPos); in LoadNamedRouterSource() local 1791 moduleName = namedRoute.substr(moduleStartPos, moduleEndPos - moduleStartPos); in LoadNamedRouterSource() 1792 url = namedRoute.substr(moduleEndPos + strlen("/ets/")); in LoadNamedRouterSource()
|
Completed in 10 milliseconds