Home
last modified time | relevance | path

Searched refs:AuthenticatorAsyncCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h211 class AuthenticatorAsyncCallback : public AppAccountAuthenticatorCallbackStub {
213 …explicit AuthenticatorAsyncCallback(napi_env env, napi_ref ref, napi_deferred deferred, uv_after_w…
214 ~AuthenticatorAsyncCallback();
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp189 AuthenticatorAsyncCallback::AuthenticatorAsyncCallback( in AuthenticatorAsyncCallback() function in OHOS::AccountJsKit::AuthenticatorAsyncCallback
194 AuthenticatorAsyncCallback::~AuthenticatorAsyncCallback() in ~AuthenticatorAsyncCallback()
197 void AuthenticatorAsyncCallback::OnResult(int32_t resultCode, const AAFwk::Want &result) in OnResult()
228 void AuthenticatorAsyncCallback::OnRequestRedirected(AAFwk::Want &request) in OnRequestRedirected()
231 void AuthenticatorAsyncCallback::OnRequestContinued() in OnRequestContinued()
H A Dnapi_app_account.cpp1497 … sptr<AuthenticatorAsyncCallback> callback = new (std::nothrow) AuthenticatorAsyncCallback( in CheckAccountLabels()
1542 … sptr<AuthenticatorAsyncCallback> callback = new (std::nothrow) AuthenticatorAsyncCallback( in SelectAccountsByOptions()