Home
last modified time | relevance | path

Searched defs:CHECK_NULL_RETURN (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/common/include/
H A Ddm_log.h47 #define CHECK_NULL_RETURN(ptr, ret) \ macro
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/log/include/
H A Ddaudio_log.h50 #define CHECK_NULL_RETURN(ptr, ret) \ macro
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddh_log.h29 #define CHECK_NULL_RETURN(cond, ret, ...) \ macro
H A Ddistributed_hardware_log.h67 #define CHECK_NULL_RETURN(cond, ret, ...) \ macro
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer_state_machine.cpp65 #define CHECK_NULL_RETURN(value, ret, printfString) \ macro
H A Dliteplayer.cpp69 #define CHECK_NULL_RETURN(value, ret, printfString) \ macro
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_log.h57 #define CHECK_NULL_RETURN(ptr, ret) \ macro
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Ddistributed_hardware_log.h73 #define CHECK_NULL_RETURN(cond, ret, ...) \ macro
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
H A Dplatform_assert.h77 #define CHECK_NULL_RETURN(ptr, ret) CHECK_AND_RETURN((ptr) == NULL, ret) macro
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_assert.h55 #define CHECK_NULL_RETURN(ptr, ret) CHECK_AND_RETURN((ptr) == NULL, ret) macro
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/
H A Dplayer_demux.cpp30 #define CHECK_NULL_RETURN(value, printfString) \ macro
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_audio_sink.cpp33 #define CHECK_NULL_RETURN(value, ret, printfString) \ macro
H A Dplayer_video_sink.cpp40 #define CHECK_NULL_RETURN(value, ret, printfString) \ macro
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.h32 #define CHECK_NULL_RETURN(ptr, ret) \ macro