Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_database_test.cpp184 EXPECT_EQ(1U, info[0]->GetCredentialId());
193 EXPECT_EQ(2U, info[1]->GetCredentialId());
243 EXPECT_EQ(testCredInfo->GetCredentialId(), 10);
295 EXPECT_EQ(testCredInfos[0]->GetCredentialId(), 10);
343 EXPECT_EQ(testCredInfos[0]->GetCredentialId(), 10);
H A Dcredential_info_test.cpp39 HWTEST_F(CredentialInfoTest, GetCredentialId, TestSize.Level0)
52 uint64_t ret = CredentialInfoImpl.GetCredentialId();
H A Denrollment_impl_test.cpp155 EXPECT_EQ(info->GetCredentialId(), 1U);
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dcredential_info_interface.h29 virtual uint64_t GetCredentialId() const = 0;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_credential_info.h28 MOCK_CONST_METHOD0(GetCredentialId, uint64_t());
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dcredential_info_impl.h31 uint64_t GetCredentialId() const override;
H A Dcredential_info_impl.cpp25 uint64_t CredentialInfoImpl::GetCredentialId() const in GetCredentialId() function in OHOS::UserIam::UserAuth::CredentialInfoImpl
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h139 uint64_t GetCredentialId() const;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp188 EXPECT_EQ(accountInfo.GetCredentialId(), 0);
245 EXPECT_EQ(accountInfo.GetCredentialId(), 0);
308 EXPECT_EQ(accountInfo.GetCredentialId(), 0);
377 EXPECT_EQ(accountInfo.GetCredentialId(), 0);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp133 uint64_t OsAccountInfo::GetCredentialId() const in GetCredentialId() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp491 bool hasCredential = osAccountInfo.GetCredentialId() > 0; in SendToStorageAccountStart()
H A Dinner_os_account_manager.cpp1686 if (domainInfo.accountId_.empty() && (osAccountInfo.GetCredentialId() == 0)) { in RetryToGetAccount()
2031 credentialId = osAccountInfo.GetCredentialId(); in RetryToGetAccount()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp760 EXPECT_EQ(osAccountInfo.GetCredentialId(), 0);
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp134 info.credentialId = credInfo->GetCredentialId(); in GetCredentialInfoInner()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map168 "OHOS::AccountSA::OsAccountInfo::GetCredentialId() const";