Searched refs:TRUE_RETURN (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | av_trans_log.h | 45 #ifndef TRUE_RETURN 46 #define TRUE_RETURN(exec, fmt, args...) … macro
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | softbus_channel_adapter.cpp | 525 TRUE_RETURN(data == nullptr, "input data is nullptr."); in OnSoftbusBytesReceived() 526 TRUE_RETURN(dataLen == 0, "input dataLen is 0."); in OnSoftbusBytesReceived() 527 TRUE_RETURN(dataLen > DSOFTBUS_INPUT_MAX_RECV_DATA_LEN, "input dataLen is over size."); in OnSoftbusBytesReceived() 547 TRUE_RETURN(data == nullptr, "input data is nullptr."); in OnSoftbusStreamReceived() 548 TRUE_RETURN(ext == nullptr, "input ext data is nullptr."); in OnSoftbusStreamReceived() 555 TRUE_RETURN(listener == nullptr, "Can not find channel listener."); in OnSoftbusStreamReceived() 564 TRUE_RETURN(result == 0, "On softbus channel time sync failed"); in OnSoftbusTimeSyncResult() 628 TRUE_RETURN(listener == nullptr, "input listener is nullptr."); in SendChannelEvent()
|
H A D | av_trans_utils.cpp | 197 TRUE_RETURN(hisAMeta == nullptr, "hisAMeta is null"); in Convert2TransBufferMeta() 207 TRUE_RETURN(hisVMeta == nullptr, "hisAMeta is null"); in Convert2TransBufferMeta()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/ |
H A D | output_controller.cpp | 34 TRUE_RETURN((GetControlStatus() != ControlStatus::START), in PushData() 461 TRUE_RETURN((interval == INVALID_INTERVAL), "Interverl is Invalid."); in CalSleepTime() 500 TRUE_RETURN(!statistician_, "Statistician is nullptr."); in HandleSmoothTime() 502 TRUE_RETURN((interval == INVALID_INTERVAL), "Interval is Invalid."); in HandleSmoothTime() 504 TRUE_RETURN((averTimeStampInterval == INVALID_INTERVAL), "AverTimeStampInterval is Invalid."); in HandleSmoothTime() 555 TRUE_RETURN((ret == HANDLE_FAILED), "Handle result OUTPUT_FRAME failed."); in HandleControlResult() 575 TRUE_RETURN((ret == HANDLE_FAILED), "Handle result REPEAT_FREAM failed."); in HandleControlResult()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/ |
H A D | av_sender_engine.cpp | 643 TRUE_RETURN(avInput_ == nullptr, "av input filter is null"); in NotifyStreamChange() 653 TRUE_RETURN(dhFwkKit_ == nullptr, "dh fwk kit is nullptr."); in NotifyStreamChange() 660 TRUE_RETURN(senderCallback_ == nullptr, "sender callback is nullptr"); in OnChannelEvent() 683 …TRUE_RETURN(!avMessage->UnmarshalMessage(event.content, event.peerDevId), "unmarshal message faile… in OnChannelEvent() 701 TRUE_RETURN(senderCallback_ == nullptr, "sender callback is nullptr"); in OnEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/ |
H A D | av_receiver_engine.cpp | 600 TRUE_RETURN(receiverCallback_ == nullptr, "receiver callback is nullptr."); in OnChannelEvent() 623 …TRUE_RETURN(!avMessage->UnmarshalMessage(event.content, event.peerDevId), "unmarshal message faile… in OnChannelEvent() 641 TRUE_RETURN(receiverCallback_ == nullptr, "receiver callback is nullptr."); in OnEvent() 647 TRUE_RETURN(hisBuffer == nullptr, "hisBuffer is null"); in OnEvent()
|