Searched refs:customBuilderValue (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 179 for (auto customBuilderValue : asyncCtx_->customBuilderList) { in DeleteRef() local 180 if (customBuilderValue == nullptr) { in DeleteRef() 183 napi_delete_reference(asyncCtx_->env, customBuilderValue); in DeleteRef() 361 for (auto customBuilderValue: dragCtx->customBuilderList) { in StartDragInternal() local 363 napi_get_reference_value(dragCtx->env, customBuilderValue, &cb); in StartDragInternal() 1134 napi_value customBuilderValue; in ParsePixelMapAndBuilder() local 1135 napi_get_named_property(asyncCtx->env, element, "builder", &customBuilderValue); in ParsePixelMapAndBuilder() 1137 napi_typeof(asyncCtx->env, customBuilderValue, &valueType); in ParsePixelMapAndBuilder() 1143 napi_create_reference(asyncCtx->env, customBuilderValue, 1, &ref); in ParsePixelMapAndBuilder()
|