Home
last modified time | relevance | path

Searched refs:DeleteAccountCredential (Results 1 – 23 of 23) 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.cpp222 ErrCode AppAccountManager::DeleteAccountCredential(const std::string &name, const std::string &cred… in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountManager
224 … return DelayedSingleton<AppAccount>::GetInstance()->DeleteAccountCredential(name, credentialType); in DeleteAccountCredential()
Dapp_account.cpp400 ErrCode AppAccount::DeleteAccountCredential(const std::string &name, const std::string &credentialT… in DeleteAccountCredential() function in OHOS::AccountSA::AppAccount
406 return appAccountProxy_->DeleteAccountCredential(name, credentialType); in DeleteAccountCredential()
Dapp_account_proxy.cpp1082 ErrCode AppAccountProxy::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountProxy
/base/account/os_account/services/accountmgr/include/appaccount/
Dinner_app_account_manager.h66 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/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h88 …static ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType);
/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.cpp326 ErrCode MockAppAccountStub::DeleteAccountCredential(const std::string &name, const std::string &cre… in DeleteAccountCredential() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account.h92 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType);
Diapp_account.h58 …virtual 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/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.cpp1881 …ErrCode result = AppAccountManager::DeleteAccountCredential(STRING_OUT_OF_RANGE, STRING_CREDENTIAL…
1883 result = AppAccountManager::DeleteAccountCredential(STRING_EMPTY, STRING_CREDENTIAL);
1885 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_OUT_OF_RANGE);
1887 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_EMPTY);
1890 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/unittest/app_account/
Dinner_app_account_manager_test.cpp370 …ErrCode result = innerManagerPtr_->DeleteAccountCredential(STRING_NAME, CREDENTIAL_TYPE, UID, STRI…
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_manager_service.cpp630 ErrCode AppAccountManagerService::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountManagerService
640 …return innerManager_->DeleteAccountCredential(name, credentialType, callingUid, bundleName, appInd… in DeleteAccountCredential()
Dinner_app_account_manager.cpp296 ErrCode InnerAppAccountManager::DeleteAccountCredential(const std::string &name, const std::string … in DeleteAccountCredential() function in OHOS::AccountSA::InnerAppAccountManager
Dapp_account_stub.cpp868 ErrCode result = DeleteAccountCredential(name, credentialType); in ProcDeleteAccountCredential()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp2488 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE);
2514 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE);
2532 …ErrCode result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_T…
2546 …result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE_TWO);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp87 DECLARE_NAPI_FUNCTION("deleteAccountCredential", DeleteAccountCredential), in Init()
1732 napi_value NapiAppAccount::DeleteAccountCredential(napi_env env, napi_callback_info cbInfo) in DeleteAccountCredential() function in OHOS::AccountJsKit::NapiAppAccount
1765 context->errCode = AppAccountManager::DeleteAccountCredential( in DeleteCredentialInternal()
/base/account/os_account/services/accountmgr/
Dlibaccountmgr.map209 …"OHOS::AccountSA::InnerAppAccountManager::DeleteAccountCredential(std::__1::basic_string<char, std…
210 …"OHOS::AccountSA::InnerAppAccountManager::DeleteAccountCredential(std::__h::basic_string<char, std…
/base/account/os_account/frameworks/appaccount/native/
Dlibapp_account_innerkits.map142 …"OHOS::AccountSA::AppAccountManager::DeleteAccountCredential(std::__1::basic_string<char, std::__1…
143 …"OHOS::AccountSA::AppAccountManager::DeleteAccountCredential(std::__h::basic_string<char, std::__h…