Searched refs:osAccountInfoB (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 2254 OsAccountInfo osAccountInfoB; variable 2256 OsAccountType::PRIVATE, osAccountInfoB), ERR_OK); 2263 osAccountInfoB.SetIsCreateCompleted(false); 2264 innerMgr.osAccountControl_->UpdateOsAccount(osAccountInfoB); 2276 EXPECT_EQ(osAccountManagerService_->RemoveOsAccount(osAccountInfoB.GetLocalId()), ERR_OK); 2300 OsAccountInfo osAccountInfoB; variable 2302 OsAccountType::NORMAL, osAccountInfoB), ERR_OK); 2305 EXPECT_EQ(osAccountManagerService_->RemoveOsAccount(osAccountInfoB.GetLocalId()), ERR_OK); 2323 OsAccountInfo osAccountInfoB; variable 2325 OsAccountType::NORMAL, osAccountInfoB), ERR_OK); [all …]
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 2792 OsAccountInfo osAccountInfoB; variable 2793 …sAccountManager::CreateOsAccount(privateTestName, OsAccountType::PRIVATE, osAccountInfoB), ERR_OK); 2800 EXPECT_EQ(OsAccountManager::GetOsAccountType(osAccountInfoB.GetLocalId(), type), ERR_OK); 2805 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoB.GetLocalId()), ERR_OK); 2827 OsAccountInfo osAccountInfoB; variable 2828 …OsAccountManager::CreateOsAccount(privateTestName, OsAccountType::NORMAL, osAccountInfoB), ERR_OK); 2831 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoB.GetLocalId()), ERR_OK); 2848 OsAccountInfo osAccountInfoB; variable 2849 …ccountManager::CreateOsAccount(privateTestNameTwo, OsAccountType::NORMAL, osAccountInfoB), ERR_OK); 2850 …EXPECT_EQ(OsAccountManager::SetOsAccountName(osAccountInfoB.GetLocalId(), privateTestName), ERR_OK… [all …]
|