Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/hid/tests/
H A Dtest_sony.py9 from .base import application_matches
224 controller.application_matches = application_matches
282 controller.application_matches = application_matches
293 controller.application_matches = application_matches
328 controller.application_matches = application_matches
341 controller.application_matches = application_matches
H A Dbase_device.py385 def application_matches(self: "BaseDevice") -> Dict[str, EvdevMatch]: member in BaseDevice
388 @application_matches.setter
389 def application_matches(self: "BaseDevice", data: Dict[str, EvdevMatch]) -> None: member in BaseDevice
407 if _evdev.matches_application(application, self.application_matches):
H A Dbase.py24 application_matches: Final = { variable
140 self.application_matches = application_matches