Home
last modified time | relevance | path

Searched defs:deviceType (Results 1 – 7 of 7) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineFactory.cpp32 string deviceType = cmdParser.GetDeviceType(); in InitCommandMap() local
DCommandLine.cpp719 string deviceType = cmdParser.GetDeviceType(); in IsSetArgValid() local
765 string deviceType = CommandParser::GetInstance().GetDeviceType(); in RunGet() local
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.h148 T SetDevice(const OHOS::Ace::DeviceType& deviceType) const in SetDevice()
DJsAppImpl.cpp794 string deviceType = paramObj["deviceType"].asString(); in ParseSystemParams() local
/ide/tools/previewer/jsapp/lite/
DJsAppImpl.cpp80 std::string deviceType = CommandParser::GetInstance().GetDeviceType(); in InitFontEngine() local
/ide/tools/previewer/util/
DCommandParser.h97 std::string deviceType; variable
/ide/tools/previewer/jsapp/
DJsApp.cpp64 bool JsApp::IsLiteDevice(std::string deviceType) in IsLiteDevice()