Home
last modified time | relevance | path

Searched refs:layeredConstructor_ (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Djs_drawable_descriptor_test.cpp90 JsDrawableDescriptor::layeredConstructor_ = (napi_ref)malloc(1000); in HWTEST_F() member in OHOS::Ace::JsDrawableDescriptor
93 free(JsDrawableDescriptor::layeredConstructor_); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Djs_drawable_descriptor.h57 static thread_local napi_ref layeredConstructor_; member in OHOS::Ace::Napi::JsDrawableDescriptor
H A Djs_drawable_descriptor.cpp58 thread_local napi_ref JsDrawableDescriptor::layeredConstructor_; member in OHOS::Ace::Napi::JsDrawableDescriptor
300 NAPI_CALL(env, napi_create_reference(env, cons, 1, &layeredConstructor_)); in InitLayeredDrawable()
322 if (!baseConstructor_ || !layeredConstructor_ || !animatedConstructor_ || !pixelMapConstructor_) { in ToNapi()
343 status = napi_get_reference_value(env, layeredConstructor_, &constructor); in ToNapi()

Completed in 2 milliseconds