Searched refs:NWebCookieCallbackImpl (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/web/webview/interfaces/kits/napi/webcookiemanager/ |
H A D | napi_web_cookie_manager.h | 119 class NWebCookieCallbackImpl : public NWebBoolValueCallback { 121 NWebCookieCallbackImpl(napi_env env, napi_ref callback, napi_deferred deferred) in NWebCookieCallbackImpl() function 123 ~NWebCookieCallbackImpl() = default;
|
H A D | napi_web_cookie_manager.cpp | 539 …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()
|