Searched refs:GetViewModel (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | input_checkbox_component.cpp | 72 clickListener_ = new ViewOnClickListener(GetViewModel(), funcValue, isStopPropagation); in RegisterPrivateEventListener() 119 clickListener_ = new ViewOnClickListener(GetViewModel(), UNDEFINED, true); in DealEvent()
|
H A D | switch_component.cpp | 102 clickListener_ = new ViewOnClickListener(GetViewModel(), funcValue, isStopPropagation); in RegisterPrivateEventListener() 120 clickListener_ = new ViewOnClickListener(GetViewModel(), UNDEFINED, true); in PostRender()
|
H A D | input_radio_component.cpp | 85 clickListener_ = new ViewOnClickListener(GetViewModel(), funcValue, isStopPropagation); in RegisterPrivateEventListener() 131 clickListener_ = new ViewOnClickListener(GetViewModel(), UNDEFINED, true); in DealEvent()
|
H A D | component.h | 143 JSValue GetViewModel() const in GetViewModel() function
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | app_style_manager.cpp | 188 expressionValue = JSFunction::Call(propValue, curr.GetViewModel(), nullptr, 0); in HandleDynamicStyle()
|