Home
last modified time | relevance | path

Searched refs:RecordEventLog (Results 1 - 9 of 9) sorted by relevance

/foundation/distributedhardware/distributed_input/services/sink/transport/include/
H A Ddistributed_input_sink_transport.h71 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 Ddistributed_input_sink_transport.cpp90 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 Dvirtual_device.cpp185 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 Dvirtual_device.h68 void RecordEventLog(const input_event &event);
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddinput_source_listener.h72 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 Ddinput_utils_tool.cpp364 void RecordEventLog(const input_event &event) in RecordEventLog() function
388 RecordEventLog(event); in WriteEventToDevice()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp370 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 Dinput_hub.h174 void RecordEventLog(const RawEvent *event);
H A Dinput_hub.cpp333 RecordEventLog(event); in CollectEvent()
1406 void InputHub::RecordEventLog(const RawEvent *event) in RecordEventLog() function in OHOS::DistributedHardware::DistributedInput::InputHub

Completed in 8 milliseconds