Home
last modified time | relevance | path

Searched refs:CreateForDescriptor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.h44 static JSValue CreateForDescriptor(JSValue getter, JSValue render);
H A Ddescriptor_utils.cpp36 JSValue DescriptorUtils::CreateForDescriptor(JSValue getter, JSValue render) in CreateForDescriptor() function in OHOS::ACELite::DescriptorUtils
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Drender_module.cpp145 return DescriptorUtils::CreateForDescriptor(args[0], args[1]); in LoopRender()