Home
last modified time | relevance | path

Searched refs:GetAccountCredential (Results 1 - 25 of 28) sorted by relevance

12

/base/account/os_account/test/fuzztest/appaccount/getaccountcredential_fuzzer/
H A Dgetaccountcredential_fuzzer.cpp37 result = AppAccountManager::GetAccountCredential(testName, testCredentialType, testCredential); in GetAccountCredentialFuzzTest()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_not_mock_test.cpp147 result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
H A Dapp_account_manager_service_module_test.cpp765 result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
787 result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
806 ErrCode result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
832 result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
836 result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE_TWO, credential); in HWTEST_F()
885 result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
2342 result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
2350 result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dinner_app_account_manager.h64 ErrCode GetAccountCredential(const std::string &name, const std::string &credentialType, std::string &credential,
H A Dapp_account_control_manager.h70 ErrCode GetAccountCredential(const std::string &name, const std::string &credentialType, std::string &credential,
H A Dapp_account_manager_service.h55 ErrCode GetAccountCredential(
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h72 ErrCode GetAccountCredential(const std::string &credentialType, std::string &credential) const;
H A Dapp_account.h57 ErrCode GetAccountCredential(const std::string &name, const std::string &credentialType, std::string &credential);
H A Dapp_account_proxy.h51 ErrCode GetAccountCredential(
H A Diapp_account.h55 virtual ErrCode GetAccountCredential(
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h209 static ErrCode GetAccountCredential(
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp96 ErrCode AppAccountManager::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::AppAccountManager
99 return AppAccount::GetInstance().GetAccountCredential(name, credentialType, credential); in GetAccountCredential()
H A Dapp_account.cpp226 ErrCode AppAccount::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::AppAccount
236 return proxy->GetAccountCredential(name, credentialType, credential); in GetAccountCredential()
H A Dapp_account_info.cpp275 ErrCode AppAccountInfo::GetAccountCredential(const std::string &credentialType, std::string &credential) const in GetAccountCredential() function in OHOS::AccountSA::AppAccountInfo
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp165 ErrCode InnerAppAccountManager::GetAccountCredential(const std::string &name, const std::string &credentialType, in GetAccountCredential() function in OHOS::AccountSA::InnerAppAccountManager
168 return controlManager_.GetAccountCredential(name, credentialType, credential, appAccountCallingInfo); in GetAccountCredential()
H A Dapp_account_control_manager.cpp567 ErrCode AppAccountControlManager::GetAccountCredential(const std::string &name, const std::string &credentialType, in GetAccountCredential() function in OHOS::AccountSA::AppAccountControlManager
580 result = appAccountInfo.GetAccountCredential(credentialType, credential); in GetAccountCredential()
619 appAccountInfo.GetAccountCredential(credentialType, credentialAlias); in SetAccountCredential()
639 appAccountInfo.GetAccountCredential(credentialType, alias); in DeleteAccountCredential()
H A Dapp_account_manager_service.cpp289 ErrCode AppAccountManagerService::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::AppAccountManagerService
298 return innerManager_->GetAccountCredential(name, credentialType, credential, appAccountCallingInfo); in GetAccountCredential()
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.cpp161 ErrCode MockAppAccountStub::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::MockAppAccountStub
H A Dmock_app_account_stub.h49 ErrCode GetAccountCredential(
/base/account/os_account/frameworks/appaccount/native/test/moduletest/
H A Dapp_account_manager_module_test.cpp311 ErrCode result = AppAccountManager::GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account.h42 static napi_value GetAccountCredential(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp1187 ErrCode result = AppAccountManager::GetAccountCredential(STRING_EMPTY, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
1204 AppAccountManager::GetAccountCredential(STRING_NAME_OUT_OF_RANGE, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
1220 ErrCode result = AppAccountManager::GetAccountCredential(STRING_NAME, STRING_EMPTY, credential); in HWTEST_F()
1237 AppAccountManager::GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE_OUT_OF_RANGE, credential); in HWTEST_F()
1252 ErrCode result = AppAccountManager::GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp265 ErrCode result = AppAccountManager::GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp50 DECLARE_NAPI_FUNCTION("getAccountCredential", GetAccountCredential),
752 napi_value NapiAppAccount::GetAccountCredential(napi_env env, napi_callback_info cbInfo) in GetAccountCredential() function in OHOS::AccountJsKit::NapiAppAccount
773 napi_create_string_utf8(env, "GetAccountCredential", NAPI_AUTO_LENGTH, &resource); in GetCredentialInternal()
778 asyncContext->errCode = AppAccountManager::GetAccountCredential( in GetCredentialInternal()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp482 ErrCode result = appAccountInfo.GetAccountCredential(STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()

Completed in 28 milliseconds

12