Home
last modified time | relevance | path

Searched refs:IMG_NAPI_CHECK_RET (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_napi_utils.cpp38 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_named_property(env, root, name, &tempValue)), false); in GetBufferByName()
40 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_arraybuffer_info(env, tempValue, res, len)), false); in GetBufferByName()
49 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_named_property(env, root, name, &tempValue)), false); in GetUint32ByName()
51 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_value_uint32(env, tempValue, res)), false); in GetUint32ByName()
60 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_named_property(env, root, name, &tempValue)), false); in GetInt32ByName()
62 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_value_int32(env, tempValue, res)), false); in GetInt32ByName()
73 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_value_double(env, tempValue, res)), false); in GetDoubleByName()
84 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_value_bool(env, tempValue, res)), false); in GetBoolByName()
91 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_named_property(env, root, name, res)), false); in GetNodeByName()
99 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_value_string_utf8(env, root, nullptr, in GetUtf8String()
[all …]
H A Dmetadata_napi.cpp243 IMG_NAPI_CHECK_RET(IMG_IS_READY(status, thisVar), undefineVar); in Constructor()
H A Dauxiliary_picture_napi.cpp162 IMG_NAPI_CHECK_RET(IMG_IS_READY(status, thisVar), undefineVar); in Constructor()
H A Dimage_creator_napi.cpp309 IMG_NAPI_CHECK_RET(CheckArgs(args), ic.result); in JSCommonProcess()
H A Dimage_receiver_napi.cpp385 IMG_NAPI_CHECK_RET(CheckArgs(args), ic.result); in JSCommonProcess()
H A Dpicture_napi.cpp307 IMG_NAPI_CHECK_RET(IMG_IS_READY(status, thisVar), undefineVar); in Constructor()
H A Dpixel_map_napi.cpp859 IMG_NAPI_CHECK_RET(IMG_IS_READY(status, thisVar), undefineVar); in Constructor()
864 IMG_NAPI_CHECK_RET(IMG_NOT_NULL(pPixelMapNapi), undefineVar); in Constructor()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/include/
H A Dimage_napi_utils.h36 #define IMG_NAPI_CHECK_RET(x, res) \ macro
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_receiver_napi.cpp383 IMG_NAPI_CHECK_RET(CheckArgs(args), ic.result); in JSCommonProcess()
H A Dsendable_pixel_map_napi.cpp533 IMG_NAPI_CHECK_RET(IMG_IS_READY(status, thisVar), undefineVar); in Constructor()
538 IMG_NAPI_CHECK_RET(IMG_NOT_NULL(pPixelMapNapi), undefineVar); in Constructor()