Home
last modified time | relevance | path

Searched refs:GetSwitchType (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dswitch_event_input_subscribe_manager_test.cpp64 event->GetSwitchType(), event->GetSwitchValue()); in HWTEST_F()
86 event->GetSwitchType(), event->GetSwitchValue()); in HWTEST_F()
108 event->GetSwitchType(), event->GetSwitchValue()); in HWTEST_F()
138 event->GetSwitchType(), event->GetSwitchValue()); in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dswitch_subscriber_handler.cpp115 if (switchEvent->GetSwitchType() == SwitchEvent::SwitchType::SWITCH_LID) { in OnSubscribeSwitchEvent()
121 if (subscriber->switchType_ == switchEvent->GetSwitchType() || in OnSubscribeSwitchEvent()
123 switchEvent->GetSwitchType() != SwitchEvent::SwitchType::SWITCH_PRIVACY)) { in OnSubscribeSwitchEvent()
128 if (switchEvent->GetSwitchType() == SwitchEvent::SwitchType::SWITCH_PRIVACY) { in OnSubscribeSwitchEvent()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dswitch_event_input_subscribe_manager.h39 int32_t GetSwitchType() const in GetSwitchType() function in OHOS::MMI::final::SubscribeSwitchEventInfo
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dswitch_event.h47 int32_t GetSwitchType() const in GetSwitchType() function in OHOS::MMI::SwitchEvent
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dswitch_event_input_subscribe_manager.cpp141 int32_t ret = MMIEventHdl.SubscribeSwitchEvent(subscribeInfo.GetSwitchType(), it->first); in OnConnected()
/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp136 pkt << swEvent->GetSwitchType() << swEvent->GetSwitchValue() << swEvent->GetSwitchMask(); in SwitchEventToNetPacket()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp1643 event->GetSwitchType(), event->GetSwitchValue()); in HWTEST_F()
1671 event->GetSwitchType(), event->GetSwitchValue()); in HWTEST_F()

Completed in 9 milliseconds