Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp270 tmpJson[INPUT_KEY_VALUE] = ev.value; in DoSendMsgBatch()
664 !IsUInt32(event, INPUT_KEY_CODE) || !IsInt32(event, INPUT_KEY_VALUE) || in RecordEventLog()
687 int32_t value = event[INPUT_KEY_VALUE]; in RecordEventLog()
/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()
367 mEventBuffer[idx].value = oneData[INPUT_KEY_VALUE]; in OnReceivedEventRemoteInput()
371 oneData[INPUT_KEY_VALUE], oneData[INPUT_KEY_PATH]); in OnReceivedEventRemoteInput()
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp139 tmpJson[INPUT_KEY_VALUE] = mEventBuffer[ind].value; in StartCollectEventsThread()
/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h31 #define INPUT_KEY_VALUE "value" macro

Completed in 6 milliseconds