Home
last modified time | relevance | path

Searched defs:get_device (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/
Dutils.py1887 def get_device(devices, device_type): function
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py317 def get_device(ads, **kwargs): function
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs565 pub fn get_device(chip_id: &ChipIdentifier) -> anyhow::Result<netsim_proto::model::Device> { in get_device() function