Searched refs:HasError (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-jsvm-error.md | 71 OH_JSVM_CreateStringUtf8(env, "HasError", JSVM_AUTO_LENGTH, &errorMessage); 95 JSVM error message: HasError, error code: -1 350 OH_JSVM_CreateStringUtf8(env, "HasError", JSVM_AUTO_LENGTH, &errorMessage); 393 OH_JSVM_CreateStringUtf8(env, "HasError", JSVM_AUTO_LENGTH, &errorMessage); 435 OH_JSVM_CreateStringUtf8(env, "HasError", JSVM_AUTO_LENGTH, &errorMessage);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | heif_box.cpp | 219 if (reader.HasError()) { in MakeFromReader() 261 while (!reader.IsAtEnd() && !reader.HasError()) { in ReadChildren()
|
H A D | basic_box.cpp | 28 for (uint64_t i = 0; i < compatibleBrandNum && !reader.HasError(); i++) { in ParseContent()
|
H A D | item_property_box.cpp | 95 for (uint32_t i = 0; i < entryNum && !reader.HasError() && !reader.IsAtEnd(); i++) { in ParseContent()
|
H A D | item_property_hvcc_box.cpp | 49 for (int unitIndex = 0; unitIndex < nalUnitNum && !reader.HasError(); ++unitIndex) { in ParseNalUnitArray() 93 for (int arrayIndex = 0; arrayIndex < nalArrayNum && !reader.HasError(); ++arrayIndex) { in ParseContent()
|
H A D | item_data_box.cpp | 93 if (!reader.HasError()) { in ParseContent()
|
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/ |
H A D | raw_param.h | 37 bool HasError();
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/ |
H A D | heif_stream.h | 89 [[nodiscard]] bool HasError() const in HasError() function
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/ |
H A D | heif_hw_decoder.cpp | 491 while (!eos && !HasError()) { in SendInputBufferLoop() 620 while (!HasError() && (outputTimeoutCnt < MAX_TIMEOUT_CNT)) { in ReceiveOutputBufferLoop() 657 bool HeifHardwareDecoder::HasError() in HasError() function in OHOS::ImagePlugin::HeifHardwareDecoder
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/ |
H A D | heif_hw_decoder.h | 76 bool HasError();
|
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/ |
H A D | raw_param.cpp | 129 bool RawParam::HasError() in HasError() function in OHOS::HiviewDFX::RawParam
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-error.md | 70 OH_JSVM_CreateStringUtf8(env, "HasError", JSVM_AUTO_LENGTH, &errorMessage); 94 JSVM error message: HasError, error code: -1 349 OH_JSVM_CreateStringUtf8(env, "HasError", JSVM_AUTO_LENGTH, &errorMessage); 392 OH_JSVM_CreateStringUtf8(env, "HasError", JSVM_AUTO_LENGTH, &errorMessage); 434 OH_JSVM_CreateStringUtf8(env, "HasError", JSVM_AUTO_LENGTH, &errorMessage);
|