Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DTraceTool.cpp64 detail.Add("device", CommandParser::GetInstance().GetDeviceType().c_str()); in HandleTrace()
H A DCommandParser.cpp186 std::string CommandParser::GetDeviceType() const in GetDeviceType() function in CommandParser
577 std::string devicetype = GetDeviceType(); in IsCardValid()
1023 info.deviceType = GetDeviceType(); in GetCommandInfo()
H A DCommandParser.h69 std::string GetDeviceType() const;
/ide/tools/previewer/
H A DThinPreviewer.cpp42 ModelManager::SetCurrentDevice(CommandParser::GetInstance().GetDeviceType()); in InitSettings()
/ide/tools/previewer/cli/
H A DCommandLineFactory.cpp30 std::string deviceType = cmdParser.GetDeviceType(); in InitCommandMap()
H A DCommandLine.cpp635 bool isLiteDevice = JsApp::IsLiteDevice(CommandParser::GetInstance().GetDeviceType()); in IsStrValVailid()
739 std::string deviceType = cmdParser.GetDeviceType(); in IsSetArgValid()
785 std::string deviceType = CommandParser::GetInstance().GetDeviceType(); in RunGet()
/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp78 std::string deviceType = CommandParser::GetInstance().GetDeviceType(); in InitFontEngine()
/ide/tools/previewer/mock/lite/
H A DVirtualScreenImpl.cpp35 if (CommandParser::GetInstance().GetDeviceType() == "liteWearable") { in InitAll()
/ide/tools/previewer/test/unittest/util/
H A DCommandParserTest.cpp974 EXPECT_EQ(CommandParser::GetInstance().GetDeviceType(), "phone"); in TEST_F()

Completed in 9 milliseconds