Lines Matching refs:componentContent
333 ArkUIMixedNode(ArkUI_NodeHandle handle, napi_env env, napi_ref componentContent)
334 : ArkUIBaseNode(handle), env_(env), componentContent_(componentContent) {}
385 napi_ref componentContent, napi_ref nodeContent)
386 …: ArkUIMixedNode(handle, env, componentContent), contentHandle_(contentHandle), nodeContent_(nodeC…
560 napi_value componentContent = nullptr;
561 napi_get_named_property(g_env, result, "content", &componentContent);
563 OH_ArkUI_GetNodeHandleFromNapiValue(g_env, componentContent, &handle);
573 napi_create_reference(g_env, componentContent, 1, &componentContentRef);
597 napi_value componentContent = nullptr;
598 napi_get_reference_value(g_env, componentContent_, &componentContent);
602 napi_value argv[3] = {componentContent, nodeContent, refreshAttribute};