Home
last modified time | relevance | path

Searched defs:Service (Results 1 – 6 of 6) sorted by relevance

/tools/treble/hacksaw/scripts/
Dhacksaw.service5 [Service] section
7 Type=simple
8 ExecStart=/usr/local/bin/hacksawd
/tools/netsim/rust/daemon/src/
Dservice.rs57 pub struct Service { struct
59 service_params: ServiceParams, argument
63 impl Service { implementation
68 pub unsafe fn new(service_params: ServiceParams) -> Service { in new()
/tools/netsim/rust/proto/src/
Dpacket_streamer_grpc.rs76 ) -> ::grpcio::Service { in create_packet_streamer()
Dmodel.rs2116 pub struct Service { struct
2119 pub uuid: ::std::string::String,
2121 pub data: ::std::vec::Vec<u8>,
2124 pub special_fields: ::protobuf::SpecialFields,
2127 impl<'a> ::std::default::Default for &'a Service { implementation
2133 impl Service { implementation
2159 impl ::protobuf::Message for Service { implementation
2237 impl ::protobuf::MessageFull for Service { implementation
2244 impl ::std::fmt::Display for Service { implementation
2250 impl ::protobuf::reflect::ProtobufValue for Service { implementation
Dfrontend_grpc.rs505 ) -> ::grpcio::Service { in create_frontend_service()
/tools/netsim/proto/netsim/
Dmodel.proto161 message Service { message