Home
last modified time | relevance | path

Searched refs:SetRadioValue (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dradio_modifier.cpp253 void SetRadioValue(ArkUINodeHandle node, ArkUI_CharPtr value) in SetRadioValue() function
257 RadioModelNG::SetRadioValue(frameNode, std::string(value)); in SetRadioValue()
264 RadioModelNG::SetRadioValue(frameNode, ""); in ResetRadioValue()
319 ResetRadioResponseRegion, GetRadioChecked, GetRadioStyle, SetRadioValue, ResetRadioValue, GetSetRadioValue, in GetRadioModifier()
330 ResetRadioResponseRegion, GetRadioChecked, GetRadioStyle, SetRadioValue, ResetRadioValue, GetSetRadioValue, in GetCJUIRadioModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_model_ng.h75 static void SetRadioValue(FrameNode* frameNode, const std::string& value);
H A Dradio_model_ng.cpp253 void RadioModelNG::SetRadioValue(FrameNode* frameNode, const std::string& value) in SetRadioValue() function in OHOS::Ace::NG::RadioModelNG
/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/
H A Dradio_value_test_ng.cpp962 * @tc.desc: Test RadioModelNG::SetRadioValue & SetRadioGroup
972 radioModelNG.SetRadioValue(AceType::RawPtr(radioNode), RADIO_VALUE); in HWTEST_F()
981 radioModelNGEx.SetRadioValue(AceType::RawPtr(radioNode), EMPTY_VALUE); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp12237 int32_t SetRadioValue(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetRadioValue() function
13643 static Setter* setters[] = { SetRadioChecked, SetRadioStyle, SetRadioValue, SetRadioGroup }; in SetRadioAttribute()

Completed in 28 milliseconds