Home
last modified time | relevance | path

Searched refs:isScreenLocked (Results 1 - 2 of 2) sorted by relevance

/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp104 bool isScreenLocked = IsScreenLocked(); in OnIsScreenLocked() local
105 reply.WriteBool(isScreenLocked); in OnIsScreenLocked()
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1175 bool isScreenLocked = false; in SwitchByCombinationKey() local
1178 IMSA_HILOGI("isScreenLocked now."); in SwitchByCombinationKey()
1179 isScreenLocked = true; in SwitchByCombinationKey()
1182 if (CombinationKey::IsMatch(CombinationKeyFunction::SWITCH_IME, state) && !isScreenLocked) { in SwitchByCombinationKey()

Completed in 3 milliseconds