Searched refs:ResetProgressValue (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_progress_bridge.h | 27 static ArkUINativeModuleValue ResetProgressValue(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_progress_bridge.cpp | 110 ArkUINativeModuleValue ProgressBridge::ResetProgressValue(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetProgressValue() function in OHOS::Ace::NG::ProgressBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4671 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 D | progress_modifier.cpp | 74 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 D | style_modifier.cpp | 6176 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 D | arkComponent.js | 24361 getUINativeModule().progress.ResetProgressValue(node);
|
Completed in 58 milliseconds