/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
D | os_account_manager_module_test.cpp | 303 ASSERT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 345 ASSERT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 362 ASSERT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 407 EXPECT_NE(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 420 EXPECT_NE(OsAccountManager::RemoveOsAccount(Constants::START_USER_ID), ERR_OK); 431 EXPECT_NE(OsAccountManager::RemoveOsAccount(Constants::MAX_USER_ID + 1), ERR_OK); 487 ASSERT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 509 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 531 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 552 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); [all …]
|
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
D | os_account_manager_service_module_test.cpp | 217 errCode = osAccountManagerService_->RemoveOsAccount(osAccountInfoOne.GetLocalId()); 276 errCode = osAccountManagerService_->RemoveOsAccount(osAccountInfoOne.GetLocalId()); 291 EXPECT_EQ(osAccountManagerService_->RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 334 EXPECT_EQ(osAccountManagerService_->RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 347 EXPECT_EQ(osAccountManagerService_->RemoveOsAccount(Constants::START_USER_ID), 359 EXPECT_EQ(osAccountManagerService_->RemoveOsAccount(Constants::MAX_USER_ID + 1), 417 EXPECT_EQ(osAccountManagerService_->RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 446 EXPECT_EQ(osAccountManagerService_->RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 469 EXPECT_EQ(osAccountManagerService_->RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 492 EXPECT_EQ(osAccountManagerService_->RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); [all …]
|
D | os_account_manager_service_subscribe_module_test.cpp | 131 result = osAccountManagerService_->RemoveOsAccount(osAccountInfo.GetLocalId()); 183 result = osAccountManagerService_->RemoveOsAccount(osAccountInfo.GetLocalId());
|
D | os_account_manager_service_create_os_account_test.cpp | 105 g_osAccountManagerService->RemoveOsAccount(i);
|
/base/account/os_account/test/fuzztest/osaccount/removeosaccount_fuzzer/ |
D | removeosaccount_fuzzer.cpp | 34 result = OsAccountManager::RemoveOsAccount(testId); in RemoveOsAccountFuzzTest()
|
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
D | domain_account_client_module_test.cpp | 319 errCode = OsAccountManager::RemoveOsAccount(accountInfo.GetLocalId()); 360 EXPECT_EQ(OsAccountManager::RemoveOsAccount(userId), ERR_OK); 439 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfo.GetLocalId()), ERR_OK); 462 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfo.GetLocalId()), ERR_OK); 502 EXPECT_EQ(OsAccountManager::RemoveOsAccount(userId), ERR_OK); 555 EXPECT_EQ(OsAccountManager::RemoveOsAccount(userId), ERR_OK); 658 EXPECT_EQ(OsAccountManager::RemoveOsAccount(userId), ERR_OK); 776 EXPECT_EQ(OsAccountManager::RemoveOsAccount(userId), ERR_OK); 827 EXPECT_EQ(OsAccountManager::RemoveOsAccount(userId), ERR_OK); 886 EXPECT_EQ(OsAccountManager::RemoveOsAccount(userId), ERR_OK); [all …]
|
D | mock_domain_auth_callback.cpp | 43 ErrCode errCode = OsAccountManager::RemoveOsAccount(localId); in OnResult()
|
D | mock_domain_create_domain_account_callback.cpp | 54 OsAccountManager::RemoveOsAccount(osAccountInfo->GetLocalId()); in OnResult()
|
/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/ |
D | createosaccount_fuzzer.cpp | 40 OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()); in CreateOsAccountFuzzTest()
|
/base/account/os_account/test/fuzztest/osaccount/createosaccountfordomain_fuzzer/ |
D | createosaccountfordomain_fuzzer.cpp | 42 OsAccountManager::RemoveOsAccount(osAccountInfo.GetLocalId()); in CreateOsAccountForDomainFuzzTest()
|
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/ |
D | account_mgr_inner_sdk_func_test.cpp | 177 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 231 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 276 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 331 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 367 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 404 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 474 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 531 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 577 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 634 EXPECT_EQ(OsAccountManager::RemoveOsAccount(localId), ERR_OK); [all …]
|
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
D | os_account_inner_account_mgr_cov.cpp | 229 errCode = innerMgrService_->RemoveOsAccount(localID); 267 errCode = innerMgrService_->RemoveOsAccount(localID); 302 ASSERT_EQ(innerMgrService_->RemoveOsAccount(localID), ERR_OK);
|
D | os_account_inner_account_mgr_mock.cpp | 304 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 343 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 434 ret = innerMgrService_->RemoveOsAccount(id); 442 ret = innerMgrService_->RemoveOsAccount(id); 452 ret = innerMgrService_->RemoveOsAccount(id); 458 ret = innerMgrService_->RemoveOsAccount(id); 476 ret = innerMgrService_->RemoveOsAccount(osAccountInfoOne.GetLocalId()); 1204 ret = innerMgrService_->RemoveOsAccount(osAccountInfoOne.GetLocalId()); 1241 ret = innerMgrService_->RemoveOsAccount(osAccountInfoOne.GetLocalId());
|
/base/account/os_account/tools/test/unittest/acm/ |
D | account_command_switch_test.cpp | 54 OsAccount::GetInstance().RemoveOsAccount(info.GetLocalId()); in SetUp() 264 EXPECT_EQ(ERR_OK, OsAccount::GetInstance().RemoveOsAccount(osAccountInfo.GetLocalId()));
|
D | account_command_dump_test.cpp | 54 OsAccount::GetInstance().RemoveOsAccount(info.GetLocalId()); in SetUp() 283 EXPECT_EQ(ERR_OK, OsAccount::GetInstance().RemoveOsAccount(osAccountInfo.GetLocalId()));
|
D | account_command_set_test.cpp | 58 OsAccount::GetInstance().RemoveOsAccount(info.GetLocalId()); in SetUp() 376 EXPECT_EQ(ERR_OK, OsAccount::GetInstance().RemoveOsAccount(osAccountInfo.GetLocalId()));
|
D | account_command_delete_test.cpp | 54 OsAccount::GetInstance().RemoveOsAccount(info.GetLocalId()); in SetUp()
|
/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
D | os_account_test.cpp | 217 ErrCode errCode = g_osAccount->RemoveOsAccount(0); 219 errCode = g_osAccount->RemoveOsAccount(100); 221 errCode = g_osAccount->RemoveOsAccount(1100);
|
/base/account/os_account/frameworks/osaccount/core/ |
D | libos_account_core.map | 20 "OHOS::AccountSA::OsAccount::RemoveOsAccount(int)";
|
/base/account/os_account/frameworks/osaccount/native/src/ |
D | os_account_manager.cpp | 36 ErrCode OsAccountManager::RemoveOsAccount(const int id) in RemoveOsAccount() function in OHOS::AccountSA::OsAccountManager 38 return OsAccount::GetInstance().RemoveOsAccount(id); in RemoveOsAccount()
|
/base/account/os_account/services/accountmgr/test/unittest/ohos_account/ |
D | ohos_account_manager_test.cpp | 243 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 283 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK);
|
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
D | os_account_manager.h | 77 static ErrCode RemoveOsAccount(const int id);
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
D | iinner_os_account.h | 35 virtual ErrCode RemoveOsAccount(const int id) = 0;
|
/base/account/os_account/frameworks/osaccount/core/include/ |
D | os_account.h | 32 ErrCode RemoveOsAccount(const int id);
|
D | ios_account.h | 39 virtual ErrCode RemoveOsAccount(const int id) = 0;
|