Home
last modified time | relevance | path

Searched refs:FailCallback (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/
H A Dability_kit.h22 typedef int32_t (*FailCallback)(const void *data, uint16_t dataLength, uint16_t errorCode); typedef
38 static int32_t RegisterReceiver(const char *bundleName, SuccessCallback success, FailCallback fail,
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dability_kit.cpp20 int32_t AbilityKit::RegisterReceiver(const char *bundleName, SuccessCallback success, FailCallback fail, in RegisterReceiver()
60 int32_t RegisterReceiver(const char *bundleName, SuccessCallback success, FailCallback fail) in RegisterReceiver()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_provider.cpp117 void ImageProvider::FailCallback(const std::string& key, const std::string& errorMsg, bool sync) in FailCallback() function in OHOS::Ace::NG::ImageProvider
127 ctx->FailCallback(errorMsg); in FailCallback()
133 ctx->FailCallback(errorMsg); in FailCallback()
175 FailCallback(src.GetKey(), src.ToString() + errorMessage, sync); in CreateImageObjHelper()
181 FailCallback(src.GetKey(), "Failed to load image data", sync); in CreateImageObjHelper()
191 FailCallback(src.GetKey(), "Failed to build image object", sync); in CreateImageObjHelper()
374 FailCallback(key, "Failed to decode image"); in MakeCanvasImageHelper()
H A Danimated_image_object.cpp43 ctx->FailCallback("failed to create animated image"); in MakeCanvasImage()
H A Dpixel_map_image_object.cpp29 ctx->FailCallback("pixmap is null when PixelMapImageObject try MakeCanvasImage"); in MakeCanvasImage()
H A Dimage_loading_context.cpp293 FailCallback("The length of imageData from netStack is not positive"); in DownloadImageSuccess()
300 FailCallback("After download successful, imageObject Create fail"); in DownloadImageSuccess()
310 FailCallback(errorMessage); in DownloadImageFailed()
396 void ImageLoadingContext::FailCallback(const std::string& errorMsg) in FailCallback() function in OHOS::Ace::NG::ImageLoadingContext
H A Dimage_provider.h128 static void FailCallback(const std::string& key, const std::string& errorMsg, bool sync = false);
H A Dimage_loading_context.h92 void FailCallback(const std::string& errorMsg);
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loading_context.cpp65 void ImageLoadingContext::FailCallback(const std::string& errorMsg) in FailCallback() function in OHOS::Ace::NG::ImageLoadingContext
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h739 static void FailCallback(const JSIValue thisVal, const JSIValue args, int32_t errCode, const char * const errDesc);
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_test_ng.cpp295 imagePattern->altLoadingCtx_->FailCallback(""); in HWTEST_F()
300 imagePattern->loadingCtx_->FailCallback(""); in HWTEST_F()
333 imagePattern->loadingCtx_->FailCallback(""); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp1145 void JSI::FailCallback(const JSIValue thisVal, const JSIValue args, int32_t errCode, const char * const errDesc) in FailCallback() function in OHOS::ACELite::JSI
/foundation/arkui/ace_engine/test/unittest/core/image_provider/
H A Dimage_provider_test_ng.cpp1203 * @tc.desc: Test FailCallback
1213 ctx->FailCallback("test error"); in HWTEST_F()
1219 * @tc.desc: Test FailCallback
1229 ctx->FailCallback("test error"); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/image/
H A Dimage_provider_test_ng.cpp1194 * @tc.desc: Test FailCallback
1204 ctx->FailCallback("test error"); in HWTEST_F()
1210 * @tc.desc: Test FailCallback
1220 ctx->FailCallback("test error"); in HWTEST_F()

Completed in 14 milliseconds