Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_model.h33 using CounterEventFunc = std::function<void()>; variable
36 virtual void SetOnInc(CounterEventFunc&& onInc) = 0;
37 virtual void SetOnDec(CounterEventFunc&& onDec) = 0;
H A Dcounter_model_ng.h28 void SetOnInc(CounterEventFunc&& onInc) override;
29 void SetOnDec(CounterEventFunc&& onDec) override;
H A Dcounter_model_ng.cpp160 void CounterModelNG::SetOnInc(CounterEventFunc&& onInc) in SetOnInc()
178 void CounterModelNG::SetOnDec(CounterEventFunc&& onDec) in SetOnDec()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcounter_model_impl.h26 void SetOnInc(CounterEventFunc&& onInc) override;
27 void SetOnDec(CounterEventFunc&& onDec) override;
H A Dcounter_model_impl.cpp44 void CounterModelImpl::SetOnInc(CounterEventFunc&& onInc) in SetOnInc()
50 void CounterModelImpl::SetOnDec(CounterEventFunc&& onDec) in SetOnDec()