Home
last modified time | relevance | path

Searched refs:INPUT_KEY_WHEN (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp267 tmpJson[INPUT_KEY_WHEN] = currentTimeNs; in DoSendMsgBatch()
663 if (!IsInt32(event, INPUT_KEY_TYPE) || !IsInt64(event, INPUT_KEY_WHEN) || in RecordEventLog()
685 int64_t when = event[INPUT_KEY_WHEN]; in RecordEventLog()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp358 if (!IsInt64(oneData, INPUT_KEY_WHEN) || !IsUInt32(oneData, INPUT_KEY_TYPE) || in OnReceivedEventRemoteInput()
364 mEventBuffer[idx].when = oneData[INPUT_KEY_WHEN]; in OnReceivedEventRemoteInput()
370 RecordEventLog(oneData[INPUT_KEY_WHEN], oneData[INPUT_KEY_TYPE], oneData[INPUT_KEY_CODE], in OnReceivedEventRemoteInput()
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp136 tmpJson[INPUT_KEY_WHEN] = mEventBuffer[ind].when; in StartCollectEventsThread()
/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h28 #define INPUT_KEY_WHEN "when" macro

Completed in 4 milliseconds