Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A 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()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/include/
H A Di_input_event_handler.h55 virtual void HandleSwitchEvent(const std::shared_ptr<SwitchEvent> switchEvent) in HandleSwitchEvent()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H A Dinput_manager_listener.cpp37 [listener = shared_from_this()] (std::shared_ptr<OHOS::MMI::SwitchEvent> switchEvent) { in StartListener()
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dinput_event_serialization_test.cpp132 std::shared_ptr<MMI::SwitchEvent> switchEvent = std::make_shared<MMI::SwitchEvent>(0); variable
315 std::shared_ptr<MMI::SwitchEvent> switchEvent = std::make_shared<MMI::SwitchEvent>(0); variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dswitch_event_input_subscribe_manager_test.cpp98 auto switchEvent = std::make_shared<SwitchEvent>(INVAID_VALUE); variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dclient_msg_handler.cpp261 std::shared_ptr<SwitchEvent> switchEvent = std::make_shared<SwitchEvent>(0); in OnSubscribeSwitchEventCallback() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp125 AccessibilityEvent switchEvent; in UpdateAccessibilityAttr() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp1321 void DatePickerDialogView::SetDialogSwitchEvent(std::function<bool()> switchEvent, const RefPtr<Fra… in SetDialogSwitchEvent()
1639 auto switchEvent = [func = titleSwitchEvent]() { in CreateAndSetDialogSwitchEvent() local
1879 RefPtr<FrameNode> DatePickerDialogView::CreateNextPrevButtonNode(std::function<void()>& switchEvent, in CreateNextPrevButtonNode()
1934 std::function<void()>& switchEvent, const RefPtr<FrameNode>& contentRow) in CreateNextPrevClickEvent()
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp478 …nager::GetInstance()->SubscribeSwitchEvent([this](std::shared_ptr<OHOS::MMI::SwitchEvent> switchEv… in SwitchSubscriberInit()