/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 149 int button = data.ReadInt32(); in OnPressButtonInner() local 152 stub->OnPressButton(RawAddress(addr), button, result); in OnPressButtonInner() local 160 int button = data.ReadInt32(); in OnReleaseButtonInner() local 163 stub->OnReleaseButton(RawAddress(addr), button, result); in OnReleaseButtonInner() local
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 888 PressButton(const RawAddress &device, int32_t button) PressButton() argument 903 ReleaseButton(const RawAddress &device, int32_t button) ReleaseButton() argument [all...] |
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 180 uint32_t button = libinput_event_pointer_get_button(data); in HandleButtonInner() local 248 HandleButtonValueInner(struct libinput_event_pointer *data, uint32_t button, int32_t type) HandleButtonValueInner() argument 802 HandleTouchpadRightButton(struct libinput_event_pointer *data, const int32_t evenType, uint32_t &button) HandleTouchpadRightButton() argument 825 HandleTouchpadLeftButton(struct libinput_event_pointer *data, const int32_t evenType, uint32_t &button) HandleTouchpadLeftButton() argument 855 HandleTouchpadTwoFingerButton(struct libinput_event_pointer *data, const int32_t evenType, uint32_t &button) HandleTouchpadTwoFingerButton() argument 879 TransTouchpadRightButton(struct libinput_event_pointer *data, const int32_t evenType, uint32_t &button) TransTouchpadRightButton() argument [all...] |
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | qt1050.c | 304 struct qt1050_key *button = &ts->keys[0]; in qt1050_apply_fw_data() local 352 struct qt1050_key button; in qt1050_parse_fw() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_codec.h | 139 struct gbaudio_jack button; member
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | button.c | 195 struct acpi_button *button = acpi_driver_data(device); in acpi_lid_notify_state() local 289 struct acpi_button *button = acpi_driver_data(device); acpi_button_add_fs() local 348 struct acpi_button *button = acpi_driver_data(device); acpi_button_remove_fs() local 393 struct acpi_button *button = acpi_driver_data(device); acpi_lid_initialize_state() local 413 struct acpi_button *button; acpi_lid_notify() local 431 struct acpi_button *button; acpi_button_notify() local 475 struct acpi_button *button = acpi_driver_data(device); acpi_button_suspend() local 484 struct acpi_button *button = acpi_driver_data(device); acpi_button_resume() local 499 struct acpi_button *button = acpi_driver_data(device); acpi_lid_input_open() local 511 struct acpi_button *button; acpi_button_add() local 643 struct acpi_button *button = acpi_driver_data(device); acpi_button_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_codec.h | 140 struct gbaudio_jack button; member
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | qt1050.c | 304 struct qt1050_key *button = &ts->keys[0]; in qt1050_apply_fw_data() local 352 struct qt1050_key button; in qt1050_parse_fw() local [all...] |
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_action.h | 362 explicit MouseClick(TouchOp type, const Point &point, const MouseButton &button, int32_t &key1, int32_t &key2) in MouseClick() argument
|
/third_party/glfw/examples/ |
H A D | boing.c | 276 void mouse_button_callback( GLFWwindow* window, int button, int action, int mods ) in mouse_button_callback() argument
|
/third_party/glfw/src/ |
H A D | window.c | 53 int key, button; in _glfwInputWindowFocus() local
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 372 int button; in print_pointer_button_event() local 475 int button; in print_tablet_button_event() local 726 unsigned int button, mod in print_tablet_pad_button_event() local [all...] |
H A D | libinput-debug-tablet.c | 310 unsigned int button = libinput_event_tablet_tool_get_button(t); in handle_tablet_button_event() local
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-buttons.c | 1026 uint32_t current, old, button; tp_post_physical_buttons() local 1116 uint32_t button; tp_clickfinger_set_button() local 1165 tp_notify_clickpadbutton(struct tp_dispatch *tp, uint64_t time, uint32_t button, uint32_t is_topbutton, enum libinput_button_state state) tp_notify_clickpadbutton() argument 1220 uint32_t current, old, button, is_top; tp_post_clickpadbutton_buttons() local [all...] |
H A D | evdev-mt-touchpad-tap.c | 128 int32_t button; in tp_tap_notify() local
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_win32.cpp | 389 int button = 0; in ImGui_ImplWin32_WndProcHandler() local 404 int button = 0; in ImGui_ImplWin32_WndProcHandler() local [all...] |
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | oh_remote_control_event.h | 147 OHNativeXcomponentMouseEventButton button; member
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.cpp | 390 BuildButton( const RefPtr<ButtonComponent>& button, const EventMarker& callbackId, const Edge& edge, bool isAutoFocus) BuildButton() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_view.cpp | 385 auto button = AceType::DynamicCast<FrameNode>(buttons.front()); in UpdateBubbleButtons() local 397 auto button = AceType::DynamicCast<FrameNode>(buttons.front()); in UpdateBubbleButtons() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_common_ffi.h | 177 int32_t button; member
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.cpp | 437 const RefPtr<ButtonComponent> button = AceType::DynamicCast<ButtonComponent>(component); Update() local 635 UpdateDownloadStyles(const RefPtr<ButtonComponent>& button) UpdateDownloadStyles() argument [all...] |
/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow_manager.cpp | 913 ShowActionMenu( const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenu() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/ |
H A D | select_overlay_test_ng.cpp | 3392 auto button = AceType::DynamicCast<FrameNode>(selectOverlayNode->selectMenuInner_->GetLastChild()); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_layout_algorithm.cpp | 204 auto button = layoutWrapper->GetOrCreateChildByIndex(1); in LayoutChild() local 228 LayoutExtensionMenu( LayoutWrapper* layoutWrapper, const RefPtr<LayoutWrapper>& button) LayoutExtensionMenu() argument 245 CheckHideBackOrMoreButton( const RefPtr<LayoutWrapper>& extensionMenu, const RefPtr<LayoutWrapper>& button) CheckHideBackOrMoreButton() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | mouse_event.h | 104 MouseButton button = MouseButton::NONE_BUTTON; member 273 void SetButton(MouseButton button) in SetButton() argument [all...] |