Home
last modified time | relevance | path

Searched refs:ERR_APPACCOUNT_SERVICE_OAUTH_SESSION_NOT_EXIST (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/common/account_error/src/
H A Daccount_error_no.cpp54 case ERR_APPACCOUNT_SERVICE_OAUTH_SESSION_NOT_EXIST: in AppAccountConvertOtherJSErrCode()
/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_error_common_test.cpp77 …EXPECT_EQ(ConvertToJSErrCode(ERR_APPACCOUNT_SERVICE_OAUTH_SESSION_NOT_EXIST), ERR_JS_SESSION_NOT_E…
/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Daccount_error_no.h154 ERR_APPACCOUNT_SERVICE_OAUTH_SESSION_NOT_EXIST, enumerator
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp231 …EXPECT_EQ(ConvertToJSErrCodeV8(ERR_APPACCOUNT_SERVICE_OAUTH_SESSION_NOT_EXIST), ERR_JS_OAUTH_SESSI…
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_manager_module_test.cpp331 ASSERT_EQ(sessionPtr, ERR_APPACCOUNT_SERVICE_OAUTH_SESSION_NOT_EXIST);
335 ASSERT_EQ(sessionPtr, ERR_APPACCOUNT_SERVICE_OAUTH_SESSION_NOT_EXIST);
H A Dapp_account_manager_service_module_test.cpp1802 EXPECT_EQ(result, ERR_APPACCOUNT_SERVICE_OAUTH_SESSION_NOT_EXIST);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp278 case ERR_APPACCOUNT_SERVICE_OAUTH_SESSION_NOT_EXIST: in ConvertOtherJSErrCodeV8()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session_manager.cpp200 return ERR_APPACCOUNT_SERVICE_OAUTH_SESSION_NOT_EXIST; in GetAuthenticatorCallback()