Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h342 class WearingStateCommand : public CommandLine { class
344 WearingStateCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
345 ~WearingStateCommand() override {}
H A DCommandLineFactory.cpp57 typeMap["WearingState"] = &CommandLineFactory::CreateObject<WearingStateCommand>; in InitCommandMap()
H A DCommandLine.cpp932 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 DCommandLineTest.cpp982 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