Searched refs:GUEST (Results 1 – 12 of 12) 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/frameworks/osaccount/native/test/moduletest/ |
D | os_account_manager_module_test.cpp | 298 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 302 EXPECT_EQ(osAccountInfoOne.GetType(), OsAccountType::GUEST); 315 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_NAME_OUT_OF_RANGE, OsAccountType::GUEST, osAcco… 328 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfoOne),… 382 …ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAcco… 406 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfoOne),… 483 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 521 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 564 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 778 …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 | 102 …ErrCode result = osAccountManagerService_->CreateOsAccount("test", OsAccountType::GUEST, osAccount… 154 …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 | 192 …ErrCode errCode = g_osAccount->CreateOsAccount(STRING_NAME_OUT_OF_RANGE, OsAccountType::GUEST, osA… 205 … 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 | 215 OsAccountType type = OsAccountType::GUEST; 272 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 320 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO… 361 const OsAccountType type = OsAccountType::GUEST; 474 …ErrCode ret = innerMgrService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountI… 614 OsAccountType type = OsAccountType::GUEST; 1201 …ErrCode ret = innerMgrService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountI… 1239 … ret = innerMgrService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoOne);
|
D | os_account_control_file_manager_test.cpp | 174 …EXPECT_EQ(osAccountControlManager_->GetConstraintsByType(OsAccountType::GUEST, constraints), ERR_O…
|
/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 | 602 type = OsAccountType::GUEST; in AnalyzeTypeArgument()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_manager_service.cpp | 31 {OsAccountType::GUEST, "guest"},
|
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_service.cpp | 1276 if (osAccountInfo.GetType() == OsAccountType::GUEST) { in CheckUserPermissionById()
|