Searched defs:commandType (Results 1 – 2 of 2) sorted by relevance
| /ide/tools/previewer/cli/ |
| D | CommandLine.cpp | 41 CommandLine::CommandLine(CommandType commandType, const Json::Value& arg, const LocalSocket& socket) in CommandLine() 212 TouchPressCommand::TouchPressCommand(CommandType commandType, const Json::Value& arg, const LocalSo… in TouchPressCommand() 241 MouseWheelCommand::MouseWheelCommand(CommandType commandType, const Json::Value& arg, const LocalSo… in MouseWheelCommand() 256 TouchReleaseCommand::TouchReleaseCommand(CommandType commandType, const Json::Value& arg, const Loc… in TouchReleaseCommand() 296 TouchMoveCommand::TouchMoveCommand(CommandType commandType, const Json::Value& arg, const LocalSock… in TouchMoveCommand() 317 PowerCommand::PowerCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& sock… in PowerCommand() 354 VolumeCommand::VolumeCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& so… in VolumeCommand() 378 BarometerCommand::BarometerCommand(CommandType commandType, const Json::Value& arg, const LocalSock… in BarometerCommand() 419 ResolutionSwitchCommand::ResolutionSwitchCommand(CommandType commandType, in ResolutionSwitchCommand() 472 OrientationCommand::OrientationCommand(CommandType commandType, const Json::Value& arg, const Local… in OrientationCommand() [all …]
|
| D | CommandLineInterface.cpp | 264 CommandLine::CommandType commandType = GetCommandType(type); in CreatCommandToSendData() local
|