Home
last modified time | relevance | path

Searched refs:button (Results 226 - 250 of 345) sorted by relevance

12345678910>>...14

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h44 * @brief This struct declares the attributes of the button.
54 uint8_t code_; // The value of the button.
551 * @brief Presses the button.
554 * @param[in] button The value of the key operation. Refer to <b>AvrcKeyOperation</b>
563 int PressButton(const BluetoothRemoteDevice &device, uint8_t button);
566 * @brief Releases the button.
569 * @param[in] button The value of the key operation. Refer to <b>AvrcKeyOperation</b>
578 int ReleaseButton(const BluetoothRemoteDevice &device, uint8_t button);
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-roccat-arvo.c235 static BIN_ATTR(button, 0220, NULL, arvo_sysfs_write_button,
391 roccat_report.button = special_report->event & in arvo_report_to_chrdev()
/kernel/linux/linux-6.6/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c164 .button = {
273 .button = {
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-roccat-arvo.c233 static BIN_ATTR(button, 0220, NULL, arvo_sysfs_write_button,
394 roccat_report.button = special_report->event & in arvo_report_to_chrdev()
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.h362 explicit MouseClick(TouchOp type, const Point &point, const MouseButton &button, int32_t &key1, int32_t &key2) in MouseClick() argument
363 : type_(type), point_(point), button_(button), key1_(key1), key2_(key2) {}; in MouseClick()
/test/xts/acts/communication/btmanager_errorcode401/entry/src/ohosTest/ets/test/
H A DBtMGattAdvertiser401.test.js48 let button = await driver.findComponent(ON.text(text));
49 await button.click();
/test/xts/acts/multimodalinput/input_cpp_standard/
H A Dinput_native_test.cpp301 * @tc.desc: Verify the set and get of mouseEvent button
310 int32_t button = OH_Input_GetMouseEventButton(mouseEvent); in HWTEST_F() local
311 EXPECT_EQ(button, MOUSE_BUTTON_LEFT); in HWTEST_F()
/test/xts/acts/communication/bluetooth_standard/src/main/js/test/
H A DBtSetLocalName.test.js60 let button = await driver.findComponent(ON.text("开启"));
61 await button.click();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.cpp16 #include "core/components_ng/pattern/button/button_model_ng.h"
19 #include "core/components/button/button_theme.h"
23 #include "core/components_ng/pattern/button/button_event_hub.h"
24 #include "core/components_ng/pattern/button/button_pattern.h"
305 auto button = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in Padding() local
306 CHECK_NULL_VOID(button); in Padding()
307 auto pattern = button->GetPattern<ButtonPattern>(); in Padding()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dbcm5974.c166 /* button data structure */
169 u8 button; /* left button */ member
177 TYPE2, /* button integrated in trackpad */
188 /* trackpad button data offsets */
251 int bt_ep; /* the endpoint of the button interface */
252 int bt_datalen; /* data length of the button interface */
257 int tp_button; /* offset to button data */
282 struct urb *bt_urb; /* button usb request block */
283 struct bt_data *bt_data; /* button transferre
[all...]
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dbcm5974.c166 /* button data structure */
169 u8 button; /* left button */ member
177 TYPE2, /* button integrated in trackpad */
188 /* trackpad button data offsets */
251 int bt_ep; /* the endpoint of the button interface */
252 int bt_datalen; /* data length of the button interface */
257 int tp_button; /* offset to button data */
282 struct urb *bt_urb; /* button usb request block */
283 struct bt_data *bt_data; /* button transferre
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.h23 #include "core/components/button/render_button.h"
180 void UpdateButtonAccessibility(const RefPtr<AccessibilityNode>& node, const RefPtr<RenderButton>& button);
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp90 // mouse button callback in Initialize()
91 auto&& mouseButtonCbk = [this](int button, bool pressed, int mods) { in Initialize()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_common_ffi.h177 int32_t button; member
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.h23 #include "core/components/button/button_component.h"
144 void UpdateDownloadStyles(const RefPtr<ButtonComponent>& button);
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h76 MOCK_METHOD3(ShowActionMenu, void(const std::string& title, const std::vector<ButtonInfo>& button,
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h152 * @brief Represents the mouse event button.
282 /** Mouse event button. */
283 OH_NativeXComponent_MouseEventButton button; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput.h313 * @button: number of the button triggering the effect
317 __u16 button; member
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Daudio_codec.h139 struct gbaudio_jack button; member
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Daudio_codec.h140 struct gbaudio_jack button; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinput.h317 * @button: number of the button triggering the effect
321 __u16 button; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinput.h141 __u16 button; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dinput.h141 __u16 button; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dinput.h130 __u16 button; member
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1641 const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) in ShowActionMenuForAbility()
1658 delegate->ShowActionMenu(title, button, std::move(callback)); in ShowActionMenuForAbility()
1662 const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) in ShowActionMenuForService()
1672 auto showDialogCallback = [title, &button, callbackParam = std::move(callback)]() { in ShowActionMenuForService()
1697 Platform::DialogContainer::ShowActionMenu(childContainerId, title, button, in ShowActionMenuForService()
1727 const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) in ShowActionMenu()
1731 ShowActionMenuForService(title, button, std::move(callback)); in ShowActionMenu()
1733 ShowActionMenuForAbility(title, button, std::move(callback)); in ShowActionMenu()
1640 ShowActionMenuForAbility( const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenuForAbility() argument
1661 ShowActionMenuForService( const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenuForService() argument
1726 ShowActionMenu( const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenu() argument

Completed in 27 milliseconds

12345678910>>...14