Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLineFactory.cpp32 string deviceType = cmdParser.GetDeviceType(); in InitCommandMap() local
DCommandLine.cpp741 string deviceType = cmdParser.GetDeviceType(); in IsSetArgValid() local
787 string deviceType = CommandParser::GetInstance().GetDeviceType(); in RunGet() local
/ide/tools/previewer/test/unittest/cli/
DCommandLineInterfaceTest.cpp242 void InitSharedData(std::string deviceType) in InitSharedData()
277 string deviceType = "liteWearable"; in TEST() local
350 string deviceType = "phone"; in TEST() local
362 string deviceType = "liteWearable"; in TEST() local
DCommandLineFactoryTest.cpp32 string deviceType = "phone"; in TEST() local
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.h167 T SetDevice(const OHOS::Ace::DeviceType& deviceType) const in SetDevice()
DJsAppImpl.cpp769 string deviceType = paramObj["deviceType"].AsString(); in ParseSystemParams() local
/ide/tools/previewer/jsapp/lite/
DJsAppImpl.cpp79 std::string deviceType = CommandParser::GetInstance().GetDeviceType(); in InitFontEngine() local
/ide/tools/previewer/test/mock/jsapp/
DMockJsApp.cpp20 bool JsApp::IsLiteDevice(std::string deviceType) in IsLiteDevice()
/ide/tools/previewer/jsapp/
DJsApp.cpp65 bool JsApp::IsLiteDevice(std::string deviceType) in IsLiteDevice()
/ide/tools/previewer/util/
DCommandParser.h134 std::string deviceType; variable