Searched refs:ERR_RESOURCE_UNAVAILABLE (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_pixel_map_napi.cpp | 330 context->status = ERR_RESOURCE_UNAVAILABLE; in STATIC_COMPLETE_FUNC() 1320 ERR_RESOURCE_UNAVAILABLE), IMG_CREATE_CREATE_ASYNC_WORK(env, status, "ReadPixelsToBufferGeneralError", in ReadPixelsToBuffer() 1366 ImageNapiUtils::ThrowExceptionError(env, ERR_RESOURCE_UNAVAILABLE, in ReadPixelsToBufferSync() 1424 ERR_RESOURCE_UNAVAILABLE), IMG_CREATE_CREATE_ASYNC_WORK(env, status, "ReadPixelsGeneralError", in ReadPixels() 1467 ImageNapiUtils::ThrowExceptionError(env, ERR_RESOURCE_UNAVAILABLE, in ReadPixelsSync() 1522 ERR_RESOURCE_UNAVAILABLE), IMG_CREATE_CREATE_ASYNC_WORK(env, status, "WritePixelsGeneralError", in WritePixels() 1564 ImageNapiUtils::ThrowExceptionError(env, ERR_RESOURCE_UNAVAILABLE, in WritePixelsSync() 1623 ERR_RESOURCE_UNAVAILABLE), IMG_CREATE_CREATE_ASYNC_WORK(env, status, "WriteBufferToPixelsGeneralError", in WriteBufferToPixels() 1669 ImageNapiUtils::ThrowExceptionError(env, ERR_RESOURCE_UNAVAILABLE, in WriteBufferToPixelsSync() 1772 ERR_RESOURCE_UNAVAILABLE), IMG_CREATE_CREATE_ASYNC_WOR in GetImageInfo() [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 448 context->status = ERR_RESOURCE_UNAVAILABLE; in STATIC_COMPLETE_FUNC() 1710 ERR_RESOURCE_UNAVAILABLE), IMG_CREATE_CREATE_ASYNC_WORK(env, status, "ReadPixelsToBufferGeneralError", in ReadPixelsToBuffer() 1755 ImageNapiUtils::ThrowExceptionError(env, ERR_RESOURCE_UNAVAILABLE, in ReadPixelsToBufferSync() 1813 ERR_RESOURCE_UNAVAILABLE), IMG_CREATE_CREATE_ASYNC_WORK(env, status, "ReadPixelsGeneralError", in ReadPixels() 1854 ImageNapiUtils::ThrowExceptionError(env, ERR_RESOURCE_UNAVAILABLE, in ReadPixelsSync() 1909 ERR_RESOURCE_UNAVAILABLE), IMG_CREATE_CREATE_ASYNC_WORK(env, status, "WritePixelsGeneralError", in WritePixels() 1949 ImageNapiUtils::ThrowExceptionError(env, ERR_RESOURCE_UNAVAILABLE, in WritePixelsSync() 2007 ERR_RESOURCE_UNAVAILABLE), IMG_CREATE_CREATE_ASYNC_WORK(env, status, "WriteBufferToPixelsGeneralError", in WriteBufferToPixels() 2052 ImageNapiUtils::ThrowExceptionError(env, ERR_RESOURCE_UNAVAILABLE, in WriteBufferToPixelsSync() 2159 ERR_RESOURCE_UNAVAILABLE), IMG_CREATE_CREATE_ASYNC_WOR in GetImageInfo() [all...] |
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | pixel_map_impl.cpp | 189 return ERR_RESOURCE_UNAVAILABLE; in ToSdr()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | media_errors.h | 162 const int32_t ERR_RESOURCE_UNAVAILABLE = 501; // Resource Unavailable member
|
Completed in 10 milliseconds