Home
last modified time | relevance | path

Searched refs:CHECK_REF_PTR_IS_NULL (Results 1 – 25 of 72) sorted by relevance

123

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp79 if (CHECK_REF_PTR_IS_NULL(nweb)) { in SetNWeb()
198 if (!CHECK_REF_PTR_IS_NULL(params)) { in OnFileSelectorShow()
214 if (!CHECK_REF_PTR_IS_NULL(error)) { in OnResourceLoadError()
223 if (CHECK_REF_PTR_IS_NULL(request)) { in OnPermissionRequest()
370 if (CHECK_REF_PTR_IS_NULL(result)) { in OnAlertDialogByJS()
382 if (CHECK_REF_PTR_IS_NULL(result)) { in OnBeforeUnloadByJS()
394 if (CHECK_REF_PTR_IS_NULL(result)) { in OnPromptDialogByJS()
472 if (CHECK_REF_PTR_IS_NULL(event)) { in OnPreKeyEvent()
486 if (CHECK_REF_PTR_IS_NULL(info)) { in OnCursorChange()
533 if (CHECK_REF_PTR_IS_NULL(opt)) { in OnDragAndDropData()
[all …]
H A Dark_web_largest_contentful_paint_details_wrapper.cpp29 if (CHECK_REF_PTR_IS_NULL(ark_web_largest_contentful_paint_details_)) { in GetNavigationStartTime()
38 if (CHECK_REF_PTR_IS_NULL(ark_web_largest_contentful_paint_details_)) { in GetLargestImagePaintTime()
47 if (CHECK_REF_PTR_IS_NULL(ark_web_largest_contentful_paint_details_)) { in GetLargestTextPaintTime()
56 if (CHECK_REF_PTR_IS_NULL(ark_web_largest_contentful_paint_details_)) { in GetLargestImageLoadStartTime()
65 if (CHECK_REF_PTR_IS_NULL(ark_web_largest_contentful_paint_details_)) { in GetLargestImageLoadEndTime()
74 if (CHECK_REF_PTR_IS_NULL(ark_web_largest_contentful_paint_details_)) { in GetImageBPP()
H A Dark_web_engine_wrapper.cpp35 if (CHECK_REF_PTR_IS_NULL(ark_web_engine)) { in GetInstance()
57 if (CHECK_REF_PTR_IS_NULL(ark_web_nweb)) { in CreateNWeb()
67 if (CHECK_REF_PTR_IS_NULL(ark_web_nweb)) { in GetNWeb()
77 if (CHECK_REF_PTR_IS_NULL(ark_web_data_base)) { in GetDataBase()
87 if (CHECK_REF_PTR_IS_NULL(ark_web_web_storage)) { in GetWebStorage()
97 if (CHECK_REF_PTR_IS_NULL(ark_web_cookie_manager)) { in GetCookieManager()
107 if (CHECK_REF_PTR_IS_NULL(ark_web_download_manager)) { in GetDownloadManager()
245 if (CHECK_REF_PTR_IS_NULL(ark_web_adsblock_manager)) { in GetAdsBlockManager()
H A Dark_web_first_meaningful_paint_details_wrapper.cpp29 if (CHECK_REF_PTR_IS_NULL(ark_web_first_meaningful_paint_details_)) { in GetNavigationStartTime()
38 if (CHECK_REF_PTR_IS_NULL(ark_web_first_meaningful_paint_details_)) { in GetFirstMeaningfulPaintTime()
H A Dark_web_create_native_media_player_callback_impl.cpp35 if (!CHECK_REF_PTR_IS_NULL(mediaInfo)) { in OnCreate()
40 if (!CHECK_REF_PTR_IS_NULL(handler)) { in OnCreate()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_adapter_helper_wrapper.cpp89 if (CHECK_REF_PTR_IS_NULL(adapter)) { in CreateAafwkAdapter()
100 if (CHECK_REF_PTR_IS_NULL(adapter)) { in CreatePowerMgrClientAdapter()
111 if (CHECK_REF_PTR_IS_NULL(adapter)) { in CreateDisplayMgrAdapter()
122 if (CHECK_REF_PTR_IS_NULL(adapter)) { in CreateBatteryClientAdapter()
133 if (CHECK_REF_PTR_IS_NULL(adapter)) { in CreateNetConnectAdapter()
156 if (CHECK_REF_PTR_IS_NULL(adapter)) { in CreateAudioRendererAdapter()
167 if (CHECK_REF_PTR_IS_NULL(adapter)) { in CreateAudioCapturerAdapter()
190 if (CHECK_REF_PTR_IS_NULL(adapter)) { in CreateMMIAdapter()
201 if (CHECK_REF_PTR_IS_NULL(adapter)) { in CreateSocPerfClientAdapter()
214 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetResourceAdapter()
[all …]
H A Dark_encoder_callback_adapter_impl.cpp37 if (CHECK_REF_PTR_IS_NULL(format)) { in OnStreamChanged()
46 if (CHECK_REF_PTR_IS_NULL(buffer)) { in OnNeedInputData()
56 if (CHECK_REF_PTR_IS_NULL(info) && CHECK_REF_PTR_IS_NULL(buffer)) { in OnNeedOutputData()
58 } else if (!CHECK_REF_PTR_IS_NULL(info) && !CHECK_REF_PTR_IS_NULL(buffer)) { in OnNeedOutputData()
61 } else if (CHECK_REF_PTR_IS_NULL(info)) { in OnNeedOutputData()
H A Dark_location_instance_wrapper.cpp39 if (CHECK_REF_PTR_IS_NULL(ref)) { in CreateLocationProxyAdapter()
49 if (CHECK_REF_PTR_IS_NULL(ref)) { in CreateLocationRequestConfig()
H A Dark_net_conn_callback_impl.cpp50 if (CHECK_REF_PTR_IS_NULL(capabilites)) { in OnNetCapabilitiesChanged()
61 if (CHECK_REF_PTR_IS_NULL(properties)) { in OnNetConnectionPropertiesChanged()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp30 if (CHECK_REF_PTR_IS_NULL(listener)) { in Attach()
40 if (CHECK_REF_PTR_IS_NULL(listener) && CHECK_REF_PTR_IS_NULL(config)) { in Attach()
42 } else if (!CHECK_REF_PTR_IS_NULL(listener) && !CHECK_REF_PTR_IS_NULL(config)) { in Attach()
45 } else if (CHECK_REF_PTR_IS_NULL(listener)) { in Attach()
71 if (CHECK_REF_PTR_IS_NULL(cursorInfo)) { in OnCursorUpdate()
H A Dark_camera_manager_adapter_impl.cpp32 if (CHECK_REF_PTR_IS_NULL(cameraStatusCallback)) { in Create()
130 if (CHECK_REF_PTR_IS_NULL(listener) && CHECK_REF_PTR_IS_NULL(captureParams)) { in StartStream()
132 } else if (!CHECK_REF_PTR_IS_NULL(listener) && !CHECK_REF_PTR_IS_NULL(captureParams)) { in StartStream()
136 } else if (CHECK_REF_PTR_IS_NULL(listener)) { in StartStream()
H A Dark_audio_capturer_adapter_impl.cpp34 if (CHECK_REF_PTR_IS_NULL(capturerOptions)) { in Create()
58 if (CHECK_REF_PTR_IS_NULL(callback)) { in SetCapturerReadCallback()
67 if (CHECK_REF_PTR_IS_NULL(bufferDesc)) { in GetBufferDesc()
75 if (CHECK_REF_PTR_IS_NULL(bufferDesc)) { in Enqueue()
H A Dark_audio_system_manager_adapter_impl.cpp42 if (CHECK_REF_PTR_IS_NULL(audioInterrupt)) { in RequestAudioFocus()
50 if (CHECK_REF_PTR_IS_NULL(audioInterrupt)) { in AbandonAudioFocus()
59 if (CHECK_REF_PTR_IS_NULL(callback)) { in SetAudioManagerInterruptCallback()
86 if (CHECK_REF_PTR_IS_NULL(callback)) { in SetDeviceChangeCallback()
H A Dark_audio_info_adapter_wrapper.cpp30 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetMicCapInfo()
40 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetInnerCapInfo()
50 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetAudioEncInfo()
H A Dark_media_codec_decoder_adapter_impl.cpp42 if (CHECK_REF_PTR_IS_NULL(format)) { in ConfigureDecoder()
50 if (CHECK_REF_PTR_IS_NULL(format)) { in SetParameterDecoder()
99 if (CHECK_REF_PTR_IS_NULL(format)) { in GetOutputFormatDec()
112 if (CHECK_REF_PTR_IS_NULL(callback)) { in SetCallbackDec()
H A Dark_imftext_config_adapter_wrapper.cpp32 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetInputAttribute()
41 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetCursorInfo()
50 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetSelectionRange()
H A Dark_screen_capture_config_adapter_wrapper.cpp44 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetAudioInfo()
54 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetVideoInfo()
64 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetRecorderInfo()
H A Dark_media_avsession_adapter_impl.cpp42 if (!(CHECK_REF_PTR_IS_NULL(callbackAdapter))) { in RegistCallback()
65 if (CHECK_REF_PTR_IS_NULL(metadata)) { in SetMetadata()
79 if (CHECK_REF_PTR_IS_NULL(position)) { in SetPlaybackPosition()
H A Dark_mmi_adapter_impl.cpp35 if (CHECK_REF_PTR_IS_NULL(eventCallback)) { in RegisterMMIInputListener()
49 if (CHECK_REF_PTR_IS_NULL(listener)) { in RegisterDevListener()
77 if (CHECK_REF_PTR_IS_NULL(info)) { in GetDeviceInfo()
H A Dark_audio_renderer_adapter_impl.cpp34 if (CHECK_REF_PTR_IS_NULL(options)) { in Create()
83 if (CHECK_REF_PTR_IS_NULL(callback)) { in SetAudioRendererCallback()
103 if (CHECK_REF_PTR_IS_NULL(callback)) { in SetAudioOutputChangeCallback()
H A Dark_video_info_adapter_wrapper.cpp30 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetVideoCapInfo()
40 if (CHECK_REF_PTR_IS_NULL(adapter)) { in GetVideoEncInfo()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_cookie_manager_impl.cpp37 if (CHECK_REF_PTR_IS_NULL(callback)) { in Store()
54 if (CHECK_REF_PTR_IS_NULL(callback)) { in SetCookie()
70 if (CHECK_REF_PTR_IS_NULL(callback)) { in ExistCookies()
86 if (CHECK_REF_PTR_IS_NULL(callback)) { in ReturnCookie()
98 if (CHECK_REF_PTR_IS_NULL(callback)) { in ConfigCookie()
109 if (CHECK_REF_PTR_IS_NULL(callback)) { in DeleteSessionCookies()
119 if (CHECK_REF_PTR_IS_NULL(callback)) { in DeleteCookieEntirely()
161 if (CHECK_REF_PTR_IS_NULL(callback)) { in GetCookieAsync()
180 if (CHECK_REF_PTR_IS_NULL(callback)) { in SetCookieAsync()
H A Dark_web_nweb_impl.cpp206 if (CHECK_REF_PTR_IS_NULL(callback)) { in ExecuteJavaScript()
279 if (CHECK_REF_PTR_IS_NULL(handler)) { in SetNWebHandler()
341 if (CHECK_REF_PTR_IS_NULL(callback)) { in SetNWebJavaScriptResultCallBack()
377 if (CHECK_REF_PTR_IS_NULL(callback)) { in StoreWebArchive()
411 if (CHECK_REF_PTR_IS_NULL(callback)) { in SetPortMessageCallback()
472 if (CHECK_REF_PTR_IS_NULL(callback)) { in HasImages()
581 if (CHECK_REF_PTR_IS_NULL(callback)) { in RegisterScreenLockFunction()
880 if (CHECK_REF_PTR_IS_NULL(callback)) { in ExecuteJavaScriptExt()
914 if (CHECK_REF_PTR_IS_NULL(callback)) { in OnCreateNativeMediaPlayer()
1030 if (CHECK_REF_PTR_IS_NULL(callback)) { in PutSpanstringConvertHtmlCallback()
[all …]
H A Dark_web_web_storage_impl.cpp37 if (CHECK_REF_PTR_IS_NULL(callback)) { in GetOrigins()
52 if (CHECK_REF_PTR_IS_NULL(callback)) { in GetOriginQuota()
68 if (CHECK_REF_PTR_IS_NULL(callback)) { in GetOriginUsage()
H A Dark_web_nweb_create_info_wrapper.cpp57 if (CHECK_REF_PTR_IS_NULL(ark_web_engine_init_args)) { in GetEngineInitArgs()
68 if (CHECK_REF_PTR_IS_NULL(ark_web_output_frame_callback)) { in GetOutputFrameCallback()

123