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.cpp164 ErrCode OsAccountFileOperator::IsAllowedCreateAdmin(bool &isAllowedCreateAdmin) in IsAllowedCreateAdmin()
Dos_account_manager_service.cpp127 bool isAllowedCreateAdmin = false; in CreateOsAccountWithFullInfo() local
148 bool isAllowedCreateAdmin = false; in UpdateOsAccountWithFullInfo() local
185 bool isAllowedCreateAdmin = false; in CreateOsAccountForDomain() local
Dinner_os_account_manager.cpp397 bool isAllowedCreateAdmin = false; in RetryToGetAccount() local
1811 ErrCode IInnerOsAccountManager::IsAllowedCreateAdmin(bool &isAllowedCreateAdmin) in RetryToGetAccount()
Dos_account_control_file_manager.cpp1505 ErrCode OsAccountControlFileManager::IsAllowedCreateAdmin(bool &isAllowedCreateAdmin) in IsAllowedCreateAdmin()
/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
Dmock_os_account_control_file_manager.h65 ErrCode IsAllowedCreateAdmin(bool &isAllowedCreateAdmin) { return ERR_OK; } in IsAllowedCreateAdmin()