Home
last modified time | relevance | path

Searched defs:FakeHost (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/asuite/adevice/tests/common/
H A Dfakes.rs12 pub struct FakeHost { struct
22 impl FakeHost { implementation
23 pub fn new(files: &HashMap<PathBuf, FileMetadata>, tracked_files: &[String]) -> FakeHost { in new()
88 impl Host for FakeHost { implementation
/aosp_15_r20/external/autotest/client/cros/netprotos/
H A Dfake_host.py6 class FakeHost(object): class
/aosp_15_r20/external/perfetto/src/ipc/
H A Dclient_impl_unittest.cc83 class FakeHost : public base::UnixSocket::EventListener { class
110 FakeHost(bool should_listen, base::TaskRunner* task_runner) { in FakeHost() function in perfetto::ipc::__anon03c600040111::FakeHost
/aosp_15_r20/external/autotest/server/cros/dynamic_suite/
H A Dfakes.py52 class FakeHost(object): class
/aosp_15_r20/external/autotest/server/site_tests/tast/
H A Dtast_unittest.py1023 class FakeHost: class