Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLineFactory.cpp55 typeMap["Location"] = &CommandLineFactory::CreateObject<LocationCommand>; in InitCommandMap()
DCommandLine.h309 class LocationCommand : public CommandLine {
311 LocationCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);
312 ~LocationCommand() override {} in ~LocationCommand()
DCommandLine.cpp796 LocationCommand::LocationCommand(CommandType commandType, const Json::Value& arg, const LocalSocket… in LocationCommand() function in LocationCommand
801 bool LocationCommand::IsSetArgValid() const in IsSetArgValid()
827 void LocationCommand::RunGet() in RunGet()
838 void LocationCommand::RunSet() in RunSet()