Home
last modified time | relevance | path

Searched refs:OAuthAsyncContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp275 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in AddAccountImplicitly()
281 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in AddAccountImplicitly()
923 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in AuthInternalCompletedCB()
995 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in GetAuthTokenInternal()
1033 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in SetAuthTokenInternal()
1042 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in SetAuthTokenInternal()
1080 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in DeleteAuthTokenInternal()
1090 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in DeleteAuthTokenInternal()
1129 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in SetAuthTokenVisibilityInternal()
1164 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in CheckAuthTokenVisibilityExecuteCB()
[all …]
H A Dnapi_app_account_common.cpp555 bool ParseContextForAuth(napi_env env, napi_callback_info cbInfo, OAuthAsyncContext *context) in ParseContextForAuth()
604 void ParseContextForAuthenticate(napi_env env, napi_callback_info cbInfo, OAuthAsyncContext *asyncC… in ParseContextForAuthenticate()
633 bool ParseContextOAuthProperty(napi_env env, napi_value &argv, PropertyType type, OAuthAsyncContext in ParseContextOAuthProperty()
669OAuthAsyncContext *asyncContext, const std::vector<PropertyType> &propertyList, napi_value *result) in ParseContextForOAuth()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h89 struct OAuthAsyncContext : public CommonAsyncContext { struct
90 OAuthAsyncContext(napi_env env, bool throwAble = false) : CommonAsyncContext(env, throwAble) {};
276 bool ParseContextForAuth(napi_env env, napi_callback_info cbInfo, OAuthAsyncContext *asyncContext);
278 void ParseContextForAuthenticate(napi_env env, napi_callback_info cbInfo, OAuthAsyncContext *asyncC…
281OAuthAsyncContext *asyncContext, const std::vector<PropertyType> &propertyList, napi_value *result…