Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Daction_sheet_model_impl.h25 void SetAction(GestureEventFunc&& eventFunc, ActionSheetInfo& sheetInfo) override;
H A Daction_sheet_model_impl.cpp44 void ActionSheetModelImpl::SetAction(GestureEventFunc&& eventFunc, ActionSheetInfo& sheetInfo) in SetAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/action_sheet/
H A Daction_sheet_model_ng.h26 void SetAction(GestureEventFunc&& eventFunc, ActionSheetInfo& sheetInfo) override;
H A Daction_sheet_model.h31 virtual void SetAction(GestureEventFunc&& eventFunc, ActionSheetInfo& sheetInfo) = 0;
H A Daction_sheet_model_ng.cpp58 void ActionSheetModelNG::SetAction(GestureEventFunc&& eventFunc, ActionSheetInfo& sheetInfo) in SetAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp71 ActionSheetInfo ParseSheetInfo(const JsiExecutionContext& execContext, JSRef<JSVal> val) in ParseSheetInfo()
73 ActionSheetInfo sheetInfo; in ParseSheetInfo()
356 std::vector<ActionSheetInfo> sheetsInfo; in Show()
394 std::vector<ActionSheetInfo> sheetsInfo; in Show()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_properties.h167 struct ActionSheetInfo { struct
263 std::vector<ActionSheetInfo> sheetsInfo;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.h362 RefPtr<FrameNode> BuildSheet(const std::vector<ActionSheetInfo>& sheets);
363 RefPtr<FrameNode> BuildSheetItem(const ActionSheetInfo& item);
H A Ddialog_pattern.cpp912 RefPtr<FrameNode> DialogPattern::BuildSheetItem(const ActionSheetInfo& item) in BuildSheetItem()
1007 RefPtr<FrameNode> DialogPattern::BuildSheet(const std::vector<ActionSheetInfo>& sheets) in BuildSheet()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp281 ActionSheetInfo info;
776 vector<ActionSheetInfo> sheetItems = {
777 ActionSheetInfo {
1149 vector<ActionSheetInfo> sheetItems = {
1150 ActionSheetInfo {
1154 ActionSheetInfo {},
H A Ddialog_test_ng.cpp105 vector<ActionSheetInfo> sheetItems = {
106 ActionSheetInfo {
110 ActionSheetInfo {
114 ActionSheetInfo {