Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h426 class InspectorDefault : public CommandLine { class
428 InspectorDefault(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
429 ~InspectorDefault() override {}
H A DCommandLineFactory.cpp35 typeMap["inspectorDefault"] = &CommandLineFactory::CreateObject<InspectorDefault>; in InitCommandMap()
H A DCommandLine.cpp1182 InspectorDefault::InspectorDefault(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in InspectorDefault() function in InspectorDefault
1187 void InspectorDefault::RunAction() in RunAction()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp95 InspectorDefault command(type, args, *socket); in TEST_F()

Completed in 7 milliseconds