Home
last modified time | relevance | path

Searched refs:IsVerified (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_default_impl.h29 bool IsVerified(int userId) override;
H A Daccount_delegate_default_impl.cpp59 bool AccountDelegateDefaultImpl::IsVerified(int userId) in IsVerified() function in OHOS::DistributedKv::AccountDelegateDefaultImpl
H A Daccount_delegate_normal_impl.h34 bool IsVerified(int userId) override;
H A Daccount_delegate_normal_impl.cpp92 bool AccountDelegateNormalImpl::IsVerified(int userId) in IsVerified() function in OHOS::DistributedKv::AccountDelegateNormalImpl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/
H A Daccount_delegate_test.cpp228 HWTEST_F(AccountDelegateTest, IsVerified, TestSize.Level0)
230 auto user = AccountDelegate::GetInstance()->IsVerified(userId);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/account/
H A Daccount_delegate.h70 API_EXPORT virtual bool IsVerified(int userId) = 0;
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h185 bool IsVerified = false; member
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp1643 … asyncContext->errCode = OsAccountManager::IsCurrentOsAccountVerified(asyncContext->IsVerified); in IsVerifiedExecuteCB()
1645 …ntext->errCode = OsAccountManager::IsOsAccountVerified(asyncContext->id, asyncContext->IsVerified); in IsVerifiedExecuteCB()
1662 napi_get_boolean(env, asyncContext->IsVerified, &dataJs); in IsVerifiedCompletedCB()
1668 napi_get_boolean(env, asyncContext->IsVerified, &dataJs); in IsVerifiedCompletedCB()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp271 if (!Account::GetInstance()->IsVerified(info.user_)) { in IsValid()
550 if (user != 0 && !Account::GetInstance()->IsVerified(user)) { in GetStore()
H A Dcloud_service_impl.cpp853 if (user == 0 || !Account::GetInstance()->IsVerified(user)) { in GenTask()
889 if (!Account::GetInstance()->IsVerified(userId)) { in GetSchemaMeta()
907 if (!Account::GetInstance()->IsVerified(userId)) { in GetCloudInfo()