Searched refs:WearingStateCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 342 class WearingStateCommand : public CommandLine { class 344 WearingStateCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 345 ~WearingStateCommand() override {}
|
| H A D | CommandLineFactory.cpp | 57 typeMap["WearingState"] = &CommandLineFactory::CreateObject<WearingStateCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 932 WearingStateCommand::WearingStateCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in WearingStateCommand() function in WearingStateCommand 937 void WearingStateCommand::RunGet() in RunGet() 945 void WearingStateCommand::RunSet() in RunSet() 952 bool WearingStateCommand::IsSetArgValid() const in IsSetArgValid()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 982 WearingStateCommand command0(type, args0, *socket); in TEST_F() 989 WearingStateCommand command1(type, args1, *socket); in TEST_F() 1000 WearingStateCommand command1(type, args1, *socket); in TEST_F() 1010 WearingStateCommand command2(type, args2, *socket); in TEST_F()
|
Completed in 8 milliseconds