Searched refs:UnwrapContext (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 266 static std::unique_ptr<SendableImageAsyncContext> UnwrapContext(napi_env env, napi_callback_info info,
in UnwrapContext() function 376 std::unique_ptr<SendableImageAsyncContext> context = UnwrapContext(env, info);
in JSGetClipRect() 402 std::unique_ptr<SendableImageAsyncContext> context = UnwrapContext(env, info);
in JsGetSize() 428 std::unique_ptr<SendableImageAsyncContext> context = UnwrapContext(env, info);
in JsGetFormat() 455 std::unique_ptr<SendableImageAsyncContext> context = UnwrapContext(env, info);
in JsGetTimestamp() 509 auto context = UnwrapContext(env, info, &argc, argv);
in JsRelease() 708 auto context = UnwrapContext(env, info, &argc, argv);
in JsGetComponent()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 268 static std::unique_ptr<ImageAsyncContext> UnwrapContext(napi_env env, napi_callback_info info, in UnwrapContext() function 385 std::unique_ptr<ImageAsyncContext> context = UnwrapContext(env, info); in JSGetClipRect() 411 std::unique_ptr<ImageAsyncContext> context = UnwrapContext(env, info); in JsGetSize() 437 std::unique_ptr<ImageAsyncContext> context = UnwrapContext(env, info); in JsGetFormat() 464 std::unique_ptr<ImageAsyncContext> context = UnwrapContext(env, info); in JsGetTimestamp() 518 auto context = UnwrapContext(env, info, &argc, argv, true); in JsRelease() 719 auto context = UnwrapContext(env, info, &argc, argv); in JsGetComponent()
|
H A D | metadata_napi.cpp | 421 static std::unique_ptr<MetadataNapiAsyncContext> UnwrapContext(napi_env env, napi_callback_info info) in UnwrapContext() function 550 std::unique_ptr<MetadataNapiAsyncContext> asyncContext = UnwrapContext(env, info); in GetProperties()
|
H A D | image_source_napi.cpp | 1870 static std::unique_ptr<ImageSourceAsyncContext> UnwrapContext(napi_env env, napi_callback_info info) in UnwrapContext() function 2116 std::unique_ptr<ImageSourceAsyncContext> asyncContext = UnwrapContext(env, info); in GetImageProperty()
|
Completed in 9 milliseconds