Searched refs:NWebCookieCallbackImpl (Results 1 - 2 of 2) sorted by relevance
/base/web/webview/interfaces/kits/napi/webcookiemanager/ |
H A D | napi_web_cookie_manager.h | 119 class NWebCookieCallbackImpl : public NWebBoolValueCallback { class 121 NWebCookieCallbackImpl(napi_env env, napi_ref callback, napi_deferred deferred) in NWebCookieCallbackImpl() function in OHOS::NWeb::NWebCookieCallbackImpl 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() 973 WVLOG_E("NWebCookieCallbackImpl uv work is null"); in UvJsCallbackThreadWoker() 979 WVLOG_E("NWebCookieCallbackImpl WebCookieManagerParam is null"); in UvJsCallbackThreadWoker() 1013 void NWebCookieCallbackImpl::OnReceiveValue(bool result) in OnReceiveValue() 1015 WVLOG_D("NWebCookieCallbackImpl received result, result = %{public}d", result); in OnReceiveValue() 1020 WVLOG_E("NWebCookieCallbackImpl ge in OnReceiveValue() [all...] |
Completed in 3 milliseconds