Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_event_normalize/include/
H A Dkey_event_normalize.h44 {SHIELD_MODE::FACTORY_MODE, false},
45 {SHIELD_MODE::OOBE_MODE, false},
/foundation/multimodalinput/input/service/display_state_manager/src/
H A Ddisplay_event_monitor.cpp116 if (shieldModeBeforeSreenOff_ != SHIELD_MODE::UNSET_MODE) { in UpdateShieldStatusOnScreenOn()
131 if (shieldModeBeforeSreenOff_ != SHIELD_MODE::UNSET_MODE) { in UpdateShieldStatusOnScreenOff()
132 KeyEventHdr->SetCurrentShieldMode(SHIELD_MODE::UNSET_MODE); in UpdateShieldStatusOnScreenOff()
/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp168 lastShieldMode_ = SHIELD_MODE::UNSET_MODE; in SetShieldStatus()
/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h192 enum SHIELD_MODE { enum
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp2361 int32_t ret = InputManager::GetInstance()->SetShieldStatus(SHIELD_MODE::FACTORY_MODE, true); in HWTEST_F()
2363 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::FACTORY_MODE, factoryModeStatus); in HWTEST_F()
2365 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::OOBE_MODE, oobeModeStatus); in HWTEST_F()
2369 ret = InputManager::GetInstance()->SetShieldStatus(SHIELD_MODE::OOBE_MODE, true); in HWTEST_F()
2371 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::FACTORY_MODE, factoryModeStatus); in HWTEST_F()
2373 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::OOBE_MODE, oobeModeStatus); in HWTEST_F()
2377 ret = InputManager::GetInstance()->SetShieldStatus(SHIELD_MODE::OOBE_MODE, false); in HWTEST_F()
2379 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::FACTORY_MODE, factoryModeStatus); in HWTEST_F()
2381 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::OOBE_MODE, oobeModeStatus); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp659 CHKRP(napi_create_int32(env, SHIELD_MODE::FACTORY_MODE, &factory_mode), CREATE_INT32); in CreateShieldMode()
661 CHKRP(napi_create_int32(env, SHIELD_MODE::OOBE_MODE, &oobe_mode), CREATE_INT32); in CreateShieldMode()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp390 if (currentShieldMode == SHIELD_MODE::FACTORY_MODE) { in UpdateKeyEventHandlerChain()

Completed in 10 milliseconds