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.h202 struct AuthenticatorCallbackParam : public CommonAsyncContext { struct
203 explicit AuthenticatorCallbackParam(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AuthenticatorCallbackParam() argument
214 … std::function<std::function<void()>(const std::shared_ptr<AuthenticatorCallbackParam> &)> workCb); argument