Home
last modified time | relevance | path

Searched refs:ERR_DOMAIN_ACCOUNT_SERVICE_PLUGIN_ALREADY_EXIST (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/common/account_error/src/
H A Daccount_error_no.cpp124 case ERR_DOMAIN_ACCOUNT_SERVICE_PLUGIN_ALREADY_EXIST: in DomainAccountConvertToJSErrCode()
161 return (errCode >= ERR_DOMAIN_ACCOUNT_SERVICE_PLUGIN_ALREADY_EXIST) && in IsDomainAccountServiceError()
/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_error_common_test.cpp168 EXPECT_EQ(ConvertToJSErrCode(ERR_DOMAIN_ACCOUNT_SERVICE_PLUGIN_ALREADY_EXIST),
/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Daccount_error_no.h256 ERR_DOMAIN_ACCOUNT_SERVICE_PLUGIN_ALREADY_EXIST = DOMAIN_ACCOUNT_ERR_OFFSET + 0x0001, enumerator
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp134 return ERR_DOMAIN_ACCOUNT_SERVICE_PLUGIN_ALREADY_EXIST; in RegisterPlugin()
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_module_test.cpp189 …countClient::GetInstance().RegisterPlugin(g_plugin), ERR_DOMAIN_ACCOUNT_SERVICE_PLUGIN_ALREADY_EXI…