Home
last modified time | relevance | path

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

/tools_previewer/cli/
DCommandLineFactory.cpp32 string deviceType = cmdParser.GetDeviceType(); in InitCommandMap() local
DCommandLine.cpp664 string deviceType = cmdParser.GetDeviceType(); in IsSetArgValid() local
710 string deviceType = CommandParser::GetInstance().GetDeviceType(); in RunGet() local
/tools_previewer/jsapp/lite/
DJsAppImpl.cpp110 std::string deviceType = CommandParser::GetInstance().GetDeviceType(); in InitFontEngine() local
/tools_previewer/util/
DCommandParser.h91 std::string deviceType; variable
/tools_previewer/jsapp/
DJsApp.cpp62 bool JsApp::IsLiteDevice(std::string deviceType) in IsLiteDevice()
/tools_previewer/jsapp/rich/
DJsAppImpl.cpp491 string deviceType = paramObj["deviceType"].asString(); in ParseSystemParams() local