Searched refs:SetGaugeValue (Results 1 – 4 of 4) sorted by relevance
27 void SetGaugeValue(ArkUINodeHandle node, ArkUI_Float32 value) in SetGaugeValue() function245 static const ArkUIGaugeModifier modifier = { SetGaugeValue, ResetGaugeValue, SetGaugeStartAngle, in GetGaugeModifier()257 static const CJUIGaugeModifier modifier = { SetGaugeValue, ResetGaugeValue, SetGaugeStartAngle, in GetCJUIGaugeModifier()
24 static ArkUINativeModuleValue SetGaugeValue(ArkUIRuntimeCallInfo* runtimeCallInfo);
249 ArkUINativeModuleValue GaugeBridge::SetGaugeValue(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetGaugeValue() function in OHOS::Ace::NG::GaugeBridge
4398 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GaugeBridge::SetGaugeValue)); in RegisterGaugeAttributes()