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 D | file_path_utils_test.cpp | 417 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 D | jsi_module_searcher.h | 42 …std::string ParseOhmUri(const std::string& curJsModulePath, const std::string& newJsModuleUri) con…
|
H A D | jsi_module_searcher.cpp | 143 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 D | file_path_utils.h | 36 std::string ParseOhmUri(const std::string& originBundleName, const std::string& curJsModulePath,
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_path_utils.cpp | 316 std::string ParseOhmUri( in ParseOhmUri() function 391 newJsModulePath = ParseOhmUri(bundleName, curJsModulePath, normalizeUri); in NormalizeUri()
|