Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLineFactory.cpp53 typeMap["Location"] = &CommandLineFactory::CreateObject<LocationCommand>; in InitCommandMap()
DCommandLine.h281 class LocationCommand : public CommandLine {
283 LocationCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);
284 ~LocationCommand() override {} in ~LocationCommand()
DCommandLine.cpp726 LocationCommand::LocationCommand(CommandType commandType, const Json::Value& arg, const LocalSocket… in LocationCommand() function in LocationCommand
731 bool LocationCommand::IsSetArgValid() const in IsSetArgValid()
757 void LocationCommand::RunGet() in RunGet()
768 void LocationCommand::RunSet() in RunSet()