Searched defs:commandType (Results 1 – 2 of 2) sorted by relevance
/ide/tools/previewer/cli/ |
D | CommandLine.cpp | 40 CommandLine::CommandLine(CommandType commandType, const Json::Value& arg, const LocalSocket& socket) in CommandLine() 181 TouchPressCommand::TouchPressCommand(CommandType commandType, const Json::Value& arg, const LocalSo… in TouchPressCommand() 207 MouseWheelCommand::MouseWheelCommand(CommandType commandType, const Json::Value& arg, const LocalSo… in MouseWheelCommand() 222 TouchReleaseCommand::TouchReleaseCommand(CommandType commandType, const Json::Value& arg, const Loc… in TouchReleaseCommand() 257 TouchMoveCommand::TouchMoveCommand(CommandType commandType, const Json::Value& arg, const LocalSock… in TouchMoveCommand() 276 PowerCommand::PowerCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& sock… in PowerCommand() 313 VolumeCommand::VolumeCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& so… in VolumeCommand() 337 BarometerCommand::BarometerCommand(CommandType commandType, const Json::Value& arg, const LocalSock… in BarometerCommand() 378 ResolutionSwitchCommand::ResolutionSwitchCommand(CommandType commandType, in ResolutionSwitchCommand() 431 OrientationCommand::OrientationCommand(CommandType commandType, const Json::Value& arg, const Local… in OrientationCommand() [all …]
|
D | CommandLineInterface.cpp | 260 CommandLine::CommandType commandType = GetCommandType(type); in CreatCommandToSendData() local
|