Home
last modified time | relevance | path

Searched defs:nextValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_common_def.inl57 void ConvertToJSValuesImpl(std::vector<JSRef<JSVal>>& result, T&& value, V&& nextValue, Args&&... a…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_polygon.cpp237 int32_t nextValue = 0; in GetPath() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c821 FILLP_ULONG nextValue; in FillpAdaptSysArchRwsemTryrdwait() local
837 FILLP_ULONG nextValue; in FillpAdaptSysArchRwsemTrywrwait() local
853 FILLP_ULONG nextValue; in FillpAdaptSysArchRwsemRdPost() local
866 FILLP_ULONG nextValue; in FillpAdaptSysArchRwsemWrPost() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp1321 float nextValue = value_ + static_cast<float>(stepCount) * step; in MoveStep() local