Home
last modified time | relevance | path

Searched refs:appLibPath (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
Dmodule_manager_test.cpp245 std::vector<std::string> appLibPath; variable
246 moduleManager->SetAppLibPath(moduleName, appLibPath, false);
/foundation/arkui/napi/module_manager/
Dnative_module_manager.h74 void SetAppLibPath(const std::string& moduleName, const std::vector<std::string>& appLibPath,
Dnative_module_manager.cpp367 …leManager::SetAppLibPath(const std::string& moduleName, const std::vector<std::string>& appLibPath, in SetAppLibPath() argument
381 for (size_t i = 0; i < appLibPath.size(); i++) { in SetAppLibPath()
382 if (appLibPath[i].empty()) { in SetAppLibPath()
385 tmpPath += appLibPath[i]; in SetAppLibPath()
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp661 for (const auto &appLibPath : appLibPaths) { in SetAppLibPath() local
662 moduleManager->SetAppLibPath(appLibPath.first, appLibPath.second, isSystemApp); in SetAppLibPath()