Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h453 class FastPreviewMsgCommand : public CommandLine { class
455 FastPreviewMsgCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
456 ~FastPreviewMsgCommand() override {}
H A DCommandLineFactory.cpp44 typeMap["FastPreviewMsg"] = &CommandLineFactory::CreateObject<FastPreviewMsgCommand>; in InitCommandMap()
H A DCommandLine.cpp1255 FastPreviewMsgCommand::FastPreviewMsgCommand(CommandType commandType, const Json2::Value& arg, in FastPreviewMsgCommand() function in FastPreviewMsgCommand
1260 void FastPreviewMsgCommand::RunGet() in RunGet()
1266 ILOG("Get FastPreviewMsgCommand run finished."); in RunGet()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp459 FastPreviewMsgCommand command2(type, args2, *socket); in TEST_F()

Completed in 7 milliseconds