Home
last modified time | relevance | path

Searched refs:GetDeviceType (Results 1 – 9 of 9) sorted by relevance

/ide/tools/previewer/util/
DTraceTool.cpp91 val["detail"]["device"] = CommandParser::GetInstance().GetDeviceType(); in GetBaseInfo()
DCommandParser.h42 std::string GetDeviceType() const;
DCommandParser.cpp180 string CommandParser::GetDeviceType() const in GetDeviceType() function in CommandParser
569 std::string devicetype = GetDeviceType(); in IsCardValid()
/ide/tools/previewer/cli/
DCommandLineFactory.cpp32 string deviceType = cmdParser.GetDeviceType(); in InitCommandMap()
DCommandLine.cpp627 bool isLiteDevice = JsApp::IsLiteDevice(CommandParser::GetInstance().GetDeviceType()); in IsStrValVailid()
734 string deviceType = cmdParser.GetDeviceType(); in IsSetArgValid()
780 string deviceType = CommandParser::GetInstance().GetDeviceType(); in RunGet()
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp123 … AdaptDeviceType(aceRunArgs, CommandParser::GetInstance().GetDeviceType(), aceRunArgs.deviceWidth); in OrientationChanged()
191 CommandParser::GetInstance().GetDeviceType()); in SetJsAppArgs()
199 AdaptDeviceType(args, CommandParser::GetInstance().GetDeviceType(), in SetJsAppArgs()
663 SetDeviceScreenDensity(screenDensity, CommandParser::GetInstance().GetDeviceType()); in SetResolutionParams()
664 AdaptDeviceType(aceRunArgs, CommandParser::GetInstance().GetDeviceType(), changedOriginWidth); in SetResolutionParams()
769 CommandParser::GetInstance().GetDeviceType()); in ParseSystemParams()
770 AdaptDeviceType(args, CommandParser::GetInstance().GetDeviceType(), aceRunArgs.deviceWidth); in ParseSystemParams()
/ide/tools/previewer/
DThinPreviewer.cpp46 ModelManager::SetCurrentDevice(parser.GetDeviceType()); in InitSettings()
/ide/tools/previewer/jsapp/lite/
DJsAppImpl.cpp80 std::string deviceType = CommandParser::GetInstance().GetDeviceType(); in InitFontEngine()
/ide/tools/previewer/mock/lite/
DVirtualScreenImpl.cpp38 if (CommandParser::GetInstance().GetDeviceType() == "liteWearable") { in InitAll()