Home
last modified time | relevance | path

Searched refs:EventBatch (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Ddistributed_input_node_manager.h52 using EventBatch = std::pair<std::string, std::vector<RawEvent>>; variable
70 void ProcessInjectEvent(const EventBatch &events);
126 std::queue<EventBatch> injectQueue_;
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_node_manager.cpp498 EventBatch events; in InjectEvent()
536 void DistributedInputNodeManager::ProcessInjectEvent(const EventBatch &events) in ProcessInjectEvent()