Home
last modified time | relevance | path

Searched refs:PowerCommand (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLine.h165 class PowerCommand : public CommandLine { class
167 PowerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
168 ~PowerCommand() override {}
H A DCommandLineFactory.cpp52 typeMap["Power"] = &CommandLineFactory::CreateObject<PowerCommand>; in InitCommandMap()
H A DCommandLine.cpp333 PowerCommand::PowerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in PowerCommand() function in PowerCommand
338 bool PowerCommand::IsSetArgValid() const in IsSetArgValid()
346 ELOG("PowerCommand invalid value: %f", val); in IsSetArgValid()
352 void PowerCommand::RunGet() in RunGet()
361 void PowerCommand::RunSet() in RunSet()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp774 PowerCommand command1(type, args1, *socket); in TEST_F()
780 PowerCommand command2(type, args1, *socket); in TEST_F()
786 PowerCommand command3(type, args1, *socket); in TEST_F()
797 PowerCommand command1(type, args1, *socket); in TEST_F()
807 PowerCommand command2(type, args2, *socket); in TEST_F()

Completed in 8 milliseconds