Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLine.cpp41 CommandLine::CommandLine(CommandType commandType, const Json2::Value& arg, const LocalSocket& socke… in CommandLine()
211 TouchPressCommand::TouchPressCommand(CommandType commandType, const Json2::Value& arg, const LocalS… in TouchPressCommand()
240 MouseWheelCommand::MouseWheelCommand(CommandType commandType, const Json2::Value& arg, const LocalS… in MouseWheelCommand()
274 TouchReleaseCommand::TouchReleaseCommand(CommandType commandType, const Json2::Value& arg, const Lo… in TouchReleaseCommand()
314 TouchMoveCommand::TouchMoveCommand(CommandType commandType, const Json2::Value& arg, const LocalSoc… in TouchMoveCommand()
335 PowerCommand::PowerCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& soc… in PowerCommand()
371 VolumeCommand::VolumeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& s… in VolumeCommand()
393 BarometerCommand::BarometerCommand(CommandType commandType, const Json2::Value& arg, const LocalSoc… in BarometerCommand()
429 ResolutionSwitchCommand::ResolutionSwitchCommand(CommandType commandType, in ResolutionSwitchCommand()
497 OrientationCommand::OrientationCommand(CommandType commandType, const Json2::Value& arg, const Loca… in OrientationCommand()
[all …]
DCommandLineInterface.cpp260 CommandLine::CommandType commandType = GetCommandType(type); in CreatCommandToSendData() local
/ide/tools/previewer/test/unittest/cli/
DCommandLineFactoryTest.cpp45 CommandLine::CommandType commandType = CommandLine::CommandType::SET; in TEST() local