Home
last modified time | relevance | path

Searched refs:GetCredentialInfo (Results 1 – 25 of 50) sorted by relevance

12

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Duser_idm_client_impl_mock.cpp82 int32_t UserIdmClientImpl::GetCredentialInfo(int32_t userId, AuthType authType, in GetCredentialInfo() function in UserIdmClientImpl
85 return IUserIdmClientMoc::userIdmClientMoc->GetCredentialInfo(userId, authType, callback); in GetCredentialInfo()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Duser_idm_client_impl_mock.h43 virtual int32_t GetCredentialInfo(int32_t userId, AuthType authType,
65 MOCK_METHOD3(GetCredentialInfo, int32_t(int32_t userId, AuthType authType,
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/systemapi_wrap/useridm_test/user_iam_api_mock/
H A Duser_idm_client.h28 int32_t GetCredentialInfo(int32_t userId, AuthType authType,
H A Duser_idm_client.cpp56 int32_t UserIdmClient::GetCredentialInfo(int32_t userId, AuthType authType, in GetCredentialInfo() function in OHOS::UserIam::UserAuth::UserIdmClient
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_service_test.cpp305 int32_t res = accountIAMService_->GetCredentialInfo(-1, AuthType::PIN, callback);
319 int32_t res = accountIAMService_->GetCredentialInfo(TEST_NOT_EXIST_ID, AuthType::PIN, callback);
334 …accountIAMService_->GetCredentialInfo(TEST_EXIST_ID, static_cast<AuthType>(IAMAuthType::TYPE_END),…
H A Daccount_iam_callback_test.cpp448 AccountIAMClient::GetInstance().GetCredentialInfo(userId, AuthType::ALL, testCallback);
478 AccountIAMClient::GetInstance().GetCredentialInfo(userId, AuthType::ALL, testCallback);
508 AccountIAMClient::GetInstance().GetCredentialInfo(userId, AuthType::PIN, testCallback);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_client_test.cpp430 …int32_t ret = UserIdmClient::GetInstance().GetCredentialInfo(testUserId, testAuthType, testCallbac…
437 ret = UserIdmClient::GetInstance().GetCredentialInfo(testUserId, testAuthType, testCallback);
451 EXPECT_CALL(*service, GetCredentialInfo(_, _, _)).Times(1);
452 ON_CALL(*service, GetCredentialInfo)
469 …int32_t ret = UserIdmClient::GetInstance().GetCredentialInfo(testUserId, testAuthType, testCallbac…
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Duser_idm_database.h34 virtual int32_t GetCredentialInfo(int32_t userId, AuthType authType,
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Duser_idm_database_impl.h33 int32_t GetCredentialInfo(int32_t userId, AuthType authType,
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_user_idm_service.h30 MOCK_METHOD3(GetCredentialInfo, int32_t(int32_t userId, AuthType authType,
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_service.cpp159 int32_t AccountIAMService::GetCredentialInfo( in GetCredentialInfo() function in OHOS::AccountSA::AccountIAMService
171 InnerAccountIAMManager::GetInstance().GetCredentialInfo(userId, authType, callback); in GetCredentialInfo()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Duser_idm_interface.h58 virtual int32_t GetCredentialInfo(int32_t userId, AuthType authType,
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_idm_client.h142 virtual int32_t GetCredentialInfo(int32_t userId, AuthType authType,
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_idm_proxy.h33 int32_t GetCredentialInfo(int32_t userId, AuthType authType,
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/useridmclient_fuzzer/
H A Duser_idm_client_fuzzer.cpp159 UserIdmClient::GetInstance().GetCredentialInfo(userId, authType, callback); in FuzzClientGetCredentialInfo()
160 UserIdmClient::GetInstance().GetCredentialInfo(userId, authType, nullptr); in FuzzClientGetCredentialInfo()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp117 int32_t ret = UserIdmDatabase::Instance().GetCredentialInfo(userId, authType, credInfos); in GetCredentialInfoInner()
143 int32_t UserIdmService::GetCredentialInfo(int32_t userId, AuthType authType, in GetCredentialInfo() function in OHOS::UserIam::UserAuth::UserIdmService
302 … int32_t ret = UserIdmDatabase::Instance().GetCredentialInfo(userId, credPara.authType, credInfos); in UpdateCredential()
677 int32_t ret = UserIdmDatabase::Instance().GetCredentialInfo(userId, authType, credentialInfos); in PublishCommonEvent()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_idm_client_impl.cpp210 int32_t UserIdmClientImpl::GetCredentialInfo(int32_t userId, AuthType authType, in GetCredentialInfo() function in OHOS::UserIam::UserAuth::UserIdmClientImpl
234 return proxy->GetCredentialInfo(userId, authType, wrapper); in GetCredentialInfo()
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Diaccount_iam.h42 virtual int32_t GetCredentialInfo(
H A Daccount_iam_mgr_proxy.h41 int32_t GetCredentialInfo(
H A Daccount_iam_client.h133 …int32_t GetCredentialInfo(int32_t userId, AuthType authType, const std::shared_ptr<GetCredInfoCall…
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_service.h40 int32_t GetCredentialInfo(
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_idm_client_impl.h43 int32_t GetCredentialInfo(int32_t userId, AuthType authType,
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_service_test.cpp143 int32_t ret = service.GetCredentialInfo(testUserId, testAuthType, testCallback);
146 ret = service.GetCredentialInfo(testUserId, testAuthType, testCallback);
157 int32_t ret = service.GetCredentialInfo(testUserId, testAuthType, testCallback);
189 int32_t ret = service.GetCredentialInfo(testUserId, testAuthType, testCallback);
191 ret = service.GetCredentialInfo(testUserId, testAuthType, testCallback);
224 int32_t ret = service.GetCredentialInfo(testUserId, testAuthType, testCallback);
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_idm_service.h43 int32_t GetCredentialInfo(int32_t userId, AuthType authType,
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_mgr_proxy_test.cpp109 int32_t ret = accountIAMMgrProxy->GetCredentialInfo(TEST_USER_ID, AuthType::ALL, nullptr);

12