Home
last modified time | relevance | path

Searched refs:GUEST (Results 1 – 10 of 10) sorted by relevance

/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp219 …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/
Dos_account_manager_service_subscribe_module_test.cpp103 …ErrCode result = osAccountManagerService_->CreateOsAccount("test", OsAccountType::GUEST, osAccount…
155 …ErrCode result = osAccountManagerService_->CreateOsAccount("test", OsAccountType::GUEST, osAccount…
Dos_account_manager_service_module_test.cpp42 const OsAccountType INT_TEST_TYPE = OsAccountType::GUEST;
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h27 GUEST, enumerator
/base/account/os_account/frameworks/osaccount/core/test/unittest/
Dos_account_test.cpp190 …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/
Dos_account_inner_account_mgr_mock.cpp301 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);
Dos_account_control_file_manager_test.cpp172 …EXPECT_EQ(osAccountControlManager_->GetConstraintsByType(OsAccountType::GUEST, constraints), ERR_O…
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dgetparam.cpp435 return OHOS::AccountSA::OsAccountType::GUEST; in GetParamOsAccountType()
/base/account/os_account/tools/acm/src/
Daccount_command.cpp1005 type = OsAccountType::GUEST; in AnalyzeTypeArgument()
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp31 {OsAccountType::GUEST, "guest"},