Searched refs:SetRadioGroup (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | radio_modifier.cpp | 275 void SetRadioGroup(ArkUINodeHandle node, ArkUI_CharPtr value)
in SetRadioGroup() function 279 RadioModelNG::SetRadioGroup(frameNode, std::string(value));
in SetRadioGroup() 286 RadioModelNG::SetRadioGroup(frameNode, "");
in ResetRadioGroup() 320 SetRadioGroup, ResetRadioGroup, GetRadioGroup, SetRadioOptions };
in GetRadioModifier() 331 SetRadioGroup, ResetRadioGroup, GetRadioGroup };
in GetCJUIRadioModifier()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_model_ng.h | 77 static void SetRadioGroup(FrameNode* frameNode, const std::string& value);
|
H A D | radio_model_ng.cpp | 271 void RadioModelNG::SetRadioGroup(FrameNode* frameNode, const std::string& value) in SetRadioGroup() 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 973 radioModelNG.SetRadioGroup(AceType::RawPtr(radioNode), RADIO_VALUE); in HWTEST_F() 982 radioModelNGEx.SetRadioGroup(AceType::RawPtr(radioNode), EMPTY_VALUE); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 12261 int32_t SetRadioGroup(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetRadioGroup() function 13643 static Setter* setters[] = { SetRadioChecked, SetRadioStyle, SetRadioValue, SetRadioGroup }; in SetRadioAttribute()
|
Completed in 27 milliseconds