Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
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();
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp181 AuthenticatorAsyncCallback::AuthenticatorAsyncCallback( in AuthenticatorAsyncCallback() function in OHOS::AccountJsKit::AuthenticatorAsyncCallback
186 AuthenticatorAsyncCallback::~AuthenticatorAsyncCallback() in ~AuthenticatorAsyncCallback()
189 void AuthenticatorAsyncCallback::OnResult(int32_t resultCode, const AAFwk::Want &result) in OnResult()
220 void AuthenticatorAsyncCallback::OnRequestRedirected(AAFwk::Want &request) in OnRequestRedirected()
223 void AuthenticatorAsyncCallback::OnRequestContinued() in OnRequestContinued()
Dnapi_app_account.cpp1497 … sptr<AuthenticatorAsyncCallback> callback = new (std::nothrow) AuthenticatorAsyncCallback( in CheckAccountLabels()
1542 … sptr<AuthenticatorAsyncCallback> callback = new (std::nothrow) AuthenticatorAsyncCallback( in SelectAccountsByOptions()