Home
last modified time | relevance | path

Searched refs:bundleEndPos (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp192 size_t bundleEndPos = url.find('/'); in LoadPageUrl() local
193 std::string bundleName = url.substr(BUNDLE_START_POS, bundleEndPos - BUNDLE_START_POS); in LoadPageUrl()
194 size_t moduleStartPos = bundleEndPos + 1; in LoadPageUrl()
248 size_t bundleEndPos = url.find('/'); in CheckPreload() local
249 std::string bundleName = url.substr(BUNDLE_START_POS, bundleEndPos - BUNDLE_START_POS); in CheckPreload()
250 size_t moduleStartPos = bundleEndPos + 1; in CheckPreload()
303 size_t bundleEndPos = pageName.find('/'); in GetTargetPageInfo() local
304 targetBundleName = pageName.substr(BUNDLE_START_POS, bundleEndPos - BUNDLE_START_POS); in GetTargetPageInfo()
305 size_t moduleStartPos = bundleEndPos + 1; in GetTargetPageInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp1458 size_t bundleEndPos = keyInfo.find('/'); in CreatePage() local
1459 size_t moduleStartPos = bundleEndPos + 1; in CreatePage()
2020 size_t bundleEndPos = ohmUrl.find('/'); in CheckOhmUrlValid() local
2021 std::string bundleName = ohmUrl.substr(BUNDLE_START_POS, bundleEndPos - BUNDLE_START_POS); in CheckOhmUrlValid()
2022 size_t moduleStartPos = bundleEndPos + 1; in CheckOhmUrlValid()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1787 size_t bundleEndPos = namedRoute.find('/'); in LoadNamedRouterSource() local
1788 bundleName = namedRoute.substr(strlen(BUNDLE_TAG), bundleEndPos - strlen(BUNDLE_TAG)); in LoadNamedRouterSource()
1789 size_t moduleStartPos = bundleEndPos + 1; in LoadNamedRouterSource()

Completed in 9 milliseconds