Home
last modified time | relevance | path

Searched refs:INPUT_KEY_CODE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp269 tmpJson[INPUT_KEY_CODE] = ev.code; in DoSendMsgBatch()
664 !IsUInt32(event, INPUT_KEY_CODE) || !IsInt32(event, INPUT_KEY_VALUE) || in RecordEventLog()
686 int32_t code = event[INPUT_KEY_CODE]; in RecordEventLog()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp359 !IsUInt32(oneData, INPUT_KEY_CODE) || !IsInt32(oneData, INPUT_KEY_VALUE) || in OnReceivedEventRemoteInput()
366 mEventBuffer[idx].code = oneData[INPUT_KEY_CODE]; in OnReceivedEventRemoteInput()
370 RecordEventLog(oneData[INPUT_KEY_WHEN], oneData[INPUT_KEY_TYPE], oneData[INPUT_KEY_CODE], in OnReceivedEventRemoteInput()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp138 tmpJson[INPUT_KEY_CODE] = mEventBuffer[ind].code; in StartCollectEventsThread()
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h30 #define INPUT_KEY_CODE "code" macro