Home
last modified time | relevance | path

Searched refs:SetGaugeStartAngle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgauge_modifier.cpp41 void SetGaugeStartAngle(ArkUINodeHandle node, ArkUI_Float32 value) in SetGaugeStartAngle() function
245 static const ArkUIGaugeModifier modifier = { SetGaugeValue, ResetGaugeValue, SetGaugeStartAngle, in GetGaugeModifier()
257 static const CJUIGaugeModifier modifier = { SetGaugeValue, ResetGaugeValue, SetGaugeStartAngle, in GetCJUIGaugeModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_gauge_bridge.h26 static ArkUINativeModuleValue SetGaugeStartAngle(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_gauge_bridge.cpp277 ArkUINativeModuleValue GaugeBridge::SetGaugeStartAngle(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetGaugeStartAngle() function in OHOS::Ace::NG::GaugeBridge
H A Darkts_native_api_impl_bridge.cpp4402 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GaugeBridge::SetGaugeStartAngle)); in RegisterGaugeAttributes()