Home
last modified time | relevance | path

Searched refs:ParseCommand (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/inject_event/test/
H A Dinject_event_test.cpp47 int32_t result = inputManagerCommand->ParseCommand(5, argv);
65 int32_t result = inputManagerCommand->ParseCommand(4, argv);
83 int32_t result = inputManagerCommand->ParseCommand(4, argv);
101 int32_t result = inputManagerCommand->ParseCommand(4, argv);
123 int32_t result = inputManagerCommand->ParseCommand(8, argv);
141 int32_t result = inputManagerCommand->ParseCommand(4, argv);
165 int32_t result = inputManagerCommand->ParseCommand(9, argv);
188 int32_t result = inputManagerCommand->ParseCommand(8, argv);
206 int32_t result = inputManagerCommand->ParseCommand(4, argv);
228 int32_t result = inputManagerCommand->ParseCommand(8, argv);
[all …]
/ohos5.0/foundation/multimodalinput/input/service/event_dump/test/
H A Devent_dump_test.cpp86 MMIEventDump->ParseCommand(fd_, args);
102 MMIEventDump->ParseCommand(fd_, args);
118 MMIEventDump->ParseCommand(fd_, args);
134 MMIEventDump->ParseCommand(fd_, args);
151 MMIEventDump->ParseCommand(fd_, args);
167 MMIEventDump->ParseCommand(fd_, args);
183 MMIEventDump->ParseCommand(fd_, args);
201 MMIEventDump->ParseCommand(fd_, args);
219 MMIEventDump->ParseCommand(fd_, args);
237 MMIEventDump->ParseCommand(fd_, args);
[all …]
/ohos5.0/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);
/ohos5.0/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
/ohos5.0/foundation/multimodalinput/input/service/event_dump/include/
H A Devent_dump.h30 void ParseCommand(int32_t fd, const std::vector<std::string> &args);
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/include/
H A Dmiscdevice_dump.h39 void ParseCommand(int32_t fd, const std::vector<std::string> &args);
/ohos5.0/base/sensors/sensor/services/include/
H A Dsensor_dump.h35 …void ParseCommand(int32_t fd, const std::vector<std::string> &args, const std::vector<Sensor> &sen…
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_dumper.h58 …void ParseCommand(int32_t fd, const std::vector<std::string> &args, const std::vector<Data> &datas…
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/include/
H A Dinput_manager_command.h31 int32_t ParseCommand(int32_t argc, char *argv[]);
/ohos5.0/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>> …
/ohos5.0/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<Com… in ParseCommand() function in OHOS::DistributedData::DumpHelper
/ohos5.0/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_dump.cpp84 void EventDump::ParseCommand(int32_t fd, const std::vector<std::string> &args) in ParseCommand() function in OHOS::MMI::EventDump
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_dump.cpp57 void MiscdeviceDump::ParseCommand(int32_t fd, const std::vector<std::string> &args) in ParseCommand() function in OHOS::Sensors::MiscdeviceDump
H A Dmiscdevice_service.cpp641 DumpHelper->ParseCommand(fd, argList); in Dump()
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_dump.cpp139 void SensorDump::ParseCommand(int32_t fd, const std::vector<std::string> &args, const std::vector<S… in ParseCommand() function in OHOS::Sensors::SensorDump
H A Dsensor_service.cpp515 sensorDump.ParseCommand(fd, argList, sensors_, clientInfo_); in Dump()
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_dumper.cpp55 void DeviceStatusDumper::ParseCommand(int32_t fd, const std::vector<std::string> &args, const std::… in ParseCommand() function in OHOS::Msdp::DeviceStatus::DeviceStatusDumper
H A Ddevicestatus_service.cpp217 DS_DUMPER->ParseCommand(fd, argList, datas); in Dump()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1955 MMIEventDump->ParseCommand(fd, argList); in Dump()