| /base/notification/eventhandler/frameworks/cj/src/ |
| D | emitter.h | 33 std::shared_ptr<CallbackImpl> callbackImpl = nullptr; member
|
| D | emitter_ffi.cpp | 30 auto callbackImpl = std::make_shared<CallbackImpl>(std::string(callbackInfo.name), onChange); in CreateCallback() local
|
| D | emitter.cpp | 126 …int32_t OnOrOnce(InnerEvent::EventId eventId, std::shared_ptr<CallbackImpl> &callbackImpl, bool on… in OnOrOnce()
|
| /base/web/webview/interfaces/kits/napi/webcookiemanager/ |
| D | napi_web_cookie_manager.cpp | 136 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebFetchCookieCallbackImpl>(env, jsCallback, nul… in FetchCookieAsyncCallback() local 150 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebFetchCookieCallbackImpl>(env, nullptr, deferr… in FetchCookieAsyncPromise() local 322 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebConfigCookieCallbackImpl>(env, jsCallback, nu… in ConfigCookieAsyncCallback() local 341 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebConfigCookieCallbackImpl>(env, nullptr, defer… in ConfigCookieAsyncPromise() local 551 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, jsCallback, nullptr); in ClearAllCookiesAsyncCallback() local 565 … auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, nullptr, deferred); in ClearAllCookiesAsyncPromise() local 648 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, jsCallback, nullptr); in ClearSessionCookieAsyncCallback() local 662 … auto callbackImpl = std::make_shared<OHOS::NWeb::NWebCookieCallbackImpl>(env, nullptr, deferred); in ClearSessionCookieAsyncPromise() local 753 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(env, jsCallback, null… in SaveCookieAsyncCallback() local 767 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(env, nullptr, deferre… in SaveCookieAsyncPromise() local
|
| /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/test/fuzztest/ohos_adapter/media_adapter/mediaavsessionadapterimpl_fuzzer/ |
| D | mediaavsessionadapterimpl_fuzzer.cpp | 44 std::shared_ptr<MediaAVSessionCallbackImpl> callbackImpl = in MediaAVSessionAdapterImplFuzzTest() local
|
| /base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediaavsession_fuzzer/mediaavsessioncallback_fuzzer/ |
| D | mediaavsessioncallback_fuzzer.cpp | 44 std::shared_ptr<MediaAVSessionCallbackImpl> callbackImpl = in MediaAVSessionAdapterImplFuzzTest() local
|
| /base/web/webview/interfaces/native/ |
| D | native_interface_arkweb.cpp | 98 auto callbackImpl = std::make_shared<OHOS::NWeb::NativeJavaScriptExecuteCallback>(callback); in OH_NativeArkWeb_RunJavaScript() local 406 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(callback); in PostSaveCookieToUIThread() local 455 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(callback); in OH_ArkWebCookieManager_SaveCookieAsync() 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 261 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchivePromise() local
|
| /base/web/webview/interfaces/kits/ani/webview/native/webviewcontroller/ |
| D | webview_controller.cpp | 413 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchiveCallback() local 460 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchivePromise() local 930 …auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, jsCallback, nullptr, e… in RunJavaScriptCallback() local 949 …auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, nullptr, deferred, ext… in RunJavaScriptPromise() local 977 …auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, jsCallback, nullptr, e… in RunJavaScriptCallbackExt() local 998 …auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, nullptr, deferred, ext… in RunJavaScriptPromiseExt() local 1022 … auto callbackImpl = std::make_shared<WebviewCreatePDFExecuteCallback>(env, pdfCallback, nullptr); in CreatePDFCallbackExt() local 1039 auto callbackImpl = std::make_shared<WebviewCreatePDFExecuteCallback>(env, nullptr, deferred); in CreatePDFPromiseExt() local 1102 auto callbackImpl = std::make_shared<WebviewHasImageCallback>(env, jsCallback, nullptr); in HasImagesCallback() local 1121 auto callbackImpl = std::make_shared<WebviewHasImageCallback>(env, nullptr, deferred); in HasImagesPromise() local [all …]
|
| /base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
| D | player_framework_adapter_impl_test.cpp | 165 auto callbackImpl = static_cast<PlayerCallbackTest*>(playerCallback_->callbackAdapter_.get()); variable
|
| D | media_codec_encoder_adapter_impl_test.cpp | 304 std::shared_ptr<EncoderCallbackImpl> callbackImpl = std::make_shared<EncoderCallbackImpl>(cb); variable
|
| D | audio_codec_decoder_adapter_impl_test.cpp | 221 std::shared_ptr<AudioDecoderCallbackAdapterImpl> callbackImpl = variable
|
| /base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecencoderadapterimpl_fuzzer/ |
| D | mediacodecencoderadapterimpl_fuzzer.cpp | 77 …std::shared_ptr<NWeb::CodecCallbackAdapter> callbackImpl = std::make_shared<EncoderCallbackAdapter… in CreateLocationProxyAdapterFuzzTest() local
|
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| D | webview_controller.cpp | 517 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchiveCallback() local 562 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchivePromise() local 1030 …auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, jsCallback, nullptr, e… in RunJavaScriptCallback() local 1049 …auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, nullptr, deferred, ext… in RunJavaScriptPromise() local 1077 …auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, jsCallback, nullptr, e… in RunJavaScriptCallbackExt() local 1098 …auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(env, nullptr, deferred, ext… in RunJavaScriptPromiseExt() local 1122 … auto callbackImpl = std::make_shared<WebviewCreatePDFExecuteCallback>(env, pdfCallback, nullptr); in CreatePDFCallbackExt() local 1139 auto callbackImpl = std::make_shared<WebviewCreatePDFExecuteCallback>(env, nullptr, deferred); in CreatePDFPromiseExt() local 1202 auto callbackImpl = std::make_shared<WebviewHasImageCallback>(env, jsCallback, nullptr); in HasImagesCallback() local 1221 auto callbackImpl = std::make_shared<WebviewHasImageCallback>(env, nullptr, deferred); in HasImagesPromise() local [all …]
|
| D | napi_webview_controller.cpp | 2519 auto callbackImpl = std::make_shared<NWebValueCallbackImpl>(env, onMsgEventFunc, true); in OnMessageEventExt() local 2766 auto callbackImpl = std::make_shared<NWebValueCallbackImpl>(env, onMsgEventFunc, false); in OnMessageEvent() local 5375 WebPrintWriteResultCallback callbackImpl = in ParseWebPrintWriteResultCallback() local
|
| /base/web/webview/interfaces/kits/cj/src/ |
| D | web_cookie_manager.cpp | 132 …auto callbackImpl = std::make_shared<OHOS::NWeb::NWebSaveCookieCallbackImpl>(CJLambda::Create(call… in CjSaveCookie() local
|
| D | webview_controller_impl.cpp | 345 auto callbackImpl = std::make_shared<WebviewJavaScriptExecuteCallback>(callbackRef); in RunJavaScript() local 358 auto callbackImpl = std::make_shared<WebviewJavaScriptExtExecuteCallback>(callbackRef); in RunJavaScriptExt() local 649 auto callbackImpl = std::make_shared<NWeb::NWebStoreWebArchiveCallback>(); in StoreWebArchiveCallback() local 1021 auto callbackImpl = std::make_shared<WebviewHasImageCallback>(callbackRef); in HasImagesCallback() local 1371 … auto callbackImpl = std::make_shared<NWebCreateNativeMediaPlayerCallbackImpl>(nwebId_, callback); in OnCreateNativeMediaPlayer() local 1379 auto callbackImpl = std::make_shared<OHOS::NWeb::NWebPrecompileCallback>(); in PrecompileJavaScript() local
|
| D | webview_message_ffi.cpp | 109 auto callbackImpl = std::make_shared<NWebMessageCallbackImpl>(onMsgEventFunc); in FfiOHOSWebMessagePortOnMessageEvent() local 124 auto callbackImpl = std::make_shared<NWebWebMessageExtCallbackImpl>(onMsgEventFunc); in FfiOHOSWebMessagePortOnMessageEventExt() local
|
| /base/web/webview/ohos_adapter/net_connect_adapter/src/ |
| D | net_connect_adapter_impl.cpp | 144 sptr<NetConnectCallbackImpl> callbackImpl = new (std::nothrow) NetConnectCallbackImpl(cb); in RegisterNetConnCallback() local
|
| /base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/Coverage/ |
| D | accesstoken_kit_coverage_test.cpp | 501 std::shared_ptr<TokenSyncCallback> callbackImpl = std::make_shared<TokenSyncCallback>(ptr); variable
|
| /base/usb/usb_manager/services/native/src/ |
| D | usb_host_manager.cpp | 906 sptr<UsbTransferCallbackImpl> callbackImpl = new UsbTransferCallbackImpl(cb); in UsbSubmitTransfer() local 921 sptr<UsbdTransferCallbackImpl> callbackImpl = new UsbdTransferCallbackImpl(cb); in UsbSubmitTransfer() local
|