Searched refs:newJsModulePath (Results 1 – 3 of 3) sorted by relevance
| /foundation/ability/ability_runtime/test/unittest/file_path_utils_test/ |
| D | file_path_utils_test.cpp | 248 std::string newJsModulePath = GetInstallPath(curJsModulePath, module); variable 249 EXPECT_EQ(newJsModulePath, "/data/storage/el1/bundle/"); 262 std::string newJsModulePath = GetInstallPath(curJsModulePath, module); variable 263 EXPECT_EQ(newJsModulePath, std::string()); 276 std::string newJsModulePath = GetInstallPath(curJsModulePath, module); variable 277 EXPECT_EQ(newJsModulePath, std::string()); 290 std::string newJsModulePath = GetInstallPath(curJsModulePath, module); variable 291 EXPECT_EQ(newJsModulePath, "/data/bundles/curJsModulePath/"); 304 std::string newJsModulePath = GetInstallPath(curJsModulePath, module); variable 305 EXPECT_EQ(newJsModulePath, std::string()); [all …]
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/ |
| D | jsi_module_searcher.cpp | 131 std::string newJsModulePath; in operator ()() local 134 return newJsModulePath; in operator ()() 139 newJsModulePath = MakeNewJsModulePath(curJsModulePath, newJsModuleUri); in operator ()() 143 newJsModulePath = ParseOhmUri(curJsModulePath, newJsModuleUri); in operator ()() 144 if (newJsModulePath.empty()) { in operator ()() 145 newJsModulePath = FindNpmPackage(curJsModulePath, newJsModuleUri); in operator ()() 150 newJsModulePath = FindNpmPackage(curJsModulePath, newJsModuleUri); in operator ()() 154 FixExtName(newJsModulePath); in operator ()() 156 return newJsModulePath; in operator ()()
|
| /foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
| D | file_path_utils.cpp | 273 std::string newJsModulePath = MakeNewJsModulePath(curJsModulePath, npmPackage); in FindNpmPackage() local 274 if (!newJsModulePath.empty()) { in FindNpmPackage() 275 return newJsModulePath; in FindNpmPackage() 377 std::string newJsModulePath; in NormalizeUri() local 379 return newJsModulePath; in NormalizeUri() 387 newJsModulePath = MakeNewJsModulePath(curJsModulePath, normalizeUri); in NormalizeUri() 391 newJsModulePath = ParseOhmUri(bundleName, curJsModulePath, normalizeUri); in NormalizeUri() 392 if (newJsModulePath.empty()) { in NormalizeUri() 393 newJsModulePath = FindNpmPackage(curJsModulePath, normalizeUri); in NormalizeUri() 398 newJsModulePath = FindNpmPackage(curJsModulePath, normalizeUri); in NormalizeUri() [all …]
|