Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_authenticator.cpp121 JsAuthenticatorParam *param = nullptr; in AddAccountImplicitly()
149 JsAuthenticatorParam *param = nullptr; in Authenticate()
177 JsAuthenticatorParam *param = nullptr; in CreateAccountImplicitly()
402 … std::unique_ptr<JsAuthenticatorParam> param(reinterpret_cast<JsAuthenticatorParam *>(work->data)); in AddAccountImplicitlyWork()
421 … std::unique_ptr<JsAuthenticatorParam> param(reinterpret_cast<JsAuthenticatorParam *>(work->data)); in AuthenticateWork()
442 … std::unique_ptr<JsAuthenticatorParam> param(reinterpret_cast<JsAuthenticatorParam *>(work->data)); in CreateAccountImplicitlyWork()
469 … std::unique_ptr<JsAuthenticatorParam> param(reinterpret_cast<JsAuthenticatorParam *>(work->data)); in AuthWork()
488 … std::unique_ptr<JsAuthenticatorParam> param(reinterpret_cast<JsAuthenticatorParam *>(work->data)); in VerifyCredentialWork()
506 … std::unique_ptr<JsAuthenticatorParam> param(reinterpret_cast<JsAuthenticatorParam *>(work->data)); in SetPropertiesWork()
522 … std::unique_ptr<JsAuthenticatorParam> param(reinterpret_cast<JsAuthenticatorParam *>(work->data)); in CheckAccountLabelsWork()
[all …]
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h44 struct JsAuthenticatorParam : public CommonAsyncContext { struct
81 ErrCode InitWorkEnv(uv_loop_s **loop, uv_work_t **work, JsAuthenticatorParam **param);