Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_handler/include/
Di_input_event_handler.h45 virtual void HandleSwitchEvent(const std::shared_ptr<SwitchEvent> switchEvent) in HandleSwitchEvent()
/foundation/multimodalinput/input/service/subscriber/src/
Dswitch_subscriber_handler.cpp62 void SwitchSubscriberHandler::HandleSwitchEvent(const std::shared_ptr<SwitchEvent> switchEvent) in HandleSwitchEvent()
104 bool SwitchSubscriberHandler::OnSubscribeSwitchEvent(std::shared_ptr<SwitchEvent> switchEvent) in OnSubscribeSwitchEvent()
146 void SwitchSubscriberHandler::NotifySubscriber(std::shared_ptr<SwitchEvent> switchEvent, in NotifySubscriber()
/foundation/resourceschedule/device_standby/plugins/message_listener/src/
Dinput_manager_listener.cpp35 [listener = shared_from_this()] (std::shared_ptr<OHOS::MMI::SwitchEvent> switchEvent) { in StartListener()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dclient_msg_handler.cpp211 std::shared_ptr<SwitchEvent> switchEvent = std::make_shared<SwitchEvent>(0); in OnSubscribeSwitchEventCallback() local
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
Drender_switch.cpp129 AccessibilityEvent switchEvent; in UpdateAccessibilityAttr() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
Ddatepicker_dialog_view.cpp199 auto switchEvent = [func = titleSwitchEvent]() { in Show() local
860 void DatePickerDialogView::SetDialogSwitchEvent(std::function<bool()> switchEvent) in SetDialogSwitchEvent()