Searched refs:ParseContextForOAuth (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 976 …if ((!ParseContextForOAuth(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThrowable… in GetAuthTokenInternal() 1025 …if ((!ParseContextForOAuth(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThrowable… in SetAuthTokenInternal() 1071 …if ((!ParseContextForOAuth(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThrowable… in DeleteAuthTokenInternal() 1118 …if ((!ParseContextForOAuth(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThrowable… in SetAuthTokenVisibilityInternal() 1191 …if ((!ParseContextForOAuth(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThrowable… in CheckAuthTokenVisibilityInternal() 1220 …if ((!ParseContextForOAuth(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThrowable… in QueryAuthenticatorInfoInternal() 1268 …if ((!ParseContextForOAuth(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThrowable… in GetAllAuthTokensInternal() 1316 …if ((!ParseContextForOAuth(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThrowable… in GetAuthListInternal() 1367 …if ((!ParseContextForOAuth(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThrowable… in GetAuthCallbackInternal()
|
H A D | napi_app_account_common.cpp | 668 bool ParseContextForOAuth(napi_env env, napi_callback_info cbInfo, in ParseContextForOAuth() function
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_common.h | 280 bool ParseContextForOAuth(napi_env env, napi_callback_info cbInfo,
|