Searched refs:isVerified_ (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 56 HILOG_INFO("isVerified:%{public}d, isVerified_:%{public}d, screen:%{public}d", in GetFormRenderState() 57 isVerified, isVerified_, isScreenUnlocked_); in GetFormRenderState() 60 if (isVerified_ == isVerified) { in GetFormRenderState() 64 isVerified_ = isVerified; in GetFormRenderState() 78 return isVerified_; in GetIsVerified() 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() 219 if (!isVerified_) { in OnScreenUnlock() 226 HILOG_INFO("call. %{public}d,%{public}d", isVerified_, isScreenUnlocked in OnUnlock() [all...] |
/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_impl.cpp | 248 if (isVerified_) {
in OnUnlock() 253 isVerified_ = true;
in OnUnlock() 473 if (isVerified_) {
in ConfirmUnlockState() 477 isVerified_ = true;
in ConfirmUnlockState()
|
/foundation/ability/form_fwk/services/form_render_service/include/ |
H A D | form_render_impl.h | 111 bool isVerified_ = false;
member in OHOS::AppExecFwk::FormRender::FormRenderImpl
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_render_mgr.h | 114 bool isVerified_ = false; member in OHOS::AppExecFwk::FormRenderMgr
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/ |
H A D | fms_form_render_impl_test.cpp | 644 formRenderImpl.isVerified_ = true;
in HWTEST_F() 859 formRenderImpl.isVerified_ = true;
in HWTEST_F() 876 EXPECT_FALSE(formRenderImpl.isVerified_);
in HWTEST_F() 881 EXPECT_TRUE(formRenderImpl.isVerified_);
in HWTEST_F()
|
Completed in 4 milliseconds