Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dradio_modifier.cpp33 std::string g_radioStrValue; variable
279 g_radioStrValue = RadioModelNG::GetRadioValue(frameNode); in GetSetRadioValue()
280 return g_radioStrValue.c_str(); in GetSetRadioValue()
301 g_radioStrValue = RadioModelNG::GetRadioGroup(frameNode); in GetRadioGroup()
302 return g_radioStrValue.c_str(); in GetRadioGroup()