Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h130 constexpr char ATTR_FREEZE[] = "freeze"; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp100 freeze_ = JSObject::GetBoolean(attrs, ATTR_FREEZE); in Component()