Home
last modified time | relevance | path

Searched refs:GetViewModel (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_checkbox_component.cpp72 clickListener_ = new ViewOnClickListener(GetViewModel(), funcValue, isStopPropagation); in RegisterPrivateEventListener()
119 clickListener_ = new ViewOnClickListener(GetViewModel(), UNDEFINED, true); in DealEvent()
H A Dswitch_component.cpp102 clickListener_ = new ViewOnClickListener(GetViewModel(), funcValue, isStopPropagation); in RegisterPrivateEventListener()
120 clickListener_ = new ViewOnClickListener(GetViewModel(), UNDEFINED, true); in PostRender()
H A Dinput_radio_component.cpp85 clickListener_ = new ViewOnClickListener(GetViewModel(), funcValue, isStopPropagation); in RegisterPrivateEventListener()
131 clickListener_ = new ViewOnClickListener(GetViewModel(), UNDEFINED, true); in DealEvent()
H A Dcomponent.h143 JSValue GetViewModel() const in GetViewModel() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp188 expressionValue = JSFunction::Call(propValue, curr.GetViewModel(), nullptr, 0); in HandleDynamicStyle()