/foundation/multimodalinput/input/tools/inject_event/test/ |
H A D | inject_event_test.cpp | 47 int32_t result = inputManagerCommand->ParseCommand(5, argv); in HWTEST_F() 65 int32_t result = inputManagerCommand->ParseCommand(4, argv); in HWTEST_F() 83 int32_t result = inputManagerCommand->ParseCommand(4, argv); in HWTEST_F() 101 int32_t result = inputManagerCommand->ParseCommand(4, argv); in HWTEST_F() 123 int32_t result = inputManagerCommand->ParseCommand(8, argv); in HWTEST_F() 141 int32_t result = inputManagerCommand->ParseCommand(4, argv); in HWTEST_F() 165 int32_t result = inputManagerCommand->ParseCommand(9, argv); in HWTEST_F() 188 int32_t result = inputManagerCommand->ParseCommand(8, argv); in HWTEST_F() 206 int32_t result = inputManagerCommand->ParseCommand(4, argv); in HWTEST_F() 228 int32_t result = inputManagerCommand->ParseCommand( in HWTEST_F() [all...] |
/foundation/multimodalinput/input/service/event_dump/test/ |
H A D | event_dump_test.cpp | 86 MMIEventDump->ParseCommand(fd_, args); in HWTEST_F() 102 MMIEventDump->ParseCommand(fd_, args); in HWTEST_F() 118 MMIEventDump->ParseCommand(fd_, args); in HWTEST_F() 134 MMIEventDump->ParseCommand(fd_, args); in HWTEST_F() 151 MMIEventDump->ParseCommand(fd_, args); in HWTEST_F() 167 MMIEventDump->ParseCommand(fd_, args); in HWTEST_F() 183 MMIEventDump->ParseCommand(fd_, args); in HWTEST_F() 201 MMIEventDump->ParseCommand(fd_, args); in HWTEST_F() 219 MMIEventDump->ParseCommand(fd_, args); in HWTEST_F() 237 MMIEventDump->ParseCommand(fd in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/ |
H A D | drawing_command.cpp | 25 ParseCommand(argvNew); in DCLCommand() 28 void DCLCommand::ParseCommand(std::vector<std::string> argv) in ParseCommand() function in OHOS::Rosen::DCLCommand 70 ParseCommand(params); in DCLCommand()
|
H A D | drawing_command.h | 37 void ParseCommand(std::vector<std::string> argv);
|
/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | main.cpp | 21 return command.ParseCommand(argc, argv); in main()
|
H A D | input_manager_command.cpp | 47 int32_t ParseCommand(int32_t argc, char *argv[]); 141 int32_t InputManagerCommand::ParseCommand(int32_t argc, char *argv[]) in ParseCommand() function in OHOS::MMI::InputManagerCommand
|
/foundation/multimodalinput/input/service/event_dump/include/ |
H A D | event_dump.h | 30 void ParseCommand(int32_t fd, const std::vector<std::string> &args);
|
/foundation/multimodalinput/input/tools/inject_event/include/ |
H A D | input_manager_command.h | 31 int32_t ParseCommand(int32_t argc, char *argv[]);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/ |
H A D | dump_helper.h | 66 void ParseCommand(const std::vector<std::string> &args, std::vector<std::shared_ptr<CommandNode>> &filterInfo);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/ |
H A D | dump_helper.cpp | 49 ParseCommand(args, commands); in Dump() 71 void DumpHelper::ParseCommand(const std::vector<std::string> &args, std::vector<std::shared_ptr<CommandNode>> &commands) in ParseCommand() function in OHOS::DistributedData::DumpHelper
|
/foundation/multimodalinput/input/service/event_dump/src/ |
H A D | event_dump.cpp | 85 void EventDump::ParseCommand(int32_t fd, const std::vector<std::string> &args) in ParseCommand() function in OHOS::MMI::EventDump
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2684 MMIEventDump->ParseCommand(fd, argList); in Dump()
|