Home
last modified time | relevance | path

Searched refs:GetButton (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_local_live_view_content.h82 NotificationLocalLiveViewButton GetButton();
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info.cpp152 const std::string& ScanDeviceInfoTCP::GetButton() const in GetButton() function in OHOS::Scan::ScanDeviceInfoTCP
190 parcel.WriteString(GetButton()); in Marshalling()
H A Dscanner_info_helper.cpp56 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_TCP_BUTTON, info.GetButton()); in MakeJsObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_click_function.cpp106 obj->SetProperty<int32_t>("button", static_cast<int32_t>(info.GetButton())); in Execute()
226 obj->SetProperty<int32_t>("button", static_cast<int32_t>(info.GetButton())); in Execute()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_content_test.cpp220 EXPECT_EQ(liveViewContent->GetButton().GetAllButtonNames()[0], "test");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_pattern.cpp425 … if (info.GetButton() == MouseButton::LEFT_BUTTON && info.GetAction() == MouseAction::PRESS) { in HandleMouseEvent()
440 if (info.GetButton() == MouseButton::LEFT_BUTTON && info.GetAction() == MouseAction::RELEASE) { in HandleMouseEvent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_content.cpp63 NotificationLocalLiveViewButton NotificationLocalLiveViewContent::GetButton() in GetButton() function in OHOS::Notification::NotificationLocalLiveViewContent
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h57 [[nodiscard]] const std::string &GetButton() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp266 … if (info.GetButton() == MouseButton::RIGHT_BUTTON && info.GetAction() == MouseAction::RELEASE) { in BindContextMenu()
279 … if (info.GetButton() == MouseButton::RIGHT_BUTTON && info.GetAction() == MouseAction::RELEASE) { in BindContextMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dmouse_event.h276 MouseButton GetButton() const in GetButton() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_interactable_view_ffi.cpp243 cjMouseEvent.button = static_cast<int32_t>(mouseInfo.GetButton()); in FfiOHOSAceFrameworkInteractableViewOnMouse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_view_enhance.cpp295 …sIsForbidMenuEvent_ = info.GetButton() == MouseButton::LEFT_BUTTON || info.GetScreenLocation().IsZ… in BondingMaxBtnInputEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp1084 info.GetLocalLocation().GetY(), info.GetButton(), info.GetAction(), in HandleMouseEvent()
1091 info.GetLocalLocation().GetY(), info.GetButton(), info.GetAction(), in HandleMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1062 …nfo.GetLocalLocation().GetX(), info.GetLocalLocation().GetY(), info.GetAction(), info.GetButton()); in InitMouseEvent()
1144 switch (info.GetButton()) { in HandleMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp950 … if (info.GetButton() == MouseButton::LEFT_BUTTON && info.GetAction() == MouseAction::PRESS) { in InitMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp409 … if (info.GetButton() == MouseButton::LEFT_BUTTON && info.GetAction() == MouseAction::PRESS) { in SetMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp259 if (info.GetButton() != MouseButton::LEFT_BUTTON || info.GetAction() != MouseAction::PRESS) { in HandleDoubleClickEvent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp74 if (!SetButton(env, localLiveViewContent->GetButton(), button)) { in SetNotificationLocalLiveViewContent()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp399 button = scanDevInfoTcp.GetButton(); in TestTCPSetButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1195 (info.GetButton() == MouseButton::LEFT_BUTTON) || in WebOnMouseEvent()
1196 (info.GetButton() == MouseButton::RIGHT_BUTTON)) { in WebOnMouseEvent()
1206 if (info.GetButton() == MouseButton::LEFT_BUTTON && info.GetAction() == MouseAction::RELEASE) { in WebOnMouseEvent()
1224 … localLocation.GetX(), localLocation.GetY(), info.GetButton(), info.GetAction(), SINGLE_CLICK_NUM); in WebOnMouseEvent()
1291 if (info.GetButton() != MouseButton::LEFT_BUTTON || info.GetAction() != MouseAction::PRESS) { in HandleDoubleClickEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1571 … if (info.GetButton() == MouseButton::RIGHT_BUTTON && info.GetAction() == MouseAction::RELEASE) { in BindContextMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1201 … if (info.GetButton() == MouseButton::RIGHT_BUTTON && info.GetAction() == MouseAction::PRESS) { in InitCopy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1258 if (info.GetButton() == MouseButton::LEFT_BUTTON) { in HandleMouseEvent()
1264 } else if (info.GetButton() == MouseButton::RIGHT_BUTTON) { in HandleMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3458 … if (info.GetButton() == MouseButton::LEFT_BUTTON && info.GetAction() == MouseAction::PRESS) { in InitMouseEvent()
3610 if (info.GetButton() == MouseButton::RIGHT_BUTTON) { in HandleMouseEvent()
3612 } else if (info.GetButton() == MouseButton::LEFT_BUTTON) { in HandleMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp3123 if (info.GetButton() == MouseButton::LEFT_BUTTON && in InitScrollBarMouseEvent()

12