Home
last modified time | relevance | path

Searched refs:isVerified_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp57 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_, isScreenUn… in RenderForm()
101 want.SetParam(Constants::FORM_RENDER_STATE, isVerified_ || isScreenUnlocked_); in RenderForm()
277 HILOG_INFO("call. %{public}d,%{public}d", isVerified_, isScreenUnlocked_); in OnScreenUnlock()
285 if (!isVerified_) { in OnScreenUnlock()
292 HILOG_INFO("call. %{public}d,%{public}d", isVerified_, isScreenUnlocked_); in OnUnlock()
293 if (isVerified_) { in OnUnlock()
[all …]
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp115 return isVerified_; in GetIsVerified()
120 isVerified_ = isVerified; in SetIsVerified()
250 {IS_OS_ACCOUNT_VERIFIED, isVerified_}, in ToJson()
321 …jsonObject, jsonObjectEnd, IS_OS_ACCOUNT_VERIFIED, isVerified_, OHOS::AccountSA::JsonType::BOOLEAN… in FromJson()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_impl.cpp261 if (isVerified_) { in OnUnlock()
266 isVerified_ = true; in OnUnlock()
519 if (isVerified_) { in ConfirmUnlockState()
523 isVerified_ = true; in ConfirmUnlockState()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_impl.h116 bool isVerified_ = false; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
H A Dfms_form_render_impl_test.cpp645 formRenderImpl.isVerified_ = true;
860 formRenderImpl.isVerified_ = true;
877 EXPECT_FALSE(formRenderImpl.isVerified_);
882 EXPECT_TRUE(formRenderImpl.isVerified_);
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h174 bool isVerified_ = false; variable
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h132 bool isVerified_ = false; variable
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp256 osAccountInfo.isVerified_ = isVerified;
270 EXPECT_EQ(BOOL_IS_OS_ACCOUNT_VERIFIED, osAccountInfo.isVerified_);