Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h187 class BarometerCommand : public CommandLine { class
189 BarometerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
190 ~BarometerCommand() override {}
H A DCommandLineFactory.cpp54 typeMap["Barometer"] = &CommandLineFactory::CreateObject<BarometerCommand>; in InitCommandMap()
H A DCommandLine.cpp391 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 DCommandLineTest.cpp837 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