Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp145 newJsModulePath = FindNpmPackage(curJsModulePath, newJsModuleUri); in operator ()()
150 newJsModulePath = FindNpmPackage(curJsModulePath, newJsModuleUri); in operator ()()
295 std::string JsiModuleSearcher::FindNpmPackage(const std::string& curJsModulePath, const std::string… in FindNpmPackage() function in OHOS::Ace::Framework::JsiModuleSearcher
H A Djsi_module_searcher.h41 …std::string FindNpmPackage(const std::string& curJsModulePath, const std::string& npmPackage) cons…
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp271 std::string FindNpmPackage(const std::string& curJsModulePath, const std::string& npmPackage) in FindNpmPackage() function
393 newJsModulePath = FindNpmPackage(curJsModulePath, normalizeUri); in NormalizeUri()
398 newJsModulePath = FindNpmPackage(curJsModulePath, normalizeUri); in NormalizeUri()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dfile_path_utils.h35 std::string FindNpmPackage(const std::string& curJsModulePath, const std::string& npmPackage);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp402 std::string newJsModulePath = FindNpmPackage(curJsModulePath, npmPackage);