Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp184 for (auto customBuilderValue : asyncCtx_->customBuilderList) { in DeleteRef()
185 if (customBuilderValue == nullptr) { in DeleteRef()
188 napi_delete_reference(asyncCtx_->env, customBuilderValue); in DeleteRef()
365 for (auto customBuilderValue: dragCtx->customBuilderList) { in StartDragInternal()
367 napi_get_reference_value(dragCtx->env, customBuilderValue, &cb); in StartDragInternal()
1169 napi_value customBuilderValue; in ParsePixelMapAndBuilder() local
1170 napi_get_named_property(asyncCtx->env, element, "builder", &customBuilderValue); in ParsePixelMapAndBuilder()
1172 napi_typeof(asyncCtx->env, customBuilderValue, &valueType); in ParsePixelMapAndBuilder()
1178 napi_create_reference(asyncCtx->env, customBuilderValue, 1, &ref); in ParsePixelMapAndBuilder()

Completed in 4 milliseconds