Home
last modified time | relevance | path

Searched defs:callbackImpl (Results 1 – 8 of 8) sorted by relevance

/base/web/webview/test/unittest/ohos_adapter/ohos_init_web_adapter/
Dohos_init_web_adapter_test.cpp56 WebRunInitedCallback* callbackImpl = adapter.GetRunWebInitedCallback(); variable
/base/web/webview/interfaces/kits/napi/webcookiemanager/
Dnapi_web_cookie_manager.cpp133 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebFetchCookieCallbackImpl>(env, jsCallback, nul… in FetchCookieAsyncCallback() local
146 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebFetchCookieCallbackImpl>(env, nullptr, deferr… in FetchCookieAsyncPromise() local
296 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebConfigCookieCallbackImpl>(env, jsCallback, nu… in ConfigCookieAsyncCallback() local
309 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebConfigCookieCallbackImpl>(env, nullptr, defer… in ConfigCookieAsyncPromise() local
483 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, jsCallback, nullptr); in ClearAllCookiesAsyncCallback() local
496 … auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, nullptr, deferred); in ClearAllCookiesAsyncPromise() local
575 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, jsCallback, nullptr); in ClearSessionCookieAsyncCallback() local
588 … auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, nullptr, deferred); in ClearSessionCookieAsyncPromise() local
659 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(env, jsCallback, null… in SaveCookieAsyncCallback() local
672 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(env, nullptr, deferre… in SaveCookieAsyncPromise() local
/base/web/webview/ohos_adapter/net_connect_adapter/src/
Dnet_connect_adapter_impl.cpp31 sptr<NetConnectCallbackImpl> callbackImpl = new (std::nothrow) NetConnectCallbackImpl(cb); in RegisterNetConnCallback() local
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
Dplayer_framework_adapter_impl_test.cpp161 auto callbackImpl = static_cast<PlayerCallbackTest*>(playerCallback_->callbackAdapter_.get()); variable
/base/web/webview/interfaces/kits/napi/webasynccontroller/
Dnapi_web_async_controller.cpp216 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchiveCallback() local
264 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchivePromise() local
/base/web/webview/interfaces/native/
Dnative_interface_arkweb.cpp39 auto callbackImpl = std::make_shared<OHOS::NWeb::NativeJavaScriptExecuteCallback>(callback); in OH_NativeArkWeb_RunJavaScript() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp365 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchiveCallback() local
412 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchivePromise() local
865 …auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, jsCallback, nullptr, e… in RunJavaScriptCallback() local
884 …auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, nullptr, deferred, ext… in RunJavaScriptPromise() local
937 auto callbackImpl = std::make_shared<WebviewHasImageCallback>(env, jsCallback, nullptr); in HasImagesCallback() local
956 auto callbackImpl = std::make_shared<WebviewHasImageCallback>(env, nullptr, deferred); in HasImagesPromise() local
Dnapi_webview_controller.cpp1714 auto callbackImpl = std::make_shared<NWebValueCallbackImpl>(env, onMsgEventFunc, true); in OnMessageEventExt() local
1929 auto callbackImpl = std::make_shared<NWebValueCallbackImpl>(env, onMsgEventFunc, false); in OnMessageEvent() local
4010 WebPrintWriteResultCallback callbackImpl = in ParseWebPrintWriteResultCallback() local