Home
last modified time | relevance | path

Searched refs:GetAccountCredential (Results 1 – 25 of 29) sorted by relevance

12

/base/account/os_account/test/fuzztest/appaccount/getaccountcredential_fuzzer/
Dgetaccountcredential_fuzzer.cpp35 … result = AppAccountManager::GetAccountCredential(testName, testCredentialType, testCredential); in GetAccountCredentialFuzzTest()
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp96 ErrCode AppAccountManager::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::AppAccountManager
99 return AppAccount::GetInstance().GetAccountCredential(name, credentialType, credential); in GetAccountCredential()
Dapp_account.cpp195 ErrCode AppAccount::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::AppAccount
202 return appAccountProxy_->GetAccountCredential(name, credentialType, credential); in GetAccountCredential()
Dapp_account_info.cpp240 ErrCode AppAccountInfo::GetAccountCredential(const std::string &credentialType, std::string &creden… in GetAccountCredential() function in OHOS::AccountSA::AppAccountInfo
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_info.h70 ErrCode GetAccountCredential(const std::string &credentialType, std::string &credential) const;
Diapp_account.h55 virtual ErrCode GetAccountCredential(
Dapp_account.h57 …ErrCode GetAccountCredential(const std::string &name, const std::string &credentialType, std::stri…
Dapp_account_proxy.h52 ErrCode GetAccountCredential(
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp764 …result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, creden…
786 …result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, creden…
805 …ErrCode result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE…
831 …result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, creden…
835 …result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE_TWO, cr…
884 …result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, creden…
2333 …result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, creden…
2341 …result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, creden…
/base/account/os_account/frameworks/appaccount/native/test/moduletest/
Dapp_account_manager_module_test.cpp310 …ErrCode result = AppAccountManager::GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, cred…
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h209 static ErrCode GetAccountCredential(
/base/account/os_account/services/accountmgr/include/appaccount/
Dinner_app_account_manager.h63 …ErrCode GetAccountCredential(const std::string &name, const std::string &credentialType, std::stri…
Dapp_account_manager_service.h55 ErrCode GetAccountCredential(
Dapp_account_control_manager.h69 …ErrCode GetAccountCredential(const std::string &name, const std::string &credentialType, std::stri…
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp164 ErrCode InnerAppAccountManager::GetAccountCredential(const std::string &name, const std::string &cr… in GetAccountCredential() function in OHOS::AccountSA::InnerAppAccountManager
167 …return controlManager_.GetAccountCredential(name, credentialType, credential, appAccountCallingInf… in GetAccountCredential()
Dapp_account_manager_service.cpp288 ErrCode AppAccountManagerService::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::AppAccountManagerService
297 …return innerManager_->GetAccountCredential(name, credentialType, credential, appAccountCallingInfo… in GetAccountCredential()
Dapp_account_control_manager.cpp383 ErrCode AppAccountControlManager::GetAccountCredential(const std::string &name, const std::string &… in GetAccountCredential() function in OHOS::AccountSA::AppAccountControlManager
396 result = appAccountInfo.GetAccountCredential(credentialType, credential); in GetAccountCredential()
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.h49 ErrCode GetAccountCredential(
Dmock_app_account_stub.cpp161 ErrCode MockAppAccountStub::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h42 static napi_value GetAccountCredential(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp1275 …ErrCode result = AppAccountManager::GetAccountCredential(STRING_EMPTY, STRING_CREDENTIAL_TYPE, cre…
1292 …AppAccountManager::GetAccountCredential(STRING_NAME_OUT_OF_RANGE, STRING_CREDENTIAL_TYPE, credenti…
1308 ErrCode result = AppAccountManager::GetAccountCredential(STRING_NAME, STRING_EMPTY, credential);
1325 …AppAccountManager::GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE_OUT_OF_RANGE, credenti…
1340 …ErrCode result = AppAccountManager::GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, cred…
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dfuzz_test_manager.cpp64 AppAccountManager::GetAccountCredential(GetStringParam(), GetStringParam(), credential); in RegisterAppAccountManager()
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp258 …ErrCode result = AppAccountManager::GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, cred…
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_info_test.cpp475 ErrCode result = appAccountInfo.GetAccountCredential(STRING_CREDENTIAL_TYPE, credential);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
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
778 asyncContext->errCode = AppAccountManager::GetAccountCredential( in GetCredentialInternal()

12