Searched refs:BarometerCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 187 class BarometerCommand : public CommandLine { class 189 BarometerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 190 ~BarometerCommand() override {}
|
| H A D | CommandLineFactory.cpp | 54 typeMap["Barometer"] = &CommandLineFactory::CreateObject<BarometerCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 391 BarometerCommand::BarometerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in BarometerCommand() function in BarometerCommand 396 bool BarometerCommand::IsSetArgValid() const in IsSetArgValid() 410 void BarometerCommand::RunGet() in RunGet() 419 void BarometerCommand::RunSet() in RunSet()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 837 BarometerCommand command1(type, args1, *socket); in TEST_F() 843 BarometerCommand command2(type, args1, *socket); in TEST_F() 849 BarometerCommand command3(type, args1, *socket); in TEST_F() 860 BarometerCommand command1(type, args1, *socket); in TEST_F() 870 BarometerCommand command2(type, args2, *socket); in TEST_F()
|
Completed in 7 milliseconds