Searched refs:SetRadioValue (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | radio_modifier.cpp | 253 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 D | radio_model_ng.h | 75 static void SetRadioValue(FrameNode* frameNode, const std::string& value);
|
H A D | radio_model_ng.cpp | 253 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 D | radio_value_test_ng.cpp | 962 * @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 D | style_modifier.cpp | 12237 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 36 milliseconds