Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/appaccount/deleteaccountcredential_fuzzer/
Ddeleteaccountcredential_fuzzer.cpp33 result = AppAccountManager::DeleteAccountCredential(testName, testCredentialType); in DeleteAccountCredentialFuzzTest()
/base/account/os_account/frameworks/appaccount/native/src/
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()
Dapp_account.cpp394 ErrCode AppAccount::DeleteAccountCredential(const std::string &name, const std::string &credentialT… in DeleteAccountCredential() function in OHOS::AccountSA::AppAccount
400 return appAccountProxy_->DeleteAccountCredential(name, credentialType); in DeleteAccountCredential()
Dapp_account_proxy.cpp946 ErrCode AppAccountProxy::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountProxy
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h466 …static ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType);
/base/account/os_account/services/accountmgr/include/appaccount/
Dinner_app_account_manager.h67 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType,
Dapp_account_manager_service.h59 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
/base/account/os_account/frameworks/appaccount/native/include/
Diapp_account.h59 …virtual ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType…
Dapp_account.h93 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType);
Dapp_account_proxy.h56 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.h88 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
Dmock_app_account_stub.cpp327 ErrCode MockAppAccountStub::DeleteAccountCredential(const std::string &name, const std::string &cre… in DeleteAccountCredential() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h61 static napi_value DeleteAccountCredential(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp1877 …ErrCode result = AppAccountManager::DeleteAccountCredential(STRING_OUT_OF_RANGE, STRING_CREDENTIAL…
1879 result = AppAccountManager::DeleteAccountCredential(STRING_EMPTY, STRING_CREDENTIAL);
1881 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_OUT_OF_RANGE);
1883 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_EMPTY);
1886 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL);
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp517 ErrCode result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL);
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp2337 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE);
2363 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE);
2381 …ErrCode result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_T…
2395 …result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE_TWO);
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp186 ErrCode InnerAppAccountManager::DeleteAccountCredential(const std::string &name, const std::string … in DeleteAccountCredential() function in OHOS::AccountSA::InnerAppAccountManager
Dapp_account_manager_service.cpp632 ErrCode AppAccountManagerService::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountManagerService
642 …return innerManager_->DeleteAccountCredential(name, credentialType, callingUid, bundleName, appInd… in DeleteAccountCredential()
Dapp_account_stub.cpp892 ErrCode result = DeleteAccountCredential(name, credentialType); in ProcDeleteAccountCredential()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
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()
/base/account/os_account/frameworks/appaccount/native/
Dlibapp_account_innerkits.map58 …"OHOS::AccountSA::AppAccountManager::DeleteAccountCredential(std::__h::basic_string<char, std::__h…
/base/account/os_account/services/accountmgr/
Dlibaccountmgr.map155 …"OHOS::AccountSA::InnerAppAccountManager::DeleteAccountCredential(std::__h::basic_string<char, std…