Home
last modified time | relevance | path

Searched defs:deviceType (Results 1 - 10 of 10) sorted by relevance

/ide/tools/previewer/util/
H A DModelConfig.h24 std::string deviceType; member
H A DCommandParser.h25 std::string deviceType; member in CommandInfo
136 std::string deviceType; member in CommandParser::ScreenMode
/ide/tools/previewer/cli/
H A DCommandLineFactory.cpp30 std::string deviceType = cmdParser.GetDeviceType(); in InitCommandMap() local
H A DCommandLine.cpp739 std::string deviceType = cmdParser.GetDeviceType(); in IsSetArgValid() local
785 std::string deviceType = CommandParser::GetInstance().GetDeviceType(); in RunGet() local
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineFactoryTest.cpp31 std::string deviceType = "phone"; in TEST() local
H A DCommandLineInterfaceTest.cpp241 void InitSharedData(std::string deviceType) in InitSharedData() argument
276 std::string deviceType = "liteWearable"; in TEST() local
349 std::string deviceType = "phone"; in TEST() local
361 std::string deviceType = "liteWearable"; TEST() local
[all...]
/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp78 std::string deviceType = CommandParser::GetInstance().GetDeviceType(); in InitFontEngine() local
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsApp.cpp21 bool JsApp::IsLiteDevice(std::string deviceType) in IsLiteDevice() argument
/ide/tools/previewer/jsapp/
H A DJsApp.cpp63 bool JsApp::IsLiteDevice(std::string deviceType) in IsLiteDevice() argument
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp775 std::string deviceType = paramObj["deviceType"].AsString(); ParseSystemParams() local
776 SetDeviceScreenDensity(atoi(screenDensity.c_str()), deviceType); ParseSystemParams() local
[all...]

Completed in 7 milliseconds