Home
last modified time | relevance | path

Searched refs:ERR_OSACCOUNT_KIT_CREATE_OS_ACCOUNT_FOR_DOMAIN_ERROR (Results 1 – 4 of 4) sorted by relevance

/base/account/os_account/frameworks/common/account_error/src/
Daccount_error_no.cpp131 return (errCode >= ERR_OSACCOUNT_KIT_CREATE_OS_ACCOUNT_FOR_DOMAIN_ERROR && in IsOsAccountKitError()
/base/account/os_account/frameworks/common/account_error/include/
Daccount_error_no.h156ERR_OSACCOUNT_KIT_CREATE_OS_ACCOUNT_FOR_DOMAIN_ERROR = ACCOUNT_OSACCOUNT_KIT_ERR_OFFSET + 0x0001, enumerator
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp206 return ERR_OSACCOUNT_KIT_CREATE_OS_ACCOUNT_FOR_DOMAIN_ERROR; in PrepareOsAccountInfo()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_inner_account_mgr_mock.cpp235 EXPECT_EQ(ret, ERR_OSACCOUNT_KIT_CREATE_OS_ACCOUNT_FOR_DOMAIN_ERROR);