Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webcookiemanager/
H A Dnapi_web_cookie_manager.h119 class NWebCookieCallbackImpl : public NWebBoolValueCallback {
121 NWebCookieCallbackImpl(napi_env env, napi_ref callback, napi_deferred deferred) in NWebCookieCallbackImpl() function
123 ~NWebCookieCallbackImpl() = default;
H A Dnapi_web_cookie_manager.cpp539 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, jsCallback, nullptr); in ClearAllCookiesAsyncCallback()
553 … auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, nullptr, deferred); in ClearAllCookiesAsyncPromise()
636 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, jsCallback, nullptr); in ClearSessionCookieAsyncCallback()
650 … auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, nullptr, deferred); in ClearSessionCookieAsyncPromise()
970 void NWebCookieCallbackImpl::UvJsCallbackThreadWoker(uv_work_t *work, int status) in UvJsCallbackThreadWoker()
1013 void NWebCookieCallbackImpl::OnReceiveValue(bool result) in OnReceiveValue()