Searched refs:GetSwitchValue (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/ |
H A D | switch_event_input_subscribe_manager_test.cpp | 52 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 D | switch_subscriber_handler.cpp | 68 …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 D | switch_event.h | 52 int32_t GetSwitchValue() const in GetSwitchValue() function
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/src/ |
H A D | input_manager_listener.cpp | 38 listener->OnCallbackEvent(switchEvent->GetSwitchValue()); in StartListener()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | switch_event_input_subscribe_manager.cpp | 128 …HILOGI("Switch event id:%{public}d, switchValue:%{public}d", subscribeId, event->GetSwitchValue()); in OnSubscribeSwitchEventCallback()
|
/ohos5.0/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 126 pkt << swEvent->GetSwitchType() << swEvent->GetSwitchValue() << swEvent->GetSwitchMask(); in SwitchEventToNetPacket()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 134 pkt << swEvent->GetSwitchValue() << swEvent->GetSwitchMask(); in SwitchEventToNetPacket()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 133 pkt << swEvent->GetSwitchValue() << swEvent->GetSwitchMask(); in SwitchEventToNetPacket()
|
/ohos5.0/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 490 if (switchEvent->GetSwitchValue() == SwitchEvent::SWITCH_OFF) { in SwitchSubscriberInit()
|