Home
last modified time | relevance | path

Searched defs:DeviceSerial (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/rust/mozdevice/src/
H A Dadb.rs38 pub type DeviceSerial = String; typedef
H A Dlib.rs417 pub fn new(host: Host, serial: DeviceSerial, storage: AndroidStorageInput) -> Result<Device> { in new()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mozdevice-0.1.0/src/
H A Dadb.rs34 pub type DeviceSerial = String; typedef
/dports/www/firefox/firefox-99.0/testing/mozbase/rust/mozdevice/src/
H A Dadb.rs38 pub type DeviceSerial = String; typedef
H A Dlib.rs393 pub fn new(host: Host, serial: DeviceSerial, storage: AndroidStorageInput) -> Result<Device> { in new()
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/rust/mozdevice/src/
H A Dadb.rs38 pub type DeviceSerial = String; typedef
H A Dlib.rs417 pub fn new(host: Host, serial: DeviceSerial, storage: AndroidStorageInput) -> Result<Device> { in new()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/rust/mozdevice/src/
H A Dadb.rs34 pub type DeviceSerial = String; typedef
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/devices/
H A Dchar.py147 class DeviceSerial(_DeviceChar): class
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DTTNMQTT.cpp429 std::string DeviceSerial = root["hardware_serial"].asString(); in on_message() local