Home
last modified time | relevance | path

Searched defs:DBusClient (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/power_monitor/src/powerd/
H A Dclient.rs25 pub struct DBusClient { struct
40 impl DBusClient { implementation
54 impl PowerClient for DBusClient { implementation
/aosp_15_r20/external/autotest/client/cros/
H A Dcros_disks.py67 class DBusClient(object): class