Home
last modified time | relevance | path

Searched refs:ERR_APPACCOUNT_SERVICE_OAUTH_AUTHENTICATOR_CALLBACK_NOT_EXIST (Results 1 – 7 of 7) sorted by relevance

/base/account/os_account/frameworks/common/account_error/src/
Daccount_error_no.cpp46 case ERR_APPACCOUNT_SERVICE_OAUTH_AUTHENTICATOR_CALLBACK_NOT_EXIST: in AppAccountConvertOtherJSErrCode()
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
Daccount_error_common_test.cpp71 …ConvertToJSErrCode(ERR_APPACCOUNT_SERVICE_OAUTH_AUTHENTICATOR_CALLBACK_NOT_EXIST), ERR_JS_SESSION_…
/base/account/os_account/frameworks/common/account_error/include/
Daccount_error_no.h142 ERR_APPACCOUNT_SERVICE_OAUTH_AUTHENTICATOR_CALLBACK_NOT_EXIST, enumerator
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_common_test.cpp243 …ConvertToJSErrCodeV8(ERR_APPACCOUNT_SERVICE_OAUTH_AUTHENTICATOR_CALLBACK_NOT_EXIST), ERR_JS_INVALI…
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_common.cpp301 (errCode == ERR_APPACCOUNT_SERVICE_OAUTH_AUTHENTICATOR_CALLBACK_NOT_EXIST)) { in ConvertToJSErrCodeV8()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_session.cpp341 return ERR_APPACCOUNT_SERVICE_OAUTH_AUTHENTICATOR_CALLBACK_NOT_EXIST; in GetAuthenticatorCallback()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_authenticator_session_module_test.cpp367 ASSERT_EQ(result, ERR_APPACCOUNT_SERVICE_OAUTH_AUTHENTICATOR_CALLBACK_NOT_EXIST);