Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h33 struct JsAuthenticator { struct
45 JsAuthenticator jsAuthenticator; argument
59 NapiAppAccountAuthenticator(napi_env env, JsAuthenticator &jsAuthenticator);
104 JsAuthenticator jsAuthenticator_;
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_authenticator.cpp46 NapiAppAccountAuthenticator::NapiAppAccountAuthenticator(napi_env env, JsAuthenticator &jsAuthentic… in NapiAppAccountAuthenticator()
596 JsAuthenticator jsAuthenticator; in JsConstructor()