Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h291 class LoadContentCommand : public CommandLine { class
293 LoadContentCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
294 ~LoadContentCommand() override {}
H A DCommandLineFactory.cpp47 typeMap["LoadContent"] = &CommandLineFactory::CreateObject<LoadContentCommand>; in InitCommandMap()
H A DCommandLine.cpp712 LoadContentCommand::LoadContentCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in LoadContentCommand() function in LoadContentCommand
717 void LoadContentCommand::RunGet() in RunGet()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp469 LoadContentCommand command2(type, args2, *socket); in TEST_F()

Completed in 9 milliseconds