Searched refs:GUEST (Results 1 – 15 of 15) sorted by relevance
/base/account/os_account/test/fuzztest/osaccount_stub/proccreateosaccountstub_fuzzer/ |
D | proccreateosaccountstub_fuzzer.cpp | 43 if (!datas.WriteInt32(OsAccountType::GUEST)) { in ProcCreateOsAccountStubFuzzTest()
|
/base/account/os_account/test/fuzztest/osaccount_stub/proccreateosaccountwithshortnamestub_fuzzer/ |
D | proccreateosaccountwithshortnamestub_fuzzer.cpp | 47 if (!datas.WriteInt32(OsAccountType::GUEST)) { in ProcCreateOsAccountWithShortNameStubFuzzTest()
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
D | os_account_manager_module_test.cpp | 346 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 354 EXPECT_EQ(osAccountInfoOne.GetType(), OsAccountType::GUEST); 367 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_NAME_OUT_OF_RANGE, OsAccountType::GUEST, osAcco… 380 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfoOne),… 434 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfoOne),… 513 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 550 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 592 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 810 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 827 …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 | 196 "OsAccountManagerServiceSubscribeModuleTest_0001", OsAccountType::GUEST, osAccountInfo); 246 "OsAccountManagerServiceSubscribeModuleTest_0002", OsAccountType::GUEST, osAccountInfo);
|
D | os_account_manager_service_module_test.cpp | 45 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 | 122 …ErrCode errCode = g_osAccount->CreateOsAccount(STRING_NAME_OUT_OF_RANGE, OsAccountType::GUEST, osA… 136 … 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 | 245 OsAccountType type = OsAccountType::GUEST; 293 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 295 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 349 const OsAccountType type = OsAccountType::GUEST; 462 …EXPECT_EQ(innerMgrService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 604 OsAccountType type = OsAccountType::GUEST; 1167 …ErrCode ret = innerMgrService_->CreateOsAccount("CoverageTest039", OsAccountType::GUEST, osAccount… 1205 …ret = innerMgrService_->CreateOsAccount("CoverageTest039", OsAccountType::GUEST, osAccountInfoOne);
|
D | os_account_control_file_manager_test.cpp | 185 EXPECT_EQ(g_controlManager->GetConstraintsByType(OsAccountType::GUEST, constraints), ERR_OK);
|
/base/customization/enterprise_device_management/test/unittest/edm_plugin/src/ |
D | add_os_account_plugin_test.cpp | 184 ASSERT_TRUE(accountInfo.GetType() == AccountSA::OsAccountType::GUEST);
|
/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
D | os_account_info_test.cpp | 554 osAccountInfo.SetType(OsAccountType::GUEST); 580 osAccountInfo.SetType(OsAccountType::GUEST);
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
D | getparam.cpp | 415 return OHOS::AccountSA::OsAccountType::GUEST; in GetParamOsAccountType()
|
/base/account/os_account/tools/acm/src/ |
D | account_command.cpp | 662 type = OsAccountType::GUEST; in AnalyzeTypeArgument()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_manager_service.cpp | 32 {OsAccountType::GUEST, "guest"},
|
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_service.cpp | 1291 if (osAccountInfo.GetType() == OsAccountType::GUEST) { in CheckUserPermissionById()
|