Searched refs:ADMIN (Results 1 – 16 of 16) sorted by relevance
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
D | os_account_manager_service_create_os_account_test.cpp | 93 …errCode = g_osAccountManagerService->CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAcc… 99 …errCode = g_osAccountManagerService->CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAcc…
|
D | os_account_manager_service_module_test.cpp | 271 …ErrCode errCode = osAccountManagerService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN,
|
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
D | os_account_data_storage_test.cpp | 40 const OsAccountType INT_TYPE = OsAccountType::ADMIN;
|
D | os_account_control_file_manager_test.cpp | 35 const OsAccountType OS_ACCOUNT_TYPE = OsAccountType::ADMIN; 158 …EXPECT_EQ(osAccountControlManager_->GetConstraintsByType(OsAccountType::ADMIN, constraints), ERR_O… 586 ErrCode ret = osAccountControlManager->GetConstraintsByType(OsAccountType::ADMIN, constants);
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_manager_service.cpp | 29 {OsAccountType::ADMIN, "admin"}, 103 if ((type < OsAccountType::ADMIN) || (type >= OsAccountType::END)) { in CreateOsAccount() 114 if (!isAllowedCreateAdmin && type == OsAccountType::ADMIN) { in CreateOsAccount() 138 if ((type < OsAccountType::ADMIN) || (type >= OsAccountType::END)) { in CreateOsAccountForDomain() 155 if (!isAllowedCreateAdmin && type == OsAccountType::ADMIN) { in CreateOsAccountForDomain()
|
D | inner_os_account_manager.cpp | 61 … Constants::ADMIN_LOCAL_ID, Constants::ADMIN_LOCAL_NAME, OsAccountType::ADMIN, serialNumber); in CreateBaseAdminAccount() 81 … Constants::START_USER_ID, Constants::STANDARD_LOCAL_NAME, OsAccountType::ADMIN, serialNumber); in CreateBaseStandardAccount() 83 ErrCode errCode = osAccountControl_->GetConstraintsByType(OsAccountType::ADMIN, constants); in CreateBaseStandardAccount()
|
D | os_account_control_file_manager.cpp | 112 …if (osAccountFileOperator_->GetConstraintsByType(OsAccountType::ADMIN, baseOAConstraints) != ERR_O… in BuildAndSaveBaseOAConstraintsJsonFile()
|
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
D | os_account_info.h | 25 ADMIN = 0, enumerator
|
/base/account/os_account/frameworks/test/unittest/ |
D | account_osaccount_proxy_mock_test.cpp | 87 …ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAcco… 303 OsAccountType type = OsAccountType::ADMIN;
|
/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
D | os_account_info_test.cpp | 29 const OsAccountType INT_TYPE = OsAccountType::ADMIN;
|
/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/ |
D | os_account_manager_benchmark_test.cpp | 357 OsAccountType type = OsAccountType::ADMIN; in BENCHMARK_F()
|
/base/account/os_account/frameworks/osaccount/native/src/ |
D | os_account_info.cpp | 43 type_ = OsAccountType::ADMIN; in OsAccountInfo()
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
D | getparam.cpp | 429 return OHOS::AccountSA::OsAccountType::ADMIN; in GetParamOsAccountType()
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
D | os_account_manager_module_test.cpp | 261 …ASSERT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAccountInfoO… 265 EXPECT_EQ(osAccountInfoOne.GetType(), OsAccountType::ADMIN); 686 OsAccountType type = OsAccountType::ADMIN;
|
/base/account/os_account/tools/acm/src/ |
D | account_command.cpp | 1001 type = OsAccountType::ADMIN; in AnalyzeTypeArgument()
|
/base/account/os_account/frameworks/osaccount/core/src/ |
D | os_account_stub.cpp | 572 OsAccountType type = OsAccountType::ADMIN; in ProcGetOsAccountTypeFromProcess()
|