Home
last modified time | relevance | path

Searched refs:PushEvent (Results 1 - 19 of 19) sorted by relevance

/foundation/multimodalinput/input/service/event_dump/test/
H A Devent_statistic_test.cpp116 * @tc.desc: Test PushEvent
127 ASSERT_NO_FATAL_FAILURE(eventStatistic.PushEvent(inputEvent)); in HWTEST_F()
129 ASSERT_NO_FATAL_FAILURE(eventStatistic.PushEvent(inputEvent)); in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/state/include/
H A Dtouchpad_event_fragment.h34 void PushEvent(const RawEvent &event);
H A Dtouchpad_event_fragment_mgr.h44 std::pair<bool, std::vector<RawEvent>> PushEvent(const std::string &dhId, const RawEvent &event);
/foundation/distributedhardware/distributed_input/services/state/src/
H A Dtouchpad_event_fragment_mgr.cpp46 std::pair<bool, std::vector<RawEvent>> TouchPadEventFragmentMgr::PushEvent(const std::string &dhId, in PushEvent() function in OHOS::DistributedHardware::DistributedInput::TouchPadEventFragmentMgr
57 fragments_[dhId].back().PushEvent(event); in PushEvent()
H A Dtouchpad_event_fragment.cpp55 void TouchPadEventFragment::PushEvent(const RawEvent &event) in PushEvent() function in OHOS::DistributedHardware::DistributedInput::TouchPadEventFragment
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component_callback.h28 PushEvent = 0, member in OHOS::Ace::CallBackType
H A Dplugin_component_manager.cpp144 if (callback.second == CallBackType::PushEvent && callback.first != nullptr) { in OnPushCallBack()
/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_statistic.cpp79 PushEvent(eventPtr); in PushPointerEvent()
82 void EventStatistic::PushEvent(std::shared_ptr<InputEvent> eventPtr) in PushEvent() function in OHOS::MMI::EventStatistic
/foundation/CastEngine/castengine_wifi_display/services/event/
H A Devent_manager.h48 int32_t PushEvent(const SharingEvent &event);
H A Devent_base.cpp28 return EventManager::GetInstance().PushEvent(event); in SendEvent()
H A Devent_manager.cpp102 int32_t EventManager::PushEvent(const SharingEvent &event) in PushEvent() function in OHOS::Sharing::EventManager
/foundation/multimodalinput/input/service/event_dump/include/
H A Devent_statistic.h47 static void PushEvent(std::shared_ptr<InputEvent> eventPtr);
/foundation/ability/form_fwk/services/src/
H A Dform_observer_record.cpp289 recordInner.PushEvent(eventId); in SetFormEventObserverLocked()
310 recordInnerIter->PushEvent(eventId); in SetFormEventObserverLocked()
333 recordInner.PushEvent(formEventType); in RemoveFormEventObserverLocked()
384 void FormObserverRecordInner::PushEvent(FormEventId type) in PushEvent() function in OHOS::AppExecFwk::FormObserverRecordInner
/foundation/distributedhardware/distributed_input/services/state/test/dinpusinkstatetest/
H A Ddinput_sink_state_test.cpp161 auto ret = DInputSinkState::GetInstance().GetTouchPadEventFragMgr()->PushEvent(DHID_1, EVENT_1); in HWTEST_F()
164 ret = DInputSinkState::GetInstance().GetTouchPadEventFragMgr()->PushEvent(DHID_1, EVENT_3); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_observer_record.h43 void PushEvent(FormEventId type);
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp349 EventStatistic::PushEvent(keyEvent); in HandleKeyboardEvent()
713 EventStatistic::PushEvent(std::move(swEvent)); in HandleSwitchInputEvent()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/event/
H A Devent_unit_test.cpp178 ret = EventManager::GetInstance().PushEvent(event); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_component.cpp495 CallBackType eventCallbackType = CallBackType::PushEvent; in AceOnCompleteAsyncCallbackWork()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp259 auto ret = DInputSinkState::GetInstance().GetTouchPadEventFragMgr()->PushEvent(event.descriptor, event); in DealTouchPadEvent()

Completed in 12 milliseconds