Searched refs:GUEST (Results 1 – 10 of 10) sorted by relevance
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
D | os_account_manager_module_test.cpp | 219 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 223 EXPECT_EQ(osAccountInfoOne.GetType(), OsAccountType::GUEST); 236 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_NAME_OUT_OF_RANGE, OsAccountType::GUEST, osAcco… 249 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfoOne),… 303 …ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAcco… 327 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfoOne),… 404 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 442 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 485 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 699 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… [all …]
|
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
D | os_account_manager_service_subscribe_module_test.cpp | 103 …ErrCode result = osAccountManagerService_->CreateOsAccount("test", OsAccountType::GUEST, osAccount… 155 …ErrCode result = osAccountManagerService_->CreateOsAccount("test", OsAccountType::GUEST, osAccount…
|
D | os_account_manager_service_module_test.cpp | 42 const OsAccountType INT_TEST_TYPE = OsAccountType::GUEST;
|
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
D | os_account_info.h | 27 GUEST, enumerator
|
/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
D | os_account_test.cpp | 190 …ErrCode errCode = g_osAccount->CreateOsAccount(STRING_NAME_OUT_OF_RANGE, OsAccountType::GUEST, osA… 203 … ErrCode errCode = g_osAccount->CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfo);
|
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
D | os_account_inner_account_mgr_mock.cpp | 301 OsAccountType type = OsAccountType::GUEST; 361 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 412 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 455 const OsAccountType type = OsAccountType::GUEST; 574 …ErrCode ret = innerMgrService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountI… 728 OsAccountType type = OsAccountType::GUEST; 1417 …ErrCode ret = innerMgrService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountI… 1455 … ret = innerMgrService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoOne);
|
D | os_account_control_file_manager_test.cpp | 172 …EXPECT_EQ(osAccountControlManager_->GetConstraintsByType(OsAccountType::GUEST, constraints), ERR_O…
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
D | getparam.cpp | 435 return OHOS::AccountSA::OsAccountType::GUEST; in GetParamOsAccountType()
|
/base/account/os_account/tools/acm/src/ |
D | account_command.cpp | 1005 type = OsAccountType::GUEST; in AnalyzeTypeArgument()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_manager_service.cpp | 31 {OsAccountType::GUEST, "guest"},
|