Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/dbus/
Dfi.epitest.hostap.WPASupplicant.service.in2 Name=fi.epitest.hostap.WPASupplicant
3 Exec=@BINDIR@/wpa_supplicant -u
4 User=root
5 SystemdService=wpa_supplicant.service
Dfi.w1.wpa_supplicant1.service.in2 Name=fi.w1.wpa_supplicant1
3 Exec=@BINDIR@/wpa_supplicant -u
4 User=root
5 SystemdService=wpa_supplicant.service
/external/wpa_supplicant_8/wpa_supplicant/systemd/
Dwpa_supplicant.service.in4 [Service] section
5 Type=dbus
6 BusName=fi.epitest.hostap.WPASupplicant
7 ExecStart=@BINDIR@/wpa_supplicant -u
/external/selinux/policycoreutils/restorecond/
Drestorecond.service6 [Service] section
7 Type=forking
8 ExecStart=/usr/sbin/restorecond
9 PIDFile=/var/run/restorecond.pid
Dorg.selinux.Restorecond.service2 Name=org.selinux.Restorecond
3 Exec=/usr/sbin/restorecond -u
/external/selinux/policycoreutils/sepolicy/
Dorg.selinux.service2 Name=org.selinux
3 Exec=/usr/share/system-config-selinux/selinux_server.py
4 User=root
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.service5 [Service] section
6 ExecStart=/sbin/mcstransd -f
7 RuntimeDirectory=setrans
/external/protobuf/src/google/protobuf/
Dservice.h110 class Service; variable
127 inline Service() {} in Service() function
/external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
DService.java23 public interface Service { interface
/external/protobuf/java/src/main/java/com/google/protobuf/
DService.java48 public interface Service { interface
/external/protobuf/python/google/protobuf/
Dservice.py51 class Service(object): class
/external/nanopb-c/generator/google/protobuf/
Dservice.py51 class Service(object): class
/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java127 private static class Service extends DNSQuestion { class in DNSQuestion
128 Service(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in Service() method in DNSQuestion.Service
DDNSRecord.java639 public static class Service extends DNSRecord { class in DNSRecord
646 …public Service(String name, DNSRecordClass recordClass, boolean unique, int ttl, int priority, int… in Service() method in DNSRecord.Service
/external/guava/guava/src/com/google/common/util/concurrent/
DService.java55 public interface Service { interface