Searched defs:callbackImpl (Results 1 – 6 of 6) sorted by relevance
/base/web/webview/test/unittest/ohos_adapter/ohos_init_web_adapter/ |
D | ohos_init_web_adapter_test.cpp | 56 WebRunInitedCallback* callbackImpl = adapter.GetRunWebInitedCallback(); variable
|
/base/web/webview/ohos_adapter/net_connect_adapter/src/ |
D | net_connect_adapter_impl.cpp | 31 sptr<NetConnectCallbackImpl> callbackImpl = new (std::nothrow) NetConnectCallbackImpl(cb); in RegisterNetConnCallback() local
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.cpp | 229 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchiveCallback() local 276 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchivePromise() local 694 … auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, jsCallback, nullptr); in RunJavaScriptCallback() local 713 auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, nullptr, deferred); in RunJavaScriptPromise() local 766 auto callbackImpl = std::make_shared<WebviewHasImageCallback>(env, jsCallback, nullptr); in HasImagesCallback() local 785 auto callbackImpl = std::make_shared<WebviewHasImageCallback>(env, nullptr, deferred); in HasImagesPromise() local
|
D | napi_webview_controller.cpp | 907 auto callbackImpl = std::make_shared<NWebValueCallbackImpl>(env, onMsgEventFunc); in OnMessageEvent() local
|
/base/web/webview/interfaces/kits/napi/webasynccontroller/ |
D | napi_web_async_controller.cpp | 216 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/kits/napi/webcookiemanager/ |
D | napi_web_cookie_manager.cpp | 314 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(env, jsCallback, null… in SaveCookieAsyncCallback() local 327 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(env, nullptr, deferre… in SaveCookieAsyncPromise() local
|