Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dservice.rs29 pub struct ServiceParams { struct
39 impl ServiceParams { argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
H A Dclient_server_test.cc42 struct ServiceParams { struct
43 std::string test_name;
45 bool use_coordination_service = false;
/aosp_15_r20/external/grpc-grpc-java/binder/src/androidTest/java/io/grpc/binder/
H A DHostServices.java73 public abstract static class ServiceParams { class in HostServices