Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/osaccount_stub/proccreateosaccountstub_fuzzer/
Dproccreateosaccountstub_fuzzer.cpp43 if (!datas.WriteInt32(OsAccountType::GUEST)) { in ProcCreateOsAccountStubFuzzTest()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp298 …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/
Dos_account_manager_service_subscribe_module_test.cpp102 …ErrCode result = osAccountManagerService_->CreateOsAccount("test", OsAccountType::GUEST, osAccount…
154 …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.cpp192 …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/
Dos_account_inner_account_mgr_mock.cpp215 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);
Dos_account_control_file_manager_test.cpp174 …EXPECT_EQ(osAccountControlManager_->GetConstraintsByType(OsAccountType::GUEST, constraints), ERR_O…
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dgetparam.cpp415 return OHOS::AccountSA::OsAccountType::GUEST; in GetParamOsAccountType()
/base/account/os_account/tools/acm/src/
Daccount_command.cpp602 type = OsAccountType::GUEST; in AnalyzeTypeArgument()
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp31 {OsAccountType::GUEST, "guest"},
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp1276 if (osAccountInfo.GetType() == OsAccountType::GUEST) { in CheckUserPermissionById()