/ohos5.0/base/account/os_account/test/fuzztest/appaccount/deleteaccountcredential_fuzzer/ |
H A D | deleteaccountcredential_fuzzer.cpp | 35 result = AppAccountManager::DeleteAccountCredential(testName, testCredentialType); in DeleteAccountCredentialFuzzTest()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 221 ErrCode AppAccountManager::DeleteAccountCredential(const std::string &name, const std::string &cred… in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountManager 223 return AppAccount::GetInstance().DeleteAccountCredential(name, credentialType); in DeleteAccountCredential()
|
H A D | app_account.cpp | 484 ErrCode AppAccount::DeleteAccountCredential(const std::string &name, const std::string &credentialT… in DeleteAccountCredential() function in OHOS::AccountSA::AppAccount 493 return proxy->DeleteAccountCredential(name, credentialType); in DeleteAccountCredential()
|
H A D | app_account_info.cpp | 333 ErrCode AppAccountInfo::DeleteAccountCredential(const std::string &credentialType) in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountInfo
|
H A D | app_account_proxy.cpp | 946 ErrCode AppAccountProxy::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountProxy
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | inner_app_account_manager.cpp | 187 ErrCode InnerAppAccountManager::DeleteAccountCredential(const std::string &name, const std::string … in DeleteAccountCredential() function in OHOS::AccountSA::InnerAppAccountManager 194 …ErrCode result = controlManager_.DeleteAccountCredential(name, credentialType, appAccountCallingIn… in DeleteAccountCredential()
|
H A D | app_account_manager_service.cpp | 597 ErrCode AppAccountManagerService::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountManagerService 607 …return innerManager_->DeleteAccountCredential(name, credentialType, callingUid, bundleName, appInd… in DeleteAccountCredential()
|
H A D | app_account_control_manager.cpp | 625 ErrCode AppAccountControlManager::DeleteAccountCredential(const std::string &name, const std::strin… in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountControlManager 641 result = appAccountInfo.DeleteAccountCredential(credentialType); in DeleteAccountCredential()
|
H A D | app_account_stub.cpp | 908 ErrCode result = DeleteAccountCredential(name, credentialType); in ProcDeleteAccountCredential()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_info.h | 74 ErrCode DeleteAccountCredential(const std::string &credentialType);
|
H A D | iapp_account.h | 59 …virtual ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType…
|
H A D | app_account.h | 93 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType);
|
H A D | app_account_proxy.h | 55 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
|
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | inner_app_account_manager.h | 68 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType,
|
H A D | app_account_control_manager.h | 74 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType,
|
H A D | app_account_manager_service.h | 59 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
|
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
H A D | app_account_manager.h | 466 …static ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType);
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_module_not_mock_test.cpp | 213 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, AUTH_TYPE);
|
H A D | app_account_manager_service_module_test.cpp | 2343 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE); 2369 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE); 2387 …ErrCode result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_T… 2401 …result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE_TWO);
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_test.cpp | 1793 …ErrCode result = AppAccountManager::DeleteAccountCredential(STRING_OUT_OF_RANGE, STRING_CREDENTIAL… 1795 result = AppAccountManager::DeleteAccountCredential(STRING_EMPTY, STRING_CREDENTIAL); 1797 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_OUT_OF_RANGE); 1799 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_EMPTY); 1802 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL);
|
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | mock_app_account_stub.h | 88 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
|
H A D | mock_app_account_stub.cpp | 327 ErrCode MockAppAccountStub::DeleteAccountCredential(const std::string &name, const std::string &cre… in DeleteAccountCredential() function in OHOS::AccountSA::MockAppAccountStub
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account.h | 61 static napi_value DeleteAccountCredential(napi_env env, napi_callback_info cbInfo);
|
/ohos5.0/base/account/os_account/frameworks/test/unittest/ |
H A D | account_appaccount_proxy_mock_test.cpp | 524 ErrCode result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL);
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 70 DECLARE_NAPI_FUNCTION("deleteAccountCredential", DeleteAccountCredential), 1433 napi_value NapiAppAccount::DeleteAccountCredential(napi_env env, napi_callback_info cbInfo) in DeleteAccountCredential() function in OHOS::AccountJsKit::NapiAppAccount 1458 context->errCode = AppAccountManager::DeleteAccountCredential( in DeleteCredentialInternal()
|