Home
last modified time | relevance | path

Searched defs:isAllowedCreateAdmin (Results 1 – 5 of 5) sorted by relevance

/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_file_operator.cpp179 ErrCode OsAccountFileOperator::IsAllowedCreateAdmin(bool &isAllowedCreateAdmin) in IsAllowedCreateAdmin()
Dos_account_manager_service.cpp144 bool isAllowedCreateAdmin = false; in ValidateAccountCreateParamAndPermission() local
173 bool isAllowedCreateAdmin = false; in CreateOsAccountWithFullInfo() local
194 bool isAllowedCreateAdmin = false; in UpdateOsAccountWithFullInfo() local
243 bool isAllowedCreateAdmin = false; in CreateOsAccountForDomain() local
Dos_account_control_file_manager.cpp1636 ErrCode OsAccountControlFileManager::IsAllowedCreateAdmin(bool &isAllowedCreateAdmin) in IsAllowedCreateAdmin()
Dinner_os_account_manager.cpp2148 ErrCode IInnerOsAccountManager::IsAllowedCreateAdmin(bool &isAllowedCreateAdmin) in RetryToGetAccount()
/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
Dmock_os_account_control_file_manager.h67 ErrCode IsAllowedCreateAdmin(bool &isAllowedCreateAdmin) { return ERR_OK; } in IsAllowedCreateAdmin()