Searched refs:hapModulePath (Results 1 – 4 of 4) sorted by relevance
194 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()
734 if (options.hapModulePath.find(moduleName) == options.hapModulePath.end()) { in Initialize()737 hapPath = options.hapModulePath.find(moduleName)->second; in Initialize()
48 std::map<std::string, std::string> hapModulePath; member
1495 options.hapModulePath[hapModuleInfo.moduleName] = hapModuleInfo.hapPath; in HandleLaunchApplication()