Home
last modified time | relevance | path

Searched defs:buttonType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_dialog.cpp169 void UIDialog::SetButton(DialogButtonType buttonType, const char* text, UIView::OnClickListener* li… in SetButton()
218 void UIDialog::AddButton(DialogButtonType buttonType, in AddButton()
578 void UIDialog::SetButtonColor(DialogButtonType buttonType, ColorType color) in SetButtonColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h113 void setComponentButtonType(const ComponentButtonType& buttonType) in setComponentButtonType()
229 static std::string ConvertButtonTypeToString(ButtonType buttonType) in ConvertButtonTypeToString()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_dialog/
H A Dui_test_dialog.cpp36 TestUIDialogButtonListener(UIDialog::DialogButtonType buttonType, UILabel* label) in TestUIDialogButtonListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.h76 StepperButtonType buttonType = StepperButtonType::NONE; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp343 ReminderRequest::ActionButtonType buttonType = ReminderRequest::ActionButtonType::CLOSE; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp77 int32_t buttonType = static_cast<int32_t>(ReminderRequest::ActionButtonType::INVALID); in GenActionButtons() local
98 std::shared_ptr<ReminderRequest>& reminder, const char* str, int32_t buttonType) in HandleActionButtonTitle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1057 uint8_t buttonType = static_cast<uint8_t>(button.first); in MarshallingActionButton() local
1175 uint8_t buttonType = static_cast<uint8_t>(ActionButtonType::INVALID); in ReadActionButtonFromParcel() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp1450 JSObjectTemplate buttonType; in JsRegisterFormViews() local
1651 JSObjectTemplate buttonType; in JsRegisterViews() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h26 std::string buttonType; member
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp2083 const ReminderRequest::ActionButtonType buttonType) in CheckNeedNotifyStatus()