Searched refs:moduleStartPos (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | page_url_checker_ohos.cpp | 194 size_t moduleStartPos = bundleEndPos + 1; in LoadPageUrl() local 195 size_t moduleEndPos = url.find('/', moduleStartPos); in LoadPageUrl() 196 std::string moduleName = url.substr(moduleStartPos, moduleEndPos - moduleStartPos); in LoadPageUrl() 250 size_t moduleStartPos = bundleEndPos + 1; in CheckPreload() local 251 size_t moduleEndPos = url.find('/', moduleStartPos); in CheckPreload() 252 std::string moduleName = url.substr(moduleStartPos, moduleEndPos - moduleStartPos); in CheckPreload() 305 size_t moduleStartPos = bundleEndPos + 1; in GetTargetPageInfo() local 306 size_t moduleEndPos = pageName.find('/', moduleStartPos); in GetTargetPageInfo() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 1459 size_t moduleStartPos = bundleEndPos + 1; in CreatePage() local 1460 size_t moduleEndPos = keyInfo.find('/', moduleStartPos); in CreatePage() 1461 std::string moduleName = keyInfo.substr(moduleStartPos, moduleEndPos - moduleStartPos); in CreatePage() 2022 size_t moduleStartPos = bundleEndPos + 1; in CheckOhmUrlValid() local 2023 size_t moduleEndPos = ohmUrl.find('/', moduleStartPos); in CheckOhmUrlValid() 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 | 1789 size_t moduleStartPos = bundleEndPos + 1; in LoadNamedRouterSource() local 1790 size_t moduleEndPos = namedRoute.find('/', moduleStartPos); in LoadNamedRouterSource() 1791 moduleName = namedRoute.substr(moduleStartPos, moduleEndPos - moduleStartPos); in LoadNamedRouterSource()
|
Completed in 15 milliseconds