Home
last modified time | relevance | path

Searched refs:OnLidSwitchChanged (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h81 static void OnLidSwitchChanged(int32_t lidSwitch);
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dswitch_subscriber_handler.cpp115 DfxHisysevent::OnLidSwitchChanged(switchEvent->GetSwitchValue()); in OnSubscribeSwitchEvent()
/ohos5.0/foundation/multimodalinput/input/service/dfx/test/
H A Ddfx_hisysevent_test.cpp190 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::OnLidSwitchChanged(lidSwitch));
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp323 void DfxHisysevent::OnLidSwitchChanged(int32_t lidSwitch) in OnLidSwitchChanged() function in OHOS::MMI::DfxHisysevent