/ohos5.0/foundation/multimodalinput/input/tools/inject_event/test/ |
H A D | inject_event_test.cpp | 47 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 D | event_dump_test.cpp | 86 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 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);
|
/ohos5.0/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
|
/ohos5.0/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);
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/include/ |
H A D | miscdevice_dump.h | 39 void ParseCommand(int32_t fd, const std::vector<std::string> &args);
|
/ohos5.0/base/sensors/sensor/services/include/ |
H A D | sensor_dump.h | 35 …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 D | devicestatus_dumper.h | 58 …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 D | input_manager_command.h | 31 int32_t ParseCommand(int32_t argc, char *argv[]);
|
/ohos5.0/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>> …
|
/ohos5.0/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<Com… in ParseCommand() function in OHOS::DistributedData::DumpHelper
|
/ohos5.0/foundation/multimodalinput/input/service/event_dump/src/ |
H A D | event_dump.cpp | 84 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 D | miscdevice_dump.cpp | 57 void MiscdeviceDump::ParseCommand(int32_t fd, const std::vector<std::string> &args) in ParseCommand() function in OHOS::Sensors::MiscdeviceDump
|
H A D | miscdevice_service.cpp | 641 DumpHelper->ParseCommand(fd, argList); in Dump()
|
/ohos5.0/base/sensors/sensor/services/src/ |
H A D | sensor_dump.cpp | 139 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 D | sensor_service.cpp | 515 sensorDump.ParseCommand(fd, argList, sensors_, clientInfo_); in Dump()
|
/ohos5.0/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_dumper.cpp | 55 void DeviceStatusDumper::ParseCommand(int32_t fd, const std::vector<std::string> &args, const std::… in ParseCommand() function in OHOS::Msdp::DeviceStatus::DeviceStatusDumper
|
H A D | devicestatus_service.cpp | 217 DS_DUMPER->ParseCommand(fd, argList, datas); in Dump()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 1955 MMIEventDump->ParseCommand(fd, argList); in Dump()
|