Home
last modified time | relevance | path

Searched refs:ResetProgressValue (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_progress_bridge.h27 static ArkUINativeModuleValue ResetProgressValue(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_progress_bridge.cpp110 ArkUINativeModuleValue ProgressBridge::ResetProgressValue(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetProgressValue() function in OHOS::Ace::NG::ProgressBridge
H A Darkts_native_api_impl_bridge.cpp4671 progress->Set(vm, panda::StringRef::NewFromUtf8(vm, "ResetProgressValue"), in RegisterProgressAttributes()
4672 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ProgressBridge::ResetProgressValue)); in RegisterProgressAttributes()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dprogress_modifier.cpp74 void ResetProgressValue(ArkUINodeHandle node) in ResetProgressValue() function
429 static const ArkUIProgressModifier modifier = { SetProgressValue, ResetProgressValue, SetProgressGradientColor, in GetProgressModifier()
438 static const CJUIProgressModifier modifier = { SetProgressValue, ResetProgressValue, SetProgressGradientColor, in GetCJUIProgressModifier()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp6176 void ResetProgressValue(ArkUI_NodeHandle node) in ResetProgressValue() function
13352 static Resetter* resetters[] = { ResetProgressValue, ResetProgressTotal, ResetProgressColor, ResetProgressType }; in ResetProgressAttribute()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js24361 getUINativeModule().progress.ResetProgressValue(node);

Completed in 58 milliseconds