Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_lite.cpp194 if (options.hapModulePath.find(moduleName) == options.hapModulePath.end()) { in Init()
197 hapPath = options.hapModulePath.find(moduleName)->second; in Init()
408 childOptions_->hapModulePath = options.hapModulePath; in SetChildOptions()
H A Djs_runtime.cpp734 if (options.hapModulePath.find(moduleName) == options.hapModulePath.end()) { in Initialize()
737 hapPath = options.hapModulePath.find(moduleName)->second; in Initialize()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h48 std::map<std::string, std::string> hapModulePath; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1495 options.hapModulePath[hapModuleInfo.moduleName] = hapModuleInfo.hapPath; in HandleLaunchApplication()