Home
last modified time | relevance | path

Searched defs:button (Results 1 – 11 of 11) sorted by relevance

/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
Dlocation_button_test.cpp270 LocationButton button; variable
296 LocationButton button; variable
322 LocationButton button; variable
361 LocationButton button; variable
377 LocationButton button; variable
Dsave_button_test.cpp55 SaveButton button; variable
Dpaste_button_test.cpp55 PasteButton button; variable
/base/msdp/device_status/tools/vdev/src/
Dv_input_device.cpp235 for (size_t button = BTN_MOUSE; button < BTN_JOYSTICK; ++button) { in HasMouseButton() local
246 for (size_t button = BTN_JOYSTICK; button < BTN_DIGI; ++button) { in HasJoystickAxesOrButtons() local
251 for (size_t button = BTN_TRIGGER_HAPPY1; button <= BTN_TRIGGER_HAPPY40; ++button) { in HasJoystickAxesOrButtons() local
256 for (size_t button = BTN_DPAD_UP; button <= BTN_DPAD_RIGHT; ++button) { in HasJoystickAxesOrButtons() local
Dvirtual_mouse.cpp112 int32_t VirtualMouse::DownButton(int32_t button) in DownButton()
126 int32_t VirtualMouse::UpButton(int32_t button) in UpButton()
/base/msdp/device_status/services/device_manager/src/
Ddevice.cpp203 for (size_t button = BTN_MOUSE; button < BTN_JOYSTICK; ++button) { in HasMouseButton() local
214 for (size_t button = BTN_JOYSTICK; button < BTN_DIGI; ++button) { in HasJoystickAxesOrButtons() local
219 for (size_t button = BTN_TRIGGER_HAPPY1; button <= BTN_TRIGGER_HAPPY40; ++button) { in HasJoystickAxesOrButtons() local
224 for (size_t button = BTN_DPAD_UP; button <= BTN_DPAD_RIGHT; ++button) { in HasJoystickAxesOrButtons() local
/base/update/updater/services/ui/view/component/
Dlabel_btn_adapter.cpp36 LabelBtnAdapter *button = nullptr; in OnFocus() local
50 LabelBtnAdapter *button = nullptr; in OnBlur() local
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_manager_test.cpp38 LocationButton button; in BuildInvalidLocationComponent() local
67 LocationButton button; in BuildValidLocationComponent() local
/base/msdp/device_status/tools/vdev/json/
Dsimulate_mouse_dragging.json5 { "action": "down", "button": "BTN_LEFT" }, string
18 { "action": "up", "button": "BTN_LEFT" }, string
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp596 for (auto button : multiButton) { in RecoverActionButton() local
1079 for (auto button : actionButtonMap_) { in Marshalling() local
1310 for (auto button : actionButtonMap_) { in GetButtonInfo() local
1415 for (auto button : actionButtonMap_) { in AddActionButtons() local
/base/web/webview/test/unittest/common/
Dnweb_create_window.h58 void SendMouseEvent(int x, int y, int button, int action, int count) override in SendMouseEvent()