Searched defs:SendEventInfo (Results 1 – 2 of 2) sorted by relevance
33 struct SendEventInfo : public AsyncCall::Context { struct39 SendEventInfo() in SendEventInfo() argument42 SendEventInfo(InputAction input, OutputAction output) in SendEventInfo() function45 ~SendEventInfo() override{}; in ~SendEventInfo() argument
52 void InputManager::SendEventInfo(const std::shared_ptr<EventInfo>& eventInfo) in SendEventInfo() function in OHOS::BackgroundTaskMgr::InputManager