Home
last modified time | relevance | path

Searched refs:ParseOhmUri (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp417 std::string newJsModulePath = ParseOhmUri(originBundleName, curJsModulePath, newJsModuleUri);
432 std::string newJsModulePath = ParseOhmUri(originBundleName, curJsModulePath, newJsModuleUri);
447 std::string newJsModulePath = ParseOhmUri(originBundleName, curJsModulePath, newJsModuleUri);
462 std::string newJsModulePath = ParseOhmUri(originBundleName, curJsModulePath, newJsModuleUri);
477 std::string newJsModulePath = ParseOhmUri(originBundleName, curJsModulePath, newJsModuleUri);
492 std::string newJsModulePath = ParseOhmUri(originBundleName, curJsModulePath, newJsModuleUri);
507 std::string newJsModulePath = ParseOhmUri(originBundleName, curJsModulePath, newJsModuleUri);
522 std::string newJsModulePath = ParseOhmUri(originBundleName, curJsModulePath, newJsModuleUri);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.h42 …std::string ParseOhmUri(const std::string& curJsModulePath, const std::string& newJsModuleUri) con…
H A Djsi_module_searcher.cpp143 newJsModulePath = ParseOhmUri(curJsModulePath, newJsModuleUri); in operator ()()
308 std::string JsiModuleSearcher::ParseOhmUri(const std::string& curJsModulePath, const std::string& n… in ParseOhmUri() function in OHOS::Ace::Framework::JsiModuleSearcher
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dfile_path_utils.h36 std::string ParseOhmUri(const std::string& originBundleName, const std::string& curJsModulePath,
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp316 std::string ParseOhmUri( in ParseOhmUri() function
391 newJsModulePath = ParseOhmUri(bundleName, curJsModulePath, normalizeUri); in NormalizeUri()