Home
last modified time | relevance | path

Searched refs:ERROR_NULL_POINTER (Results 1 - 25 of 114) sorted by relevance

12345

/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp119 CHKPR(keyEvent, ERROR_NULL_POINTER); in OnInjectKeyEvent()
157 CHKPR(inputEventNormalizeHandler, ERROR_NULL_POINTER); in OnInjectKeyEvent()
171 CHKPR(keyEvent, ERROR_NULL_POINTER); in OnGetFunctionKeyState()
181 CHKPR(device, ERROR_NULL_POINTER); in OnSetFunctionKeyState()
189 CHKPR(keyEvent, ERROR_NULL_POINTER); in OnSetFunctionKeyState()
205 CHKPR(pointerEvent, ERROR_NULL_POINTER); in OnInjectPointerEvent()
251 CHKPR(pointerEvent, ERROR_NULL_POINTER); in OnInjectPointerEventExt()
256 CHKPR(inputEventNormalizeHandler, ERROR_NULL_POINTER); in OnInjectPointerEventExt()
284 CHKPR(pointerEvent, ERROR_NULL_POINTER); in OnInjectPointerEventExt()
331 CHKPR(displayInfo, ERROR_NULL_POINTER); in AccelerateMotion()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dscreen_output/
H A Ddscreen_output_plugin.cpp79 TRUE_RETURN_V_MSG_E((!controller_), Status::ERROR_NULL_POINTER, "Controller is nullptr."); in Prepare()
104 TRUE_RETURN_V_MSG_E((!controller_), Status::ERROR_NULL_POINTER, "Controller is nullptr."); in GetParameter()
110 TRUE_RETURN_V_MSG_E((!controller_), Status::ERROR_NULL_POINTER, "Controller is nullptr."); in SetParameter()
119 TRUE_RETURN_V_MSG_E((!controller_), Status::ERROR_NULL_POINTER, "Controller is nullptr."); in Start()
131 TRUE_RETURN_V_MSG_E((!controller_), Status::ERROR_NULL_POINTER, "Controller is nullptr."); in Stop()
140 TRUE_RETURN_V_MSG_E((!cb), Status::ERROR_NULL_POINTER, "SetCallback failed, cb is nullptr."); in SetCallback()
155 TRUE_RETURN_V_MSG_E((buffer == nullptr || buffer->IsEmpty()), Status::ERROR_NULL_POINTER, in PushData()
157 TRUE_RETURN_V_MSG_E((!controller_), Status::ERROR_NULL_POINTER, "Controller is nullptr."); in PushData()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dreference_parser_manager.cpp73 FALSE_RETURN_V_MSG_E(referenceParser_ != nullptr, Status::ERROR_NULL_POINTER, "Reference parser is nullptr"); in ParserNalUnits()
79 FALSE_RETURN_V_MSG_E(referenceParser_ != nullptr, Status::ERROR_NULL_POINTER, "Reference parser is nullptr"); in ParserExtraData()
85 FALSE_RETURN_V_MSG_E(referenceParser_ != nullptr, Status::ERROR_NULL_POINTER, "Reference parser is nullptr"); in ParserSdtpData()
91 FALSE_RETURN_V_MSG_E(referenceParser_ != nullptr, Status::ERROR_NULL_POINTER, "Reference parser is nullptr"); in GetFrameLayerInfo()
97 FALSE_RETURN_V_MSG_E(referenceParser_ != nullptr, Status::ERROR_NULL_POINTER, "Reference parser is nullptr"); in GetFrameLayerInfo()
103 FALSE_RETURN_V_MSG_E(referenceParser_ != nullptr, Status::ERROR_NULL_POINTER, "Reference parser is nullptr"); in GetGopLayerInfo()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp235 CHKPR(event, ERROR_NULL_POINTER); in OnEventDeviceAdded()
237 CHKPR(device, ERROR_NULL_POINTER); in OnEventDeviceAdded()
249 CHKPR(event, ERROR_NULL_POINTER); in OnEventDeviceRemoved()
251 CHKPR(device, ERROR_NULL_POINTER); in OnEventDeviceRemoved()
340 CHKPR(keyEvent, ERROR_NULL_POINTER); in HandleKeyboardEvent()
341 CHKPR(event, ERROR_NULL_POINTER); in HandleKeyboardEvent()
422 CHKPR(keyEvent, ERROR_NULL_POINTER); in HandleMouseEvent()
431 CHKPR(pointerEvent, ERROR_NULL_POINTER); in HandleMouseEvent()
487 CHKPR(event, ERROR_NULL_POINTER); in HandleTouchPadEvent()
489 CHKPR(touchpad, ERROR_NULL_POINTER); in HandleTouchPadEvent()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_buffer_pool.cpp45 FALSE_RETURN_V_MSG(codecBuffer != nullptr, Status::ERROR_NULL_POINTER, "Create codec buffer failed"); in UseBuffers()
66 FALSE_RETURN_V_MSG_E(codecComp_ != nullptr, Status::ERROR_NULL_POINTER, "Codec component is null."); in FreeBuffers()
67 FALSE_RETURN_V_MSG_E(codecBuffer != nullptr, Status::ERROR_NULL_POINTER, "Codec buffer is null."); in FreeBuffers()
69 FALSE_RETURN_V_MSG_E(omxBuffer != nullptr, Status::ERROR_NULL_POINTER, "Omx buffer is null."); in FreeBuffers()
H A Dcodec_buffer.cpp121 FALSE_RETURN_V_MSG_E(memory_ != nullptr, Status::ERROR_NULL_POINTER, "Call pluginBuffer->GetMemory() failed."); in Rebind()
126 FALSE_RETURN_V_MSG_E(surfaceBuf != nullptr, Status::ERROR_NULL_POINTER, "GetSurfaceBuffer failed"); in Rebind()
128 FALSE_RETURN_V_MSG_E(bufferHandle != nullptr, Status::ERROR_NULL_POINTER, "GetBufferHandle failed"); in Rebind()
164 FALSE_RETURN_V_MSG_E(memory_ != nullptr, Status::ERROR_NULL_POINTER, "Param memory_ is nullptr"); in Unbind()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.cpp189 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in SetSource()
262 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in Read()
303 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in GetSize()
328 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in SeekTo()
350 FALSE_RETURN_V(downloader != nullptr, Status::ERROR_NULL_POINTER); in SeekToTime()
375 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in GetDuration()
383 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in GetBitRates()
390 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in SelectBitRate()
401 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in GetDownloadInfo()
409 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in GetPlaybackInfo()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
H A Dhttp_source_plugin.cpp163 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in SetSource()
184 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in Read()
209 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in GetSize()
226 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in SeekToPos()
236 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in SeekToTime()
256 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in GetDuration()
264 FALSE_RETURN_V(downloader_ != nullptr, Status::ERROR_NULL_POINTER); in GetBitRates()
/foundation/multimodalinput/input/service/crown_transform_processor/src/
H A Dcrown_transform_processor.cpp86 CHKPR(event, ERROR_NULL_POINTER); in NormalizeRotateEvent()
89 CHKPR(device, ERROR_NULL_POINTER); in NormalizeRotateEvent()
98 CHKPR(rawPointerEvent, ERROR_NULL_POINTER); in NormalizeRotateEvent()
128 CHKPR(inputEventNormalizeHandler, ERROR_NULL_POINTER); in NormalizeRotateEvent()
163 CHKPR(rawPointerEvent, ERROR_NULL_POINTER); in HandleCrownRotateBeginAndUpdate()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dswitch_event_input_subscribe_manager.cpp50 CHKPR(callback, ERROR_NULL_POINTER); in SubscribeSwitchEvent()
114 CHKPR(event, ERROR_NULL_POINTER); in OnSubscribeSwitchEventCallback()
126 CHKPR(callback, ERROR_NULL_POINTER); in OnSubscribeSwitchEventCallback()
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Daudio_sink.cpp61 FALSE_RETURN_V(plugin_ != nullptr, Status::ERROR_NULL_POINTER); in Init()
62 FALSE_RETURN_V(meta != nullptr, Status::ERROR_NULL_POINTER); in Init()
105 FALSE_RETURN_V(meta != nullptr, Status::ERROR_NULL_POINTER); in SetParameter()
108 FALSE_RETURN_V(plugin_ != nullptr, Status::ERROR_NULL_POINTER); in SetParameter()
237 return Status::ERROR_NULL_POINTER; in SetVolume()
576 return Status::ERROR_NULL_POINTER; in SetSpeed()
593 return Status::ERROR_NULL_POINTER; in SetAudioEffectMode()
603 return Status::ERROR_NULL_POINTER; in GetAudioEffectMode()
677 FALSE_RETURN_V(plugin_ != nullptr, Status::ERROR_NULL_POINTER); in ChangeTrack()
678 FALSE_RETURN_V(meta != nullptr, Status::ERROR_NULL_POINTER); in ChangeTrack()
[all...]
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp95 CHKPR(data, ERROR_NULL_POINTER); in HandleMotionInner()
96 CHKPR(pointerEvent_, ERROR_NULL_POINTER); in HandleMotionInner()
110 CHKPR(displayInfo, ERROR_NULL_POINTER); in HandleMotionInner()
175 CHKPR(data, ERROR_NULL_POINTER); in HandleButtonInner()
176 CHKPR(event, ERROR_NULL_POINTER); in HandleButtonInner()
177 CHKPR(pointerEvent_, ERROR_NULL_POINTER); in HandleButtonInner()
228 CHKPR(displayInfo, ERROR_NULL_POINTER); in HandleButtonInner()
252 CHKPR(data, ERROR_NULL_POINTER); in HandleButtonValueInner()
253 CHKPR(pointerEvent_, ERROR_NULL_POINTER); in HandleButtonValueInner()
314 CHKPR(data, ERROR_NULL_POINTER); in HandleAxisInner()
[all...]
/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp47 CHKPR(delegateTasks_, ERROR_NULL_POINTER); in OnPostSyncTask()
100 CHKPR(summary.cb, ERROR_NULL_POINTER); in AddHandler()
115 CHKPR(interceptorHandler, ERROR_NULL_POINTER); in AddHandler()
122 CHKPR(monitorHandler, ERROR_NULL_POINTER); in AddHandler()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/dscreen_input_test/
H A Ddscreen_input_test.cpp64 EXPECT_EQ(Status::ERROR_NULL_POINTER, ret); in HWTEST_F()
75 EXPECT_EQ(Status::ERROR_NULL_POINTER, ret); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Dhttp_curl_client.cpp54 FALSE_RETURN_V(easyHandle_ != nullptr, Status::ERROR_NULL_POINTER); in Open()
122 FALSE_RETURN_V(easyHandle_ != nullptr, Status::ERROR_NULL_POINTER); in RequestData()
141 FALSE_RETURN_V(easyHandle_ != nullptr, Status::ERROR_NULL_POINTER); in RequestData()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dscreen_input/
H A Ddscreen_input_plugin.cpp119 return Status::ERROR_NULL_POINTER; in PushData()
125 return Status::ERROR_NULL_POINTER; in PushData()
132 return Status::ERROR_NULL_POINTER; in PushData()
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dvideo_resize_filter_unit_test.cpp84 EXPECT_EQ(ret, Status::ERROR_NULL_POINTER); in HWTEST_F()
117 EXPECT_EQ(ret, Status::ERROR_NULL_POINTER); in HWTEST_F()
120 EXPECT_EQ(ret, Status::ERROR_NULL_POINTER); in HWTEST_F()
128 EXPECT_EQ(ret, Status::ERROR_NULL_POINTER); in HWTEST_F()
142 EXPECT_EQ(ret, Status::ERROR_NULL_POINTER); in HWTEST_F()
/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp214 CHKPR(pointerEvent, ERROR_NULL_POINTER); in SendFingerprintCancelEvent()
234 CHKPR(event, ERROR_NULL_POINTER); in HandleFingerprintEvent()
252 CHKPR(event, ERROR_NULL_POINTER); in AnalyseKeyEvent()
254 CHKPR(keyEvent, ERROR_NULL_POINTER); in AnalyseKeyEvent()
262 CHKPR(pointerEvent, ERROR_NULL_POINTER); in AnalyseKeyEvent()
323 CHKPR(rawPointerEvent, ERROR_NULL_POINTER); in AnalysePointEvent()
327 CHKPR(pointerEvent, ERROR_NULL_POINTER); in AnalysePointEvent()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dscreen_output_test/
H A Ddscreen_output_test.cpp63 EXPECT_EQ(Status::ERROR_NULL_POINTER, ret); in HWTEST_F()
80 EXPECT_EQ(Status::ERROR_NULL_POINTER, ret); in HWTEST_F()
94 EXPECT_EQ(Status::ERROR_NULL_POINTER, ret); in HWTEST_F()
127 EXPECT_EQ(Status::ERROR_NULL_POINTER, ret); in HWTEST_F()
143 EXPECT_EQ(Status::ERROR_NULL_POINTER, ret); in HWTEST_F()
157 EXPECT_EQ(Status::ERROR_NULL_POINTER, ret); in HWTEST_F()
319 EXPECT_EQ(Status::ERROR_NULL_POINTER, ret); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/test/av_transport_input_filter_test/
H A Dav_transport_input_filter_test.cpp127 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, ret); in HWTEST_F()
131 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, ret); in HWTEST_F()
152 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, ret); in HWTEST_F()
197 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, ret); in HWTEST_F()
201 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, ret); in HWTEST_F()
222 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, ret); in HWTEST_F()
476 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, ret); in HWTEST_F()
490 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, ret); in HWTEST_F()
526 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, ret); in HWTEST_F()
553 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, re in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp186 FALSE_RETURN_V_MSG_E(source_ != nullptr, Status::ERROR_NULL_POINTER, "Source is nullptr"); in StartReferenceParser()
188 FALSE_RETURN_V_MSG_E(demuxerPluginManager_ != nullptr, Status::ERROR_NULL_POINTER, "Plugin manager is nullptr"); in StartReferenceParser()
190 FALSE_RETURN_V_MSG_E(plugin != nullptr, Status::ERROR_NULL_POINTER, "Demuxer plugin is nullptr"); in StartReferenceParser()
231 FALSE_RETURN_V_MSG_E(videoSample != nullptr, Status::ERROR_NULL_POINTER, "VideoSample is nullptr"); in GetFrameLayerInfo()
232 FALSE_RETURN_V_MSG_E(source_ != nullptr, Status::ERROR_NULL_POINTER, "Source is nullptr"); in GetFrameLayerInfo()
233 FALSE_RETURN_V_MSG_E(demuxerPluginManager_ != nullptr, Status::ERROR_NULL_POINTER, "Plugin manager is nullptr"); in GetFrameLayerInfo()
235 FALSE_RETURN_V_MSG_E(plugin != nullptr, Status::ERROR_NULL_POINTER, "Demuxer plugin is nullptr"); in GetFrameLayerInfo()
238 if (ret == Status::ERROR_NULL_POINTER && parserRefInfoTask_ != nullptr) { in GetFrameLayerInfo()
246 FALSE_RETURN_V_MSG_E(source_ != nullptr, Status::ERROR_NULL_POINTER, "Source is nullptr"); in GetFrameLayerInfo()
247 FALSE_RETURN_V_MSG_E(demuxerPluginManager_ != nullptr, Status::ERROR_NULL_POINTER, "Plugi in GetFrameLayerInfo()
[all...]
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp85 CHKPR(cb, ERROR_NULL_POINTER); in PostSyncTask()
110 CHKPR(callback, ERROR_NULL_POINTER); in PostAsyncTask()
/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp49 CHKPR(keyEvent, ERROR_NULL_POINTER); in Normalize()
53 CHKPR(data, ERROR_NULL_POINTER); in Normalize()
56 CHKPR(device, ERROR_NULL_POINTER); in Normalize()
/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp261 EXPECT_EQ(ret, ERROR_NULL_POINTER); in HWTEST_F()
265 EXPECT_EQ(ret2, ERROR_NULL_POINTER); in HWTEST_F()
299 EXPECT_EQ(ret, ERROR_NULL_POINTER); in HWTEST_F()
306 EXPECT_EQ(ret2, ERROR_NULL_POINTER); in HWTEST_F()
/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp162 CHKPR(event, ERROR_NULL_POINTER); in SerializeInputEvent()
176 CHKPR(event, ERROR_NULL_POINTER); in DeserializeInputEvent()
214 CHKPR(event, ERROR_NULL_POINTER); in Marshalling()
285 CHKPR(event, ERROR_NULL_POINTER); in DeserializePressedButtons()
320 CHKPR(event, ERROR_NULL_POINTER); in DeserializePointerIds()
434 CHKPR(event, ERROR_NULL_POINTER); in MarshallingEnhanceData()
504 CHKPR(event, ERROR_NULL_POINTER); in MarshallingEnhanceData()

Completed in 17 milliseconds

12345