Home
last modified time | relevance | path

Searched refs:targetRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_event_tdd_test.cpp849 JSValue targetRef = JSObject::Get(refs, name); in GetComponent() local
850 if (JSUndefined::Is(targetRef)) { in GetComponent()
853 UIView *target = ComponentUtils::GetViewFromBindingObject(targetRef); in GetComponent()
855 JSRelease(targetRef); in GetComponent()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp903 const auto targetRef = ecs_->GetEntityManager().GetReferenceCounted(targetEntity); in CreateAnimationTrack() local
917 trackHandle->target = targetRef; in CreateAnimationTrack()