Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h176 class VolumeCommand : public CommandLine { class
178 VolumeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
179 ~VolumeCommand() override {}
H A DCommandLineFactory.cpp53 typeMap["Volume"] = &CommandLineFactory::CreateObject<VolumeCommand>; in InitCommandMap()
H A DCommandLine.cpp369 VolumeCommand::VolumeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in VolumeCommand() function in VolumeCommand
374 bool VolumeCommand::IsSetArgValid() const in IsSetArgValid()
379 void VolumeCommand::RunGet() in RunGet()
385 void VolumeCommand::RunSet() in RunSet()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp818 VolumeCommand command1(type1, args1, *socket); in TEST_F()
825 VolumeCommand command2(type2, args2, *socket); in TEST_F()

Completed in 8 milliseconds