Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webcookiemanager/
H A Dnapi_web_cookie_manager.h104 class NWebSaveCookieCallbackImpl : public NWebBoolValueCallback {
106 NWebSaveCookieCallbackImpl(napi_env env, napi_ref callback, napi_deferred deferred) in NWebSaveCookieCallbackImpl() function
108 ~NWebSaveCookieCallbackImpl() = default;
H A Dnapi_web_cookie_manager.cpp725 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(env, jsCallback, null… in SaveCookieAsyncCallback()
739 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(env, nullptr, deferre… in SaveCookieAsyncPromise()
789 void NWebSaveCookieCallbackImpl::UvJsCallbackThreadWoker(uv_work_t *work, int status) in UvJsCallbackThreadWoker()
832 void NWebSaveCookieCallbackImpl::OnReceiveValue(bool result) in OnReceiveValue()