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.cpp627 bool isLiteDevice = JsApp::IsLiteDevice(CommandParser::GetInstance().GetDeviceType()); in IsStrValVailid() local
628 if (isLiteDevice) { in IsStrValVailid()
735 bool isLiteDevice = JsApp::IsLiteDevice(deviceType); in IsSetArgValid() local
736 if (isLiteDevice) { in IsSetArgValid()
781 bool isLiteDevice = JsApp::IsLiteDevice(deviceType); in RunGet() local
782 if (!deviceType.empty() && !isLiteDevice) { in RunGet()