Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h201 struct AuthenticatorCallbackParam : public NapiAsyncContext { struct
202 explicit AuthenticatorCallbackParam(JSAuthCallback &authCallback) in AuthenticatorCallbackParam() argument
204 explicit AuthenticatorCallbackParam(std::shared_ptr<NapiCallbackRef> callbackRef) in AuthenticatorCallbackParam() argument
215 … std::function<std::function<void()>(const std::shared_ptr<AuthenticatorCallbackParam> &)> workCb); argument