Home
last modified time | relevance | path

Searched refs:ParseCommand (Results 1 - 12 of 12) sorted by relevance

/foundation/multimodalinput/input/tools/inject_event/test/
H A Dinject_event_test.cpp47 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 Devent_dump_test.cpp86 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 Ddrawing_command.cpp25 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 Ddrawing_command.h37 void ParseCommand(std::vector<std::string> argv);
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dmain.cpp21 return command.ParseCommand(argc, argv); in main()
H A Dinput_manager_command.cpp47 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 Devent_dump.h30 void ParseCommand(int32_t fd, const std::vector<std::string> &args);
/foundation/multimodalinput/input/tools/inject_event/include/
H A Dinput_manager_command.h31 int32_t ParseCommand(int32_t argc, char *argv[]);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/
H A Ddump_helper.h66 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 Ddump_helper.cpp49 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 Devent_dump.cpp85 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 Dmmi_service.cpp2684 MMIEventDump->ParseCommand(fd, argList); in Dump()

Completed in 15 milliseconds