/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | mock_form_render_mgr.cpp | 29 bool FormRenderMgr::GetIsVerified() const in GetIsVerified() function in OHOS::AppExecFwk::FormRenderMgr
|
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_info.h | 87 bool GetIsVerified() const;
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_render_mgr.h | 68 bool GetIsVerified() const;
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | inner_os_account_manager.cpp | 1083 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 D | os_account_interface.cpp | 489 if (!osAccountInfo.GetIsVerified() && isUserUnlocked) { in SendToStorageAccountStart()
|
H A D | os_account_manager_service.cpp | 962 (osAccountInfo.GetIsVerified() ? "true" : "false")); in DumpStateByAccounts()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_inner_account_mgr_mock.cpp | 180 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 D | os_account_info.cpp | 113 bool OsAccountInfo::GetIsVerified() const in GetIsVerified() function in OHOS::AccountSA::OsAccountInfo
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 74 bool FormRenderMgr::GetIsVerified() const in GetIsVerified() function in OHOS::AppExecFwk::FormRenderMgr
|
H A D | form_mgr_adapter.cpp | 1734 if (FormRenderMgr::GetInstance().GetIsVerified()) { in AcquireProviderFormInfoAsync()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
H A D | os_account_info_test.cpp | 257 EXPECT_EQ(isVerified, osAccountInfo.GetIsVerified());
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/ |
H A D | account_manager_addon.cpp | 271 NAPI_CALL(env, napi_get_boolean(env, info.GetIsVerified(), &isVerifiedToJs)); in ConvertOsAccountInfoToJs()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/ |
H A D | libos_account_innerkits.map | 183 "OHOS::AccountSA::OsAccountInfo::GetIsVerified() const";
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 976 EXPECT_EQ(isVerified, osAccountInfoTwo.GetIsVerified());
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account_common.cpp | 256 napi_get_boolean(env, info.GetIsVerified(), &isVerifiedToJs); in GetOACBInfoToJs()
|