Searched refs:isVerified_ (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 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_, 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 D | os_account_info.cpp | 115 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 D | form_render_impl.cpp | 261 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 D | form_render_impl.h | 116 bool isVerified_ = false; variable
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/ |
H A D | fms_form_render_impl_test.cpp | 645 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 D | os_account_info.h | 174 bool isVerified_ = false; variable
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_render_mgr.h | 132 bool isVerified_ = false; variable
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
H A D | os_account_info_test.cpp | 256 osAccountInfo.isVerified_ = isVerified; 270 EXPECT_EQ(BOOL_IS_OS_ACCOUNT_VERIFIED, osAccountInfo.isVerified_);
|