Home
last modified time | relevance | path

Searched refs:SetOsAccountToBeRemoved (Results 1 - 16 of 16) sorted by relevance

/base/account/os_account/test/fuzztest/osaccount/setosaccounttoberemoved_fuzzer/
H A Dsetosaccounttoberemoved_fuzzer.cpp33 return OsAccountManager::SetOsAccountToBeRemoved(testId, toBeRemoved); in SetOsAccountToBeRemovedFuzzTest()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h638 static ErrCode SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved);
/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h103 ErrCode SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved);
H A Dios_account.h111 virtual ErrCode SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved) = 0;
H A Dos_account_proxy.h104 ErrCode SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved) override;
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h106 virtual ErrCode SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved) = 0;
H A Dos_account_manager_service.h131 ErrCode SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved) override;
H A Diinner_os_account_manager.h110 ErrCode SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved) override;
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp386 ErrCode OsAccountManager::SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved) in SetOsAccountToBeRemoved() function in OHOS::AccountSA::OsAccountManager
388 return OsAccount::GetInstance().SetOsAccountToBeRemoved(localId, toBeRemoved); in SetOsAccountToBeRemoved()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp985 ErrCode OsAccount::SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved) in SetOsAccountToBeRemoved() function in OHOS::AccountSA::OsAccount
991 return proxy->SetOsAccountToBeRemoved(localId, toBeRemoved); in SetOsAccountToBeRemoved()
H A Dos_account_proxy.cpp1738 ErrCode OsAccountProxy::SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved) in SetOsAccountToBeRemoved() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp1156 ErrCode OsAccountManagerService::SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved) in SetOsAccountToBeRemoved() function in OHOS::AccountSA::OsAccountManagerService
1162 return innerManager_.SetOsAccountToBeRemoved(localId, toBeRemoved); in SetOsAccountToBeRemoved()
H A Dos_account_stub.cpp1780 ErrCode result = SetOsAccountToBeRemoved(localId, toBeRemoved); in ProcSetOsAccountToBeRemoved()
H A Dinner_os_account_manager.cpp2350 ErrCode IInnerOsAccountManager::SetOsAccountToBeRemoved(int32_t localId, bool toBeRemoved) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp2554 EXPECT_EQ(osAccountManagerService_->SetOsAccountToBeRemoved(lastAccountId, true), ERR_OK); in HWTEST_F()
2690 ASSERT_EQ(osAccountManagerService_->SetOsAccountToBeRemoved(localId, true), ERR_OK); in HWTEST_F()
2694 ASSERT_EQ(osAccountManagerService_->SetOsAccountToBeRemoved(localId, false), ERR_OK); in HWTEST_F()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp807 EXPECT_EQ(OsAccountManager::SetOsAccountToBeRemoved(osAccountInfoTwo.GetLocalId(), true), ERR_OK); in HWTEST_F()
3129 * @tc.desc: Test SetOsAccountToBeRemoved.
3138 EXPECT_EQ(OsAccountManager::SetOsAccountToBeRemoved(account.GetLocalId() + 1, true), in HWTEST_F()
3140 EXPECT_EQ(OsAccountManager::SetOsAccountToBeRemoved(account.GetLocalId(), true), ERR_OK); in HWTEST_F()

Completed in 27 milliseconds