/foundation/distributedhardware/distributed_input/services/sink/transport/include/ |
H A D | distributed_input_sink_transport.h | 71 void RecordEventLog(const std::shared_ptr<nlohmann::json> &events); 96 void RecordEventLog(const std::string &dhId, int32_t type, int32_t code, int32_t value); 97 void RecordEventLog(const std::vector<struct RawEvent> &events);
|
/foundation/distributedhardware/distributed_input/services/sink/transport/src/ |
H A D | distributed_input_sink_transport.cpp | 90 RecordEventLog(innerMsg); in ProcessEvent() 232 RecordEventLog(dhId, type, btnCode, value); in SendKeyStateNodeMsg() 284 RecordEventLog(events); in DoSendMsgBatch() 287 void DistributedInputSinkTransport::RecordEventLog(const std::vector<struct RawEvent> &events) in RecordEventLog() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkTransport 290 RecordEventLog(ev.descriptor, ev.type, ev.code, ev.value); in RecordEventLog() 294 void DistributedInputSinkTransport::RecordEventLog(const std::string &dhId, int32_t type, int32_t code, int32_t value) in RecordEventLog() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkTransport 658 void DistributedInputSinkTransport::DInputSinkEventHandler::RecordEventLog( in RecordEventLog() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkTransport::DInputSinkEventHandler
|
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
H A D | virtual_device.cpp | 185 RecordEventLog(event); in InjectInputEvent() 215 void VirtualDevice::RecordEventLog(const input_event &event) in RecordEventLog() function in OHOS::DistributedHardware::DistributedInput::VirtualDevice
|
/foundation/distributedhardware/distributed_input/services/source/inputinject/include/ |
H A D | virtual_device.h | 68 void RecordEventLog(const input_event &event);
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/ |
H A D | dinput_source_listener.h | 72 void RecordEventLog(int64_t when, int32_t type, int32_t code, int32_t value, const std::string &path);
|
/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 364 void RecordEventLog(const input_event &event) in RecordEventLog() function 388 RecordEventLog(event); in WriteEventToDevice()
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | dinput_source_listener.cpp | 370 RecordEventLog(oneData[INPUT_KEY_WHEN], oneData[INPUT_KEY_TYPE], oneData[INPUT_KEY_CODE], in OnReceivedEventRemoteInput() 532 void DInputSourceListener::RecordEventLog(int64_t when, int32_t type, int32_t code, in RecordEventLog() function in OHOS::DistributedHardware::DistributedInput::DInputSourceListener
|
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.h | 174 void RecordEventLog(const RawEvent *event);
|
H A D | input_hub.cpp | 333 RecordEventLog(event); in CollectEvent() 1406 void InputHub::RecordEventLog(const RawEvent *event) in RecordEventLog() function in OHOS::DistributedHardware::DistributedInput::InputHub
|