Searched refs:SetIndicatorIconPath (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | gauge_modifier.cpp | 110 void SetIndicatorIconPath(ArkUINodeHandle node, const char* iconPath, const char* bundleName, const… in SetIndicatorIconPath() function 127 GaugeModelNG::SetIndicatorIconPath(frameNode, iconPathStr, bundleNameStr, moduleNameStr); in SetIndicatorIconPath() 248 SetIndicatorIconPath, ResetIndicatorIconPath, SetIndicatorSpace, ResetIndicatorSpace, in GetGaugeModifier() 260 SetIndicatorIconPath, ResetIndicatorIconPath, SetIndicatorSpace, ResetIndicatorSpace, in GetCJUIGaugeModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_model_ng.h | 51 void SetIndicatorIconPath( 66 static void SetIndicatorIconPath(FrameNode* frameNode,
|
H A D | gauge_model_ng.cpp | 111 void GaugeModelNG::SetIndicatorIconPath( in SetIndicatorIconPath() function in OHOS::Ace::NG::GaugeModelNG 183 void GaugeModelNG::SetIndicatorIconPath(FrameNode* frameNode, in SetIndicatorIconPath() function in OHOS::Ace::NG::GaugeModelNG
|
H A D | gauge_model.h | 47 virtual void SetIndicatorIconPath(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | gauge_model_impl.h | 41 void SetIndicatorIconPath( in SetIndicatorIconPath() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_gauge_ffi.cpp | 252 GaugeModel::GetInstance()->SetIndicatorIconPath(iconPath, bundleName, moduleName); in FfiOHOSAceFrameworkGaugeSetIndicator()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_gauge.cpp | 400 GaugeModel::GetInstance()->SetIndicatorIconPath(iconPath, bundleName, moduleName); in SetIndicator()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/ |
H A D | gauge_test_ng.cpp | 1813 gauge.SetIndicatorIconPath(iconPath, bundleName, moduleName); 1880 gauge.SetIndicatorIconPath(Referenced::RawPtr(frameNode_), iconPath, bundleName, moduleName);
|