Home
last modified time | relevance | path

Searched refs:isLiteDevice (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineFactory.cpp33 bool isLiteDevice = JsApp::IsLiteDevice(deviceType); in InitCommandMap() local
34 if (!isLiteDevice) { in InitCommandMap()
DCommandLine.cpp571 bool isLiteDevice = JsApp::IsLiteDevice(CommandParser::GetInstance().GetDeviceType()); in IsStrValVailid() local
572 if (isLiteDevice) { in IsStrValVailid()
665 bool isLiteDevice = JsApp::IsLiteDevice(deviceType); in IsSetArgValid() local
666 if (isLiteDevice) { in IsSetArgValid()
711 bool isLiteDevice = JsApp::IsLiteDevice(deviceType); in RunGet() local
712 if (!deviceType.empty() && !isLiteDevice) { in RunGet()