Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dabstract_ui.h50 … const std::string txt, std::function<void(AlertDialog &, std::any)> &buttonEvent, std::any ctx) in SetButton() argument
54 buttonEvent(log, ctx); in SetButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp530 auto buttonEvent = closeButton->GetEventHub<ButtonEventHub>(); in SetCloseButtonStatus() local
531 CHECK_NULL_VOID(buttonEvent); in SetCloseButtonStatus()
532 buttonEvent->SetEnabled(isEnabled); in SetCloseButtonStatus()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1398 auto buttonEvent = closeButton->GetEventHub<ButtonEventHub>(); variable
1399 CHECK_NULL_VOID(buttonEvent);
1405 EXPECT_EQ(buttonEvent->IsEnabled(), true);
1411 EXPECT_EQ(buttonEvent->IsEnabled(), false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.cpp379 auto buttonEvent = buttonNode->GetEventHub<ButtonEventHub>(); in InitTitleBarButtonEvent() local
380 CHECK_NULL_VOID(buttonEvent); in InitTitleBarButtonEvent()
381 buttonEvent->SetEnabled(isButtonEnabled); in InitTitleBarButtonEvent()