Searched refs:PowerCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 165 class PowerCommand : public CommandLine { class 167 PowerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 168 ~PowerCommand() override {}
|
| H A D | CommandLineFactory.cpp | 52 typeMap["Power"] = &CommandLineFactory::CreateObject<PowerCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 333 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 D | CommandLineTest.cpp | 774 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