Searched defs:AuthenticatorCallbackParam (Results 1 – 1 of 1) sorted by relevance
201 struct AuthenticatorCallbackParam : public NapiAsyncContext { struct202 explicit AuthenticatorCallbackParam(JSAuthCallback &authCallback) in AuthenticatorCallbackParam() argument204 explicit AuthenticatorCallbackParam(std::shared_ptr<NapiCallbackRef> callbackRef) in AuthenticatorCallbackParam() argument215 … std::function<std::function<void()>(const std::shared_ptr<AuthenticatorCallbackParam> &)> workCb); argument