/base/account/os_account/test/fuzztest/appaccount/deleteaccountcredential_fuzzer/ |
H A D | deleteaccountcredential_fuzzer.cpp | 35 result = AppAccountManager::DeleteAccountCredential(testName, testCredentialType); in DeleteAccountCredentialFuzzTest()
|
/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); in HWTEST_F()
|
H A D | app_account_manager_service_module_test.cpp | 2326 * @tc.desc: test DeleteAccountCredential 2346 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE); in HWTEST_F() 2360 * @tc.desc: test DeleteAccountCredential 2372 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE); in HWTEST_F() 2381 * @tc.desc: test DeleteAccountCredential 2390 ErrCode result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE); in HWTEST_F() 2404 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL_TYPE_TWO); in HWTEST_F()
|
/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) override;
|
/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 | 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) override;
|
H A D | iapp_account.h | 59 virtual ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) = 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);
|
/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 &credentialType) 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 &credentialType) in DeleteAccountCredential() function in OHOS::AccountSA::AppAccount 493 return proxy->DeleteAccountCredential(name, credentialType); in DeleteAccountCredential()
|
H A D | app_account_info.cpp | 326 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
|
/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 &credentialType, in DeleteAccountCredential() function in OHOS::AccountSA::InnerAppAccountManager 194 ErrCode result = controlManager_.DeleteAccountCredential(name, credentialType, appAccountCallingInfo); in DeleteAccountCredential()
|
H A D | app_account_manager_service.cpp | 633 ErrCode AppAccountManagerService::DeleteAccountCredential( in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountManagerService 643 return innerManager_->DeleteAccountCredential(name, credentialType, callingUid, bundleName, appIndex); in DeleteAccountCredential()
|
H A D | app_account_control_manager.cpp | 626 ErrCode AppAccountControlManager::DeleteAccountCredential(const std::string &name, const std::string &credentialType, in DeleteAccountCredential() function in OHOS::AccountSA::AppAccountControlManager 642 result = appAccountInfo.DeleteAccountCredential(credentialType); in DeleteAccountCredential()
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | mock_app_account_stub.cpp | 327 ErrCode MockAppAccountStub::DeleteAccountCredential(const std::string &name, const std::string &credentialType) in DeleteAccountCredential() function in OHOS::AccountSA::MockAppAccountStub
|
H A D | mock_app_account_stub.h | 88 ErrCode DeleteAccountCredential(const std::string &name, const std::string &credentialType) override;
|
/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);
|
/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); in HWTEST_F() 1795 result = AppAccountManager::DeleteAccountCredential(STRING_EMPTY, STRING_CREDENTIAL); in HWTEST_F() 1797 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_OUT_OF_RANGE); in HWTEST_F() 1799 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_EMPTY); in HWTEST_F() 1802 result = AppAccountManager::DeleteAccountCredential(STRING_NAME, STRING_CREDENTIAL); in HWTEST_F()
|
/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); in HWTEST_F()
|
/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 1454 napi_create_string_utf8(env, "DeleteAccountCredential", NAPI_AUTO_LENGTH, &resource); in DeleteCredentialInternal() 1458 context->errCode = AppAccountManager::DeleteAccountCredential( in DeleteCredentialInternal()
|
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_impl.cpp | 280 int32_t err = AppAccountManager::DeleteAccountCredential(name, credentialType); in deleteCredential()
|