Searched refs:NWebConfigCookieCallbackImpl (Results 1 – 2 of 2) sorted by relevance
149 class NWebConfigCookieCallbackImpl : public NWebLongValueCallback {151 NWebConfigCookieCallbackImpl(napi_env env, napi_ref callback, napi_deferred deferred) in NWebConfigCookieCallbackImpl() function153 ~NWebConfigCookieCallbackImpl() = default;
320 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebConfigCookieCallbackImpl>(env, jsCallback, nu… in ConfigCookieAsyncCallback()339 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebConfigCookieCallbackImpl>(env, nullptr, defer… in ConfigCookieAsyncPromise()1054 void NWebConfigCookieCallbackImpl::UvJsCallbackThreadWoker(uv_work_t *work, int status) in UvJsCallbackThreadWoker()1107 void NWebConfigCookieCallbackImpl::OnReceiveValue(long result) in OnReceiveValue()