Searched refs:AuthenticatorAsyncCallback (Results 1 – 3 of 3) sorted by relevance
211 class AuthenticatorAsyncCallback : public AppAccountAuthenticatorCallbackStub {213 …explicit AuthenticatorAsyncCallback(napi_env env, napi_ref ref, napi_deferred deferred, uv_after_w…214 ~AuthenticatorAsyncCallback();
189 AuthenticatorAsyncCallback::AuthenticatorAsyncCallback( in AuthenticatorAsyncCallback() function in OHOS::AccountJsKit::AuthenticatorAsyncCallback194 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()
1497 … sptr<AuthenticatorAsyncCallback> callback = new (std::nothrow) AuthenticatorAsyncCallback( in CheckAccountLabels()1542 … sptr<AuthenticatorAsyncCallback> callback = new (std::nothrow) AuthenticatorAsyncCallback( in SelectAccountsByOptions()