/base/account/os_account/test/fuzztest/appaccount/getaccountcredential_fuzzer/ |
H A D | getaccountcredential_fuzzer.cpp | 37 result = AppAccountManager::GetAccountCredential(testName, testCredentialType, testCredential); in GetAccountCredentialFuzzTest()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_module_not_mock_test.cpp | 147 result = g_accountManagerService->GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
|
H A D | app_account_manager_service_module_test.cpp | 765 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 D | inner_app_account_manager.h | 64 ErrCode GetAccountCredential(const std::string &name, const std::string &credentialType, std::string &credential,
|
H A D | app_account_control_manager.h | 70 ErrCode GetAccountCredential(const std::string &name, const std::string &credentialType, std::string &credential,
|
H A D | app_account_manager_service.h | 55 ErrCode GetAccountCredential(
|
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_info.h | 72 ErrCode GetAccountCredential(const std::string &credentialType, std::string &credential) const;
|
H A D | app_account.h | 57 ErrCode GetAccountCredential(const std::string &name, const std::string &credentialType, std::string &credential);
|
H A D | app_account_proxy.h | 51 ErrCode GetAccountCredential(
|
H A D | iapp_account.h | 55 virtual ErrCode GetAccountCredential(
|
/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
H A D | app_account_manager.h | 209 static ErrCode GetAccountCredential(
|
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 96 ErrCode AppAccountManager::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::AppAccountManager 99 return AppAccount::GetInstance().GetAccountCredential(name, credentialType, credential); in GetAccountCredential()
|
H A D | app_account.cpp | 226 ErrCode AppAccount::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::AppAccount 236 return proxy->GetAccountCredential(name, credentialType, credential); in GetAccountCredential()
|
H A D | app_account_info.cpp | 275 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 D | inner_app_account_manager.cpp | 165 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 D | app_account_control_manager.cpp | 567 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 D | app_account_manager_service.cpp | 289 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 D | mock_app_account_stub.cpp | 161 ErrCode MockAppAccountStub::GetAccountCredential( in GetAccountCredential() function in OHOS::AccountSA::MockAppAccountStub
|
H A D | mock_app_account_stub.h | 49 ErrCode GetAccountCredential(
|
/base/account/os_account/frameworks/appaccount/native/test/moduletest/ |
H A D | app_account_manager_module_test.cpp | 311 ErrCode result = AppAccountManager::GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account.h | 42 static napi_value GetAccountCredential(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_test.cpp | 1187 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 D | account_appaccount_proxy_mock_test.cpp | 265 ErrCode result = AppAccountManager::GetAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 50 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 D | app_account_info_test.cpp | 482 ErrCode result = appAccountInfo.GetAccountCredential(STRING_CREDENTIAL_TYPE, credential); in HWTEST_F()
|