Home
last modified time | relevance | path

Searched refs:DeleteAccountCredential (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/account/os_account/test/fuzztest/appaccount/deleteaccountcredential_fuzzer/
H A Ddeleteaccountcredential_fuzzer.cpp35 result = AppAccountManager::DeleteAccountCredential(testName, testCredentialType); in DeleteAccountCredentialFuzzTest()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp221 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 Dapp_account.cpp484 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 Dapp_account_info.cpp333 ErrCode AppAccountInfo::DeleteAccountCredential(const std::string &credentialType) in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountInfo
H A Dapp_account_proxy.cpp946 ErrCode AppAccountProxy::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountProxy
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp187 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 Dapp_account_manager_service.cpp597 ErrCode AppAccountManagerService::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountManagerService
607 …return innerManager_->DeleteAccountCredential(name, credentialType, callingUid, bundleName, appInd… in DeleteAccountCredential()
H A Dapp_account_control_manager.cpp625 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 Dapp_account_stub.cpp908 ErrCode result = DeleteAccountCredential(name, credentialType); in ProcDeleteAccountCredential()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h74 ErrCode DeleteAccountCredential(const std::string &credentialType);
H A Diapp_account.h59 …virtual ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType…
H A Dapp_account.h93 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType);
H A Dapp_account_proxy.h55 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dinner_app_account_manager.h68 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType,
H A Dapp_account_control_manager.h74 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType,
H A Dapp_account_manager_service.h59 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h466 …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 Dapp_account_manager_service_module_not_mock_test.cpp213 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, AUTH_TYPE);
H A Dapp_account_manager_service_module_test.cpp2343 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 Dapp_account_manager_test.cpp1793 …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 Dmock_app_account_stub.h88 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
H A Dmock_app_account_stub.cpp327 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 Dnapi_app_account.h61 static napi_value DeleteAccountCredential(napi_env env, napi_callback_info cbInfo);
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp524 ErrCode result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL);
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp70 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()

12