aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/usb-manager-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove USB manager and corresponding testsRatchanan Srirattanamet2023-12-141-240/+0
| | | | | | | | Since this is renamed, it has never worked correctly anyway. I've forked this part of code as "adbd-approver" [1], so this part can now be removed. [1] https://gitlab.com/ubports/development/core/adbd-approver
* Remove orphan notify-osd remnantsRobert Tari2023-09-101-5/+2
|
* tests/integration/usb-manager-test.cpp: Remove unneded lambda captureRobert Tari2022-01-121-1/+3
|
* Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-091-3/+3
|
* Raname x-canonical properties to x-ayatanaRobert Tari2021-10-271-3/+3
|
* tests/integration/usb-manager-test.cpp: Fix cppcheck test in Ubuntu 20.04. ↵Mike Gabriel2021-08-301-0/+9
| | | | Mark unused adbd_server and usb_manager as such.
* sync UsbManagerFixture::USBDisconnectedDuringPrompt to r40, to expect a 'no' ↵Charles Kerr2016-05-031-2/+8
| | | | each time there's a usb disconnect
* increase timeout interval on usb manager integration testCharles Kerr2016-04-271-1/+1
|
* don't prompt when the greeter's not running yet: change greeter's payload ↵Charles Kerr2016-04-221-2/+2
| | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable
* replace text 'Deny' with 'Don't Allow' for consistency with other permission ↵Charles Kerr2016-03-231-1/+1
| | | | prompts
* add tests for not showing snap decisions in greeter modeCharles Kerr2016-03-221-3/+31
|
* add multiple usb requests + disconnects to confirm the notification appears ↵Charles Kerr2016-03-221-25/+32
| | | | on subsequent requests
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-211-3/+41
| | | | the prompt.
* introduce a QtFixture gtest base class to reduce redundancy in test ↵Charles Kerr2016-03-171-26/+5
| | | | fixtures' helper/util code
* de-dupe use of dbus namesCharles Kerr2016-03-171-6/+7
|
* add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() ↵Charles Kerr2016-03-171-15/+2
| | | | in one place
* add UsbManagerCharles Kerr2016-03-101-0/+186