Home
last modified time | relevance | path

Searched defs:commandType (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
DCommandLine.cpp39 CommandLine::CommandLine(CommandType commandType, const Json2::Value& arg, const LocalSocket& socke… in CommandLine()
209 TouchPressCommand::TouchPressCommand(CommandType commandType, const Json2::Value& arg, const LocalS… in TouchPressCommand()
238 MouseWheelCommand::MouseWheelCommand(CommandType commandType, const Json2::Value& arg, const LocalS… in MouseWheelCommand()
272 TouchReleaseCommand::TouchReleaseCommand(CommandType commandType, const Json2::Value& arg, const Lo… in TouchReleaseCommand()
312 TouchMoveCommand::TouchMoveCommand(CommandType commandType, const Json2::Value& arg, const LocalSoc… in TouchMoveCommand()
333 PowerCommand::PowerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& soc… in PowerCommand()
369 VolumeCommand::VolumeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& s… in VolumeCommand()
391 BarometerCommand::BarometerCommand(CommandType commandType, const Json2::Value& arg, const LocalSoc… in BarometerCommand()
427 ResolutionSwitchCommand::ResolutionSwitchCommand(CommandType commandType, in ResolutionSwitchCommand()
495 OrientationCommand::OrientationCommand(CommandType commandType, const Json2::Value& arg, const Loca… in OrientationCommand()
[all …]
DCommandLineInterface.cpp259 CommandLine::CommandType commandType = GetCommandType(type); in CreatCommandToSendData() local
/ide/tools/previewer/test/unittest/cli/
DCommandLineFactoryTest.cpp44 CommandLine::CommandType commandType = CommandLine::CommandType::SET; in TEST() local