Home
last modified time | relevance | path

Searched refs:GetSwitchValue (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dswitch_event_input_subscribe_manager_test.cpp52 event->GetSwitchType(), event->GetSwitchValue()); in __anon8bb811880202()
74 event->GetSwitchType(), event->GetSwitchValue()); in __anon8bb811880302()
96 event->GetSwitchType(), event->GetSwitchValue()); in __anon8bb811880402()
126 event->GetSwitchType(), event->GetSwitchValue()); in __anon8bb811880502()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dswitch_subscriber_handler.cpp68 …OGI("Subscribe switchEvent filter success. switchValue:%{public}d", switchEvent->GetSwitchValue()); in HandleSwitchEvent()
113 MMI_HILOGD("switchValue:%{public}d", switchEvent->GetSwitchValue()); in OnSubscribeSwitchEvent()
115 DfxHisysevent::OnLidSwitchChanged(switchEvent->GetSwitchValue()); in OnSubscribeSwitchEvent()
184 subscriber->id_, switchEvent->GetSwitchValue(), subscriber->sess_->GetPid()); in NotifySubscriber()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dswitch_event.h52 int32_t GetSwitchValue() const in GetSwitchValue() function
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H A Dinput_manager_listener.cpp38 listener->OnCallbackEvent(switchEvent->GetSwitchValue()); in StartListener()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dswitch_event_input_subscribe_manager.cpp128 …HILOGI("Switch event id:%{public}d, switchValue:%{public}d", subscribeId, event->GetSwitchValue()); in OnSubscribeSwitchEventCallback()
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp126 pkt << swEvent->GetSwitchType() << swEvent->GetSwitchValue() << swEvent->GetSwitchMask(); in SwitchEventToNetPacket()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_serialization.cpp134 pkt << swEvent->GetSwitchValue() << swEvent->GetSwitchMask(); in SwitchEventToNetPacket()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_serialization.cpp133 pkt << swEvent->GetSwitchValue() << swEvent->GetSwitchMask(); in SwitchEventToNetPacket()
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp490 if (switchEvent->GetSwitchValue() == SwitchEvent::SWITCH_OFF) { in SwitchSubscriberInit()