Home
last modified time | relevance | path

Searched refs:DeleteAccount (Results 1 - 25 of 35) sorted by relevance

12

/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_test.cpp174 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
191 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
208 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
225 result = g_accountManagerService->DeleteAccount(STRING_NAME_MAX_SIZE); in HWTEST_F()
245 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
264 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
284 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
306 ErrCode result = g_accountManagerService->DeleteAccount(STRING_NAME_NOT_EXISTED); in HWTEST_F()
328 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
369 result = g_accountManagerService->DeleteAccount(STRING_NAM in HWTEST_F()
[all...]
H A Dapp_account_manager_service_thread_module_test.cpp55 void DeleteAccount(const std::shared_ptr<AppAccountManagerService> &servicePtr);
93 void AppAccountManagerServiceThreadModuleTest::DeleteAccount( in DeleteAccount() function in AppAccountManagerServiceThreadModuleTest
98 ErrCode result = servicePtr->DeleteAccount(STRING_NAME); in DeleteAccount()
101 GTEST_LOG_(INFO) << "after DeleteAccount, result = " << result; in DeleteAccount()
147 auto callbackDel = [this] { this->DeleteAccount(this->appAccountManagerServicePtr_); }; in HWTEST_F()
171 auto callback = [this] { this->DeleteAccount(this->appAccountManagerServicePtr_); }; in HWTEST_F()
217 Callback callbackDel = [this] { this->DeleteAccount(this->appAccountManagerServicePtr_); }; in HWTEST_F()
H A Dapp_account_manager_service_subscribe_module_test.cpp301 result = appAccountManagerServicePtr_->DeleteAccount(STRING_NAME); in HWTEST_F()
408 result = appAccountManagerServicePtr_->innerManager_->DeleteAccount(STRING_NAME, UID, STRING_BUNDLE_NAME, 0); in HWTEST_F()
481 EXPECT_EQ(accountInnerManager->DeleteAccount(STRING_NAME, UID, STRING_BUNDLE_NAME, 0), ERR_OK); in HWTEST_F()
482 EXPECT_EQ(accountInnerManager->DeleteAccount(STRING_NAME_TWO, UID, STRING_BUNDLE_NAME, 0), ERR_OK); in HWTEST_F()
551 result = appAccountManagerServicePtr_->innerManager_->DeleteAccount(STRING_NAME, UID, STRING_BUNDLE_NAME, 0); in HWTEST_F()
553 result = appAccountManagerServicePtr_->innerManager_->DeleteAccount(STRING_NAME_TWO, UID, STRING_BUNDLE_NAME, 0); in HWTEST_F()
628 result = appAccountManagerServicePtr_->DeleteAccount(STRING_NAME); in HWTEST_F()
H A Dapp_account_manager_service_sync_module_test.cpp136 result = appAccountManagerServicePtr_->DeleteAccount(STRING_NAME); in HWTEST_F()
156 result = appAccountManagerServicePtr_->DeleteAccount(STRING_NAME); in HWTEST_F()
191 result = appAccountManagerServicePtr_->DeleteAccount(STRING_NAME); in HWTEST_F()
256 result = appAccountManagerServicePtr_->DeleteAccount(STRING_NAME); in HWTEST_F()
304 result = appAccountManagerServicePtr_->DeleteAccount(STRING_NAME); in HWTEST_F()
355 result = appAccountManagerServicePtr_->DeleteAccount(STRING_NAME); in HWTEST_F()
401 result = appAccountManagerServicePtr_->DeleteAccount(STRING_NAME); in HWTEST_F()
H A Dapp_account_associated_data_test.cpp164 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
186 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
234 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
254 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
282 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
377 result = g_accountManagerService->DeleteAccount(stringName); in HWMTEST_F()
416 result = g_accountManagerService->DeleteAccount(stringName); in HWMTEST_F()
H A Dapp_account_manager_service_module_not_mock_test.cpp114 result = g_accountManagerService->DeleteAccount(STRING_NAME); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_control_manager.h31 ErrCode DeleteAccount(const std::string &name, const std::string &bundleName, AppAccountInfo &appAccountInfo);
H A Dmock_inner_app_account_manager.h31 ErrCode DeleteAccount(const std::string &name, const std::string &bundleName, const uint32_t &appIndex);
H A Dmock_app_account_control_manager.cpp56 ErrCode MockAppAccountControlManager::DeleteAccount( in DeleteAccount() function in OHOS::AccountSA::MockAppAccountControlManager
H A Dmock_inner_app_account_manager.cpp57 ErrCode MockInnerAppAccountManager::DeleteAccount( in DeleteAccount() function in OHOS::AccountSA::MockInnerAppAccountManager
H A Dmock_app_account_stub.cpp79 ErrCode MockAppAccountStub::DeleteAccount(const std::string &name) in DeleteAccount() function in OHOS::AccountSA::MockAppAccountStub
H A Dmock_app_account_stub.h33 ErrCode DeleteAccount(const std::string &name) override;
/base/account/os_account/test/fuzztest/appaccount/deleteaccount_fuzzer/
H A Ddeleteaccount_fuzzer.cpp35 result = AppAccountManager::DeleteAccount(testName); in DeleteAccountFuzzTest()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_manager_service_test.cpp97 ErrCode result = g_appAccountProxy->DeleteAccount(STRING_NAME); in HWTEST_F()
113 result = g_appAccountProxy->DeleteAccount(STRING_NAME); in HWTEST_F()
H A Dapp_account_test.cpp261 ErrCode result = AppAccount::GetInstance().DeleteAccount(STRING_NAME); in HWTEST_F()
276 ErrCode result = AppAccount::GetInstance().DeleteAccount(STRING_NAME_EMPTY); in HWTEST_F()
291 ErrCode result = AppAccount::GetInstance().DeleteAccount(STRING_NAME_OUT_OF_RANGE); in HWTEST_F()
498 result = AppAccount::GetInstance().DeleteAccount("test"); in HWTEST_F()
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dinner_app_account_manager.h39 ErrCode DeleteAccount(
H A Dapp_account_control_manager.h44 ErrCode DeleteAccount(
H A Dapp_account_manager_service.h38 ErrCode DeleteAccount(const std::string &name) override;
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h98 static ErrCode DeleteAccount(const std::string &name);
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp46 ErrCode AppAccountManager::DeleteAccount(const std::string &name) in DeleteAccount() function in OHOS::AccountSA::AppAccountManager
48 return AppAccount::GetInstance().DeleteAccount(name); in DeleteAccount()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp65 ErrCode InnerAppAccountManager::DeleteAccount( in DeleteAccount() function in OHOS::AccountSA::InnerAppAccountManager
70 ErrCode result = controlManager_.DeleteAccount(name, uid, bundleName, appAccountInfo); in DeleteAccount()
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account.h42 ErrCode DeleteAccount(const std::string &name);
H A Dapp_account_proxy.h35 ErrCode DeleteAccount(const std::string &name) override;
H A Diapp_account.h39 virtual ErrCode DeleteAccount(const std::string &name) = 0;
/base/account/os_account/frameworks/appaccount/native/test/moduletest/
H A Dapp_account_manager_module_test.cpp153 ErrCode result = AppAccountManager::DeleteAccount(STRING_NAME); in HWTEST_F()

Completed in 13 milliseconds

12