/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/src/ |
H A D | image_sink_processor.cpp | 58 ReportOptFail(DSCREEN_OPT_FAIL, ret, "ReleaseDecoder failed."); in ReleaseImageProcessor() 70 …ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_TRANS_NULL_VALUE, "StartImageProcessor Decoder is nu… in StartImageProcessor() 79 ReportOptFail(DSCREEN_OPT_FAIL, ret, "StartDecoder failed."); in StartImageProcessor() 91 …ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_TRANS_NULL_VALUE, "StopImageProcessor Decoder is nul… in StopImageProcessor() 100 ReportOptFail(DSCREEN_OPT_FAIL, ret, "StopDecoder failed."); in StopImageProcessor() 112 …ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_TRANS_NULL_VALUE, "SetImageSurface Decoder is null."… in SetImageSurface() 119 ReportOptFail(DSCREEN_OPT_FAIL, ret, "SetOutputSurface failed."); in SetImageSurface() 126 ReportOptFail(DSCREEN_OPT_FAIL, ret, "imageJpeg SetOutputSurface failed."); in SetImageSurface() 137 … ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_TRANS_NULL_VALUE, "processImage Decoder is null."); in ProcessImage() 145 ReportOptFail(DSCREEN_OPT_FAIL, ret, "InputScreenData failed."); in ProcessImage() [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/ |
H A D | image_source_processor.cpp | 46 …ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_TRANS_NULL_VALUE, "ReleaseImageProcessor encoder is … in ReleaseImageProcessor() 55 ReportOptFail(DSCREEN_OPT_FAIL, ret, "Release screen encoder failed."); in ReleaseImageProcessor() 67 …ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_TRANS_NULL_VALUE, "StartImageProcessor encoder is nu… in StartImageProcessor() 76 ReportOptFail(DSCREEN_OPT_FAIL, ret, "Start screen encoder failed."); in StartImageProcessor() 88 …ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_TRANS_NULL_VALUE, "StopImageProcessor encoder is nul… in StopImageProcessor() 97 ReportOptFail(DSCREEN_OPT_FAIL, ret, "Stop screen encoder failed."); in StopImageProcessor()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregion.cpp | 112 …ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_SA_DSCREEN_SCREENGION_SETUP_FAILED, "AddWindow faile… in SetUpWindow() 118 ReportOptFail(DSCREEN_OPT_FAIL, ret, "show window failed."); in SetUpWindow() 125 …ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_SA_DSCREEN_SCREENGION_SETUP_FAILED, "get window surf… in SetUpWindow()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/common/test/unittest/src/ |
H A D | screen_common_test.cpp | 62 ReportOptFail(eventName, errCode, errMsg); 71 ReportOptFail(longEventName, errCode, errMsg);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/ |
H A D | screenregion.cpp | 189 …ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_SA_DSCREEN_SCREENGION_SETUP_FAILED, "Add window fail… in ConfigWindow() 195 ReportOptFail(DSCREEN_OPT_FAIL, ret, "Show window failed."); in ConfigWindow() 202 …ReportOptFail(DSCREEN_OPT_FAIL, ERR_DH_SCREEN_SA_DSCREEN_SCREENGION_SETUP_FAILED, "Get window surf… in ConfigWindow()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/ |
H A D | screen_sink_trans.cpp | 242 ReportOptFail(DSCREEN_OPT_FAIL, ret, "dscreen sink Create session failed."); in RegisterChannelListener() 266 ReportOptFail(DSCREEN_OPT_FAIL, ret, "Config image processor failed."); in RegisterProcessorListener()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/ |
H A D | dscreen_hisysevent.h | 40 void ReportOptFail(const std::string &eventName, int32_t errCode, const std::string &errMsg);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/common/src/ |
H A D | dscreen_hisysevent.cpp | 66 void ReportOptFail(const std::string &eventName, int32_t errCode, const std::string &errMsg) in ReportOptFail() function
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/src/ |
H A D | screen_data_channel_impl.cpp | 121 ReportOptFail(DSCREEN_OPT_FAIL, sessionId, "Open data session failed"); in OpenSession() 136 ReportOptFail(DSCREEN_OPT_FAIL, sessionId, "Open jpeg session failed"); in OpenSession()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/ |
H A D | screen_source_trans.cpp | 319 ReportOptFail(DSCREEN_OPT_FAIL, ret, "Config image processor failed."); in RegisterProcessorListener()
|