Home
last modified time | relevance | path

Searched refs:lidSwitch (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/dfx/test/
H A Ddfx_hisysevent_test.cpp189 int32_t lidSwitch = 0; variable
190 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::OnLidSwitchChanged(lidSwitch));
/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/dfx/src/
H A Ddfx_hisysevent.cpp323 void DfxHisysevent::OnLidSwitchChanged(int32_t lidSwitch) in OnLidSwitchChanged() argument
329 "SWITCH", lidSwitch); in OnLidSwitchChanged()