Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webcookiemanager/
H A Dnapi_web_cookie_manager.h134 class NWebFetchCookieCallbackImpl : public NWebStringValueCallback {
136 NWebFetchCookieCallbackImpl(napi_env env, napi_ref callback, napi_deferred deferred) in NWebFetchCookieCallbackImpl() function
138 ~NWebFetchCookieCallbackImpl() = default;
H A Dnapi_web_cookie_manager.cpp134 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebFetchCookieCallbackImpl>(env, jsCallback, nul… in FetchCookieAsyncCallback()
148 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebFetchCookieCallbackImpl>(env, nullptr, deferr… in FetchCookieAsyncPromise()
873 void NWebFetchCookieCallbackImpl::UvJsCallbackThreadWoker(uv_work_t *work, int status) in UvJsCallbackThreadWoker()
928 void NWebFetchCookieCallbackImpl::OnReceiveValue(const std::string &result) in OnReceiveValue()