Home
last modified time | relevance | path

Searched refs:application_matches (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/hid/tests/
A Dtest_sony.py9 from .base import application_matches
225 controller.application_matches = application_matches
283 controller.application_matches = application_matches
294 controller.application_matches = application_matches
329 controller.application_matches = application_matches
342 controller.application_matches = application_matches
A Dbase_device.py412 def application_matches(self: "BaseDevice") -> Dict[str, EvdevMatch]: member in BaseDevice
415 @application_matches.setter
416 def application_matches(self: "BaseDevice", data: Dict[str, EvdevMatch]) -> None: member in BaseDevice
434 if _evdev.matches_application(application, self.application_matches):
A Dbase.py25 application_matches: Final = { variable
141 self.application_matches = application_matches

Completed in 6 milliseconds