Searched refs:BuildMsgOnError (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_packer_napi.cpp | 205 static void BuildMsgOnError(ImagePackerAsyncContext* ctx, bool assertion, in BuildMsgOnError() function 274 BuildMsgOnError(context, false, "Packing start packing failed", in STATIC_EXEC_FUNC() 319 BuildMsgOnError(context, false, "Packing failed", in STATIC_EXEC_FUNC() 837 BuildMsgOnError(context, (argc < PARAM1 || argc > PARAM4), in ParserPackToFileArguments() 843 BuildMsgOnError(context, context->rImageSource != nullptr, in ParserPackToFileArguments() 847 BuildMsgOnError(context, context->rPixelMap != nullptr, in ParserPackToFileArguments() 852 BuildMsgOnError(context, context->rPicture != nullptr, in ParserPackToFileArguments() 861 BuildMsgOnError(context, in ParserPackToFileArguments() 875 BuildMsgOnError(context, context->rImageSource == nullptr, in SetPicture() 920 BuildMsgOnError(context, context->rImageSource == nullptr, in STATIC_EXEC_FUNC() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/ |
H A D | color_picker_napi.cpp | 58 static void BuildMsgOnError(napi_env env, 361 … BuildMsgOnError(env, asyncContext, EFFECT_NOT_NULL(asyncContext->rPixelMap), "Pixmap mismatch"); in InitializeAsyncContext() 363 BuildMsgOnError(env, asyncContext, false, "image type mismatch"); in InitializeAsyncContext() 378 BuildMsgOnError(env, asyncContext, false, "fail to parse coordinates"); in ProcessCallbackAndCoordinates() 1124 void BuildMsgOnError(napi_env env, in BuildMsgOnError() function
|
H A D | filter_napi.cpp | 71 void BuildMsgOnError(napi_env env, const std::unique_ptr<FilterAsyncContext>& ctx, in BuildMsgOnError() function 435 …BuildMsgOnError(env, ctx, EFFECT_IS_OK(status), "FilterNapi: GetPixelMapAsync parse input failed"); in GetPixelMapAsync() 437 …BuildMsgOnError(env, ctx, (ctx->filterNapi != nullptr), "FilterNapi: GetPixelMapAsync filter is nu… in GetPixelMapAsync()
|