/base/account/os_account/test/fuzztest/appaccount/deleteaccountcredential_fuzzer/ |
D | deleteaccountcredential_fuzzer.cpp | 33 result = AppAccountManager::DeleteAccountCredential(testName, testCredentialType); in DeleteAccountCredentialFuzzTest()
|
/base/account/os_account/frameworks/appaccount/native/src/ |
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()
|
D | app_account.cpp | 394 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()
|
D | app_account_proxy.cpp | 946 ErrCode AppAccountProxy::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountProxy
|
/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
D | app_account_manager.h | 466 …static ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType);
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
D | inner_app_account_manager.h | 67 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType,
|
D | app_account_manager_service.h | 59 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | iapp_account.h | 59 …virtual ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType…
|
D | app_account.h | 93 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType);
|
D | app_account_proxy.h | 56 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
D | mock_app_account_stub.h | 88 …ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) overri…
|
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
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
D | napi_app_account.h | 61 static napi_value DeleteAccountCredential(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
D | app_account_manager_test.cpp | 1877 …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/ |
D | account_appaccount_proxy_mock_test.cpp | 517 ErrCode result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL);
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_manager_service_module_test.cpp | 2337 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/ |
D | inner_app_account_manager.cpp | 186 ErrCode InnerAppAccountManager::DeleteAccountCredential(const std::string &name, const std::string … in DeleteAccountCredential() function in OHOS::AccountSA::InnerAppAccountManager
|
D | app_account_manager_service.cpp | 632 ErrCode AppAccountManagerService::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountManagerService 642 …return innerManager_->DeleteAccountCredential(name, credentialType, callingUid, bundleName, appInd… in DeleteAccountCredential()
|
D | app_account_stub.cpp | 892 ErrCode result = DeleteAccountCredential(name, credentialType); in ProcDeleteAccountCredential()
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
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()
|
/base/account/os_account/frameworks/appaccount/native/ |
D | libapp_account_innerkits.map | 58 …"OHOS::AccountSA::AppAccountManager::DeleteAccountCredential(std::__h::basic_string<char, std::__h…
|
/base/account/os_account/services/accountmgr/ |
D | libaccountmgr.map | 155 …"OHOS::AccountSA::InnerAppAccountManager::DeleteAccountCredential(std::__h::basic_string<char, std…
|