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 D | image_napi_utils.cpp | 38 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 D | metadata_napi.cpp | 243 IMG_NAPI_CHECK_RET(IMG_IS_READY(status, thisVar), undefineVar); in Constructor()
|
H A D | auxiliary_picture_napi.cpp | 162 IMG_NAPI_CHECK_RET(IMG_IS_READY(status, thisVar), undefineVar); in Constructor()
|
H A D | image_creator_napi.cpp | 309 IMG_NAPI_CHECK_RET(CheckArgs(args), ic.result); in JSCommonProcess()
|
H A D | image_receiver_napi.cpp | 385 IMG_NAPI_CHECK_RET(CheckArgs(args), ic.result); in JSCommonProcess()
|
H A D | picture_napi.cpp | 307 IMG_NAPI_CHECK_RET(IMG_IS_READY(status, thisVar), undefineVar); in Constructor()
|
H A D | pixel_map_napi.cpp | 859 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 D | image_napi_utils.h | 36 #define IMG_NAPI_CHECK_RET(x, res) \ macro
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_receiver_napi.cpp | 383 IMG_NAPI_CHECK_RET(CheckArgs(args), ic.result); in JSCommonProcess()
|
H A D | sendable_pixel_map_napi.cpp | 533 IMG_NAPI_CHECK_RET(IMG_IS_READY(status, thisVar), undefineVar); in Constructor() 538 IMG_NAPI_CHECK_RET(IMG_NOT_NULL(pPixelMapNapi), undefineVar); in Constructor()
|