Home
last modified time | relevance | path

Searched refs:ReportEventStartFailed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.h56 static void ReportEventStartFailed(ImageEffect_ErrorCode errorCode, const char *errorMsg);
H A Dimage_effect.cpp557 … NativeCommonUtils::ReportEventStartFailed(errorCode, "OH_ImageEffect_Start: imageEffect is null"); in OH_ImageEffect_Start()
565 NativeCommonUtils::ReportEventStartFailed(res, "OH_ImageEffect_Start fail!"); in OH_ImageEffect_Start()
H A Dnative_common_utils.cpp322 void NativeCommonUtils::ReportEventStartFailed(ImageEffect_ErrorCode errorCode, const char *errorMs… in ReportEventStartFailed() function in OHOS::Media::Effect::NativeCommonUtils