Home
last modified time | relevance | path

Searched refs:containerSdkPath (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/util/
H A DCommandParser.h29 std::string containerSdkPath; member in CommandInfo
149 std::string containerSdkPath; member in CommandParser::ScreenMode
H A DCommandParser.cpp45 containerSdkPath(""), in CommandParser()
233 return containerSdkPath; in GetContainerSdkPath()
762 containerSdkPath = path; in IsContainerSdkPathValid()
1027 info.containerSdkPath = GetContainerSdkPath(); in GetCommandInfo()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp185 SetContainerSdkPath(args, commandInfo.containerSdkPath); in SetJsAppArgs()
206 OHOS::Ide::StageContext::GetInstance().SetHosSdkPath(commandInfo.containerSdkPath); in RunJsApp()
344 options.containerSdkPath = aceRunArgs.containerSdkPath; in SetSimulatorCommonParams()
572 void JsAppImpl::SetContainerSdkPath(Platform::AceRunArgs& args, const std::string containerSdkPath) const in SetContainerSdkPath()
574 args.containerSdkPath = containerSdkPath; in SetContainerSdkPath()

Completed in 4 milliseconds