Home
last modified time | relevance | path

Searched defs:radioEventHub (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_accessibility_property.cpp41 auto radioEventHub = frameNode->GetEventHub<NG::RadioEventHub>(); in GetText() local
H A Dradio_pattern.h148 auto radioEventHub = host->GetEventHub<NG::RadioEventHub>(); in ToJsonValue() local
H A Dradio_pattern.cpp68 auto radioEventHub = frameNode->GetEventHub<NG::RadioEventHub>(); in OnDetachFromFrameNode() local
515 auto radioEventHub = GetEventHub<RadioEventHub>(); in UpdateUncheckStatus() local
698 auto radioEventHub = GetEventHub<RadioEventHub>(); in UpdateGroupCheckStatus() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/
H A Dradio_test_ng.cpp1236 auto radioEventHub = frameNode->GetEventHub<NG::RadioEventHub>(); variable