Home
last modified time | relevance | path

Searched refs:AuthenticatorCallbackParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp137 …std::unique_ptr<AuthenticatorCallbackParam> data(reinterpret_cast<AuthenticatorCallbackParam *>(wo… in CheckAccountLabelsOnResultWork()
168 …std::unique_ptr<AuthenticatorCallbackParam> param(reinterpret_cast<AuthenticatorCallbackParam *>(w… in SelectAccountsOnResultWork()
208 AuthenticatorCallbackParam *param = nullptr; in OnResult()
248 …std::unique_ptr<AuthenticatorCallbackParam> data(reinterpret_cast<AuthenticatorCallbackParam *>(wo… in UvQueueWorkOnResult()
260 …std::unique_ptr<AuthenticatorCallbackParam> data(reinterpret_cast<AuthenticatorCallbackParam *>(wo… in UvQueueWorkOnRequestRedirected()
273 …std::unique_ptr<AuthenticatorCallbackParam> data(reinterpret_cast<AuthenticatorCallbackParam *>(wo… in UvQueueWorkOnRequestContinued()
289 AuthenticatorCallbackParam *param = nullptr; in OnResult()
310 AuthenticatorCallbackParam *param = nullptr; in OnRequestRedirected()
331 AuthenticatorCallbackParam *param = nullptr; in OnRequestContinued()
348 AuthenticatorCallbackParam **param) in InitAuthenticatorWorkEnv()
[all …]
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h202 struct AuthenticatorCallbackParam : public CommonAsyncContext { struct
203 explicit AuthenticatorCallbackParam(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AuthenticatorCallbackParam() argument
246 napi_env env, uv_loop_s **loop, uv_work_t **work, AuthenticatorCallbackParam **param);