Home
last modified time | relevance | path

Searched defs:event (Results 701 - 725 of 2948) sorted by relevance

1...<<21222324252627282930>>...118

/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_session_listener.cpp37 void NapiSessionListener::HandleEvent(int32_t event, const T& param) in HandleEvent() argument
69 HandleEvent(int32_t event, const T& param, bool checkValid) HandleEvent() argument
101 HandleEvent(int32_t event, const T& firstParam, const N& secondParam) HandleEvent() argument
184 AddCallback(napi_env env, int32_t event, napi_value callback) AddCallback() argument
204 RemoveCallback(napi_env env, int32_t event, napi_value callback) RemoveCallback() argument
[all...]
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/
H A Dpipeline_core.cpp140 void PipelineCore::OnEvent(const Event &event) in OnEvent() argument
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_sink_impl.cpp91 std::string event; in HandleSessionDataCategory() local
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_sink.h38 int32_t event; member
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet.cpp122 EventMtp event; in Write() local
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtablet_tool_tranform_processor.cpp34 std::shared_ptr<PointerEvent> TabletToolTransformProcessor::OnEvent(struct libinput_event* event) in OnEvent() argument
114 bool TabletToolTransformProcessor::OnTip(struct libinput_event* event) in OnTip() argument
144 OnTipDown(struct libinput_event_tablet_tool* event) OnTipDown() argument
189 OnTipMotion(struct libinput_event* event) OnTipMotion() argument
235 OnTipUp(struct libinput_event_tablet_tool* event) OnTipUp() argument
253 OnTipProximity(struct libinput_event* event) OnTipProximity() argument
[all...]
H A Dtouch_event_normalize.cpp38 std::shared_ptr<PointerEvent> TouchEventNormalize::OnLibInput(struct libinput_event *event, DeviceType deviceType) in OnLibInput() argument
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dmsg_head.h75 struct input_event event; member
/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_pen_device.cpp158 int32_t ProcessingPenDevice::AnalysisPenApproachPadEvent(const DeviceEvent& event, std::vector<PenEvent>& penEventArray) in AnalysisPenApproachPadEvent() argument
178 AnalysisPenSlidePadEvent(const DeviceEvent& event, std::vector<PenEvent>& penEventArray) AnalysisPenSlidePadEvent() argument
200 AnalysisPenLeavePadEvent(const DeviceEvent& event, std::vector<PenEvent>& penEventArray) AnalysisPenLeavePadEvent() argument
[all...]
/foundation/multimodalinput/input/intention/common/channel/include/
H A Dchannel.h74 int32_t Send(const Event &event) in Send() argument
203 int32_t Channel<Event>::Send(const Event &event) in Send() argument
253 Event event = queue_.front(); in Receive() local
/foundation/multimodalinput/input/service/key_event_normalize/test/
H A Dkey_event_normalize_test.cpp69 libinput_event *event = libinput_.Dispatch(); in SetupKeyboard() local
98 libinput_event *event = libinput_.Dispatch(); in HWTEST_F() local
125 libinput_event *event = libinput_.Dispatch(); in HWTEST_F() local
156 libinput_event *event = libinput_.Dispatch(); HWTEST_F() local
187 libinput_event *event = libinput_.Dispatch(); HWTEST_F() local
214 libinput_event *event = libinput_.Dispatch(); HWTEST_F() local
244 libinput_event *event = libinput_.Dispatch(); HWTEST_F() local
274 libinput_event *event = libinput_.Dispatch(); HWTEST_F() local
298 libinput_event *event = libinput_.Dispatch(); HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dhotplug_detector.cpp117 inotify_event event; in OnEvent() local
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Dmonitor.cpp134 struct inotify_event *event = reinterpret_cast<struct inotify_event *>(p); in ReceiveDevice() local
/foundation/multimodalinput/input/uinput/
H A Dvirtual_device.cpp125 struct input_event event {}; in EmitEvent() struct
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Daxis_event.cpp36 auto event = std::shared_ptr<AxisEvent>(new (std::nothrow) AxisEvent(InputEvent::EVENT_TYPE_AXIS)); in Create() local
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dhot_area.cpp34 void HotArea::AddListener(const RegisterHotareaListenerEvent &event) in AddListener() argument
49 void HotArea::RemoveListener(const UnregisterHotareaListenerEvent &event) in RemoveListener() argument
56 void HotArea::EnableCooperate(const EnableCooperateEvent &event) in EnableCooperate() argument
136 void HotArea::OnClientDied(const ClientDiedEvent &event) in OnClientDied() argument
H A Di_cooperate_state.cpp42 void ICooperateState::ICooperateStep::OnEvent(Context &context, const CooperateEvent &event) in OnEvent() argument
71 void ICooperateState::ICooperateStep::Proceed(Context &context, const CooperateEvent &event) in Proceed() argument
79 void ICooperateState::ICooperateStep::Reset(Context &context, const CooperateEvent &event) in Reset() argument
102 StartCooperate(Context &context, const StartCooperateEvent &event) StartCooperate() argument
108 RemoteStart(Context &context, const DSoftbusStartCooperate &event) RemoteStart() argument
113 RelayCooperate(Context &context, const DSoftbusRelayCooperate &event) RelayCooperate() argument
[all...]
/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp51 std::shared_ptr<KeyEvent> event = KeyEvent::Create(); in HWTEST_F() local
93 std::shared_ptr<KeyEvent> event = KeyEvent::Create(); in HWTEST_F() local
/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp47 int32_t UDSSocket::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event, int32_t epollFd) in EpollCtl() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dicollect_plugin.h60 virtual int32_t AddCollectEvent(const OnDemandEvent& event) in AddCollectEvent() argument
65 virtual int32_t RemoveUnusedEvent(const OnDemandEvent& event) in RemoveUnusedEvent() argument
71 virtual void SaveCacheCommonEventSaExtraId(const OnDemandEvent& event, in SaveCacheCommonEventSaExtraId() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_networking_collect_test.cpp85 OnDemandEvent event; in HWTEST_F() local
125 OnDemandEvent event; in HWTEST_F() local
H A Ddevice_param_collect_test.cpp182 OnDemandEvent event; in HWTEST_F() local
199 OnDemandEvent event = {3, TEST_NAME, "true"}; in HWTEST_F() local
215 OnDemandEvent event = {3, TEST_NAME, "true"}; in HWTEST_F() local
232 OnDemandEvent event = {3, TEST_NAME, "true"}; HWTEST_F() local
280 OnDemandEvent event; HWTEST_F() local
[all...]
H A Dsystem_ability_event_handler_test.cpp153 ProcessStateEvent event = ProcessStateEvent::PROCESS_STARTED_EVENT; in HWTEST_F() local
175 ProcessStateEvent event = ProcessStateEvent::PROCESS_STARTED_EVENT; in HWTEST_F() local
202 ProcessStateEvent event = ProcessStateEvent::PROCESS_STARTED_EVENT; in HWTEST_F() local
/foundation/systemabilitymgr/samgr/test/unittest/
H A Dsystem_ability_manager_test.cpp571 OnDemandEvent event; in HWTEST_F() local
587 OnDemandEvent event; in HWTEST_F() local
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_stub_test.cpp178 ScreenChangeEvent event = ScreenChangeEvent::CHANGE_MODE; in HWTEST_F() local
201 ScreenGroupChangeEvent event = ScreenGroupChangeEvent::ADD_TO_GROUP; in HWTEST_F() local
225 DisplayChangeEvent event = DisplayChangeEvent::DISPLAY_SIZE_CHANGED; in HWTEST_F() local

Completed in 13 milliseconds

1...<<21222324252627282930>>...118