Searched refs:isScreenUnlocked_ (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 57 isVerified, isVerified_, isScreenUnlocked_); in GetFormRenderState() 68 if (!isScreenUnlocked_) { in GetFormRenderState() 86 HILOG_INFO("the current user authentication status:%{public}d,%{public}d", isVerified_, isScreenUnlocked_); in RenderForm() 101 want.SetParam(Constants::FORM_RENDER_STATE, isVerified_ || isScreenUnlocked_); in RenderForm() 211 HILOG_INFO("call. %{public}d,%{public}d", isVerified_, isScreenUnlocked_); in OnScreenUnlock() 212 if (isScreenUnlocked_) { in OnScreenUnlock() 218 isScreenUnlocked_ = true; in OnScreenUnlock() 226 HILOG_INFO("call. %{public}d,%{public}d", isVerified_, isScreenUnlocked_); in OnUnlock() 234 if (!isScreenUnlocked_) { in OnUnlock()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_render_mgr.h | 113 bool isScreenUnlocked_ = false; member in OHOS::AppExecFwk::FormRenderMgr
|
Completed in 2 milliseconds