Home
last modified time | relevance | path

Searched refs:ResetPrevLabel (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dstepper_item_modifier.cpp46 void ResetPrevLabel(ArkUINodeHandle node) in ResetPrevLabel() function
50 StepperItemModelNG::ResetPrevLabel(frameNode); in ResetPrevLabel()
74 ResetPrevLabel, in GetStepperItemModifier()
88 ResetPrevLabel, in GetCJUIStepperItemModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_item_model_ng.h30 void ResetPrevLabel() override;
35 static void ResetPrevLabel(FrameNode* frameNode);
H A Dstepper_item_model_ng.cpp49 void StepperItemModelNG::ResetPrevLabel() in ResetPrevLabel() function in OHOS::Ace::NG::StepperItemModelNG
74 void StepperItemModelNG::ResetPrevLabel(FrameNode* frameNode) in ResetPrevLabel() function in OHOS::Ace::NG::StepperItemModelNG
H A Dstepper_item_model.h36 virtual void ResetPrevLabel() {} in ResetPrevLabel() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_stepper_item_bridge.h26 static ArkUINativeModuleValue ResetPrevLabel(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_stepper_item_bridge.cpp62 ArkUINativeModuleValue StepperItemBridge::ResetPrevLabel(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetPrevLabel() function in OHOS::Ace::NG::StepperItemBridge
H A Darkts_native_api_impl_bridge.cpp4075 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), StepperItemBridge::ResetPrevLabel)); in RegisterStepperItemAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_stepper_item.cpp86 StepperItemModel::GetInstance()->ResetPrevLabel(); in SetPrevLabel()