Home
last modified time | relevance | path

Searched refs:GetIsVerified (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_render_mgr.cpp29 bool FormRenderMgr::GetIsVerified() const in GetIsVerified() function in OHOS::AppExecFwk::FormRenderMgr
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h87 bool GetIsVerified() const;
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h68 bool GetIsVerified() const;
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1083 isVerified = osAccountInfo.GetIsVerified(); in RetryToGetAccount()
1657 …countMap_.Find(displayId, foregroundId) && (foregroundId == id) && osAccountInfo.GetIsVerified()) { in RetryToGetAccount()
1709 if ((!osAccountInfo.GetIsActived()) && (!osAccountInfo.GetIsVerified())) { in RetryToGetAccount()
1813 bool preVerified = osAccountInfo.GetIsVerified(); in RetryToGetAccount()
1820 if (osAccountInfo.GetIsVerified()) { in RetryToGetAccount()
1827 if (!preVerified && osAccountInfo.GetIsVerified()) { in RetryToGetAccount()
1963 bool preVerified = osAccountInfo.GetIsVerified(); in RetryToGetAccount()
H A Dos_account_interface.cpp489 if (!osAccountInfo.GetIsVerified() && isUserUnlocked) { in SendToStorageAccountStart()
H A Dos_account_manager_service.cpp962 (osAccountInfo.GetIsVerified() ? "true" : "false")); in DumpStateByAccounts()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp180 EXPECT_FALSE(accountInfo.GetIsVerified());
237 EXPECT_FALSE(accountInfo.GetIsVerified());
300 EXPECT_FALSE(accountInfo.GetIsVerified());
369 EXPECT_FALSE(accountInfo.GetIsVerified());
766 EXPECT_FALSE(accountInfo.GetIsVerified());
772 EXPECT_TRUE(accountInfoAfter.GetIsVerified());
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp113 bool OsAccountInfo::GetIsVerified() const in GetIsVerified() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp74 bool FormRenderMgr::GetIsVerified() const in GetIsVerified() function in OHOS::AppExecFwk::FormRenderMgr
H A Dform_mgr_adapter.cpp1734 if (FormRenderMgr::GetInstance().GetIsVerified()) { in AcquireProviderFormInfoAsync()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp257 EXPECT_EQ(isVerified, osAccountInfo.GetIsVerified());
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp271 NAPI_CALL(env, napi_get_boolean(env, info.GetIsVerified(), &isVerifiedToJs)); in ConvertOsAccountInfoToJs()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map183 "OHOS::AccountSA::OsAccountInfo::GetIsVerified() const";
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp976 EXPECT_EQ(isVerified, osAccountInfoTwo.GetIsVerified());
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp256 napi_get_boolean(env, info.GetIsVerified(), &isVerifiedToJs); in GetOACBInfoToJs()