Home
last modified time | relevance | path

Searched refs:ResolutionCommand (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineFactory.cpp71 typeMap["Resolution"] = &CommandLineFactory::CreateObject<ResolutionCommand>; in InitCommandMap()
DCommandLine.h444 class ResolutionCommand : public CommandLine {
446 ResolutionCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);
447 ~ResolutionCommand() override {} in ~ResolutionCommand()
DCommandLine.cpp1204 ResolutionCommand::ResolutionCommand(CommandLine::CommandType commandType, in ResolutionCommand() function in ResolutionCommand
1211 void ResolutionCommand::RunSet() {} in RunSet()