Home
last modified time | relevance | path

Searched defs:switchEvent (Results 1 – 7 of 7) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/src/
Dswitch_subscriber_handler.cpp64 void SwitchSubscriberHandler::HandleSwitchEvent(const std::shared_ptr<SwitchEvent> switchEvent) in HandleSwitchEvent()
110 bool SwitchSubscriberHandler::OnSubscribeSwitchEvent(std::shared_ptr<SwitchEvent> switchEvent) in OnSubscribeSwitchEvent()
167 void SwitchSubscriberHandler::NotifySubscriber(std::shared_ptr<SwitchEvent> switchEvent, in NotifySubscriber()
/foundation/multimodalinput/input/service/event_handler/include/
Di_input_event_handler.h55 virtual void HandleSwitchEvent(const std::shared_ptr<SwitchEvent> switchEvent) in HandleSwitchEvent()
/foundation/resourceschedule/device_standby/plugins/message_listener/src/
Dinput_manager_listener.cpp37 [listener = shared_from_this()] (std::shared_ptr<OHOS::MMI::SwitchEvent> switchEvent) { in StartListener()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
Dswitch_event_input_subscribe_manager_test.cpp98 auto switchEvent = std::make_shared<SwitchEvent>(INVAID_VALUE); variable
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dclient_msg_handler.cpp261 std::shared_ptr<SwitchEvent> switchEvent = std::make_shared<SwitchEvent>(0); in OnSubscribeSwitchEventCallback() local
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
Drender_switch.cpp125 AccessibilityEvent switchEvent; in UpdateAccessibilityAttr() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
Ddatepicker_dialog_view.cpp1302 void DatePickerDialogView::SetDialogSwitchEvent(std::function<bool()> switchEvent, const RefPtr<Fra… in SetDialogSwitchEvent()
1620 auto switchEvent = [func = titleSwitchEvent]() { in CreateAndSetDialogSwitchEvent() local
1860 RefPtr<FrameNode> DatePickerDialogView::CreateNextPrevButtonNode(std::function<void()>& switchEvent, in CreateNextPrevButtonNode()
1915 std::function<void()>& switchEvent, const RefPtr<FrameNode>& contentRow) in CreateNextPrevClickEvent()