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