Searched refs:on (Results 1 - 25 of 89) sorted by relevance

1234

/system/core/crash_reporter/init/
H A Dcrash-sender.conf8 start on starting system-services
9 stop on stopping system-services
H A Dwarn-collector.conf8 start on started system-services
9 stop on stopping system-services
H A Dcrash-reporter.conf11 start on starting system-services
16 # Only allow device coredumps on a "developer system".
25 # the kernel, and can't rely on PATH, so argv[0] must be a full
/system/firewalld/
H A Dfirewalld.conf11 # distributed under the License is distributed on an "AS IS" BASIS,
20 start on stopped iptables and stopped ip6tables
21 stop on stopping system-services
/system/tpm/trunks/
H A Dtrunksd.conf11 # distributed under the License is distributed on an "AS IS" BASIS,
20 start on starting system-services
21 stop on stopping system-services
/system/connectivity/shill/init/
H A Dshill-start-user-session.conf11 # distributed under the License is distributed on an "AS IS" BASIS,
22 start on start-user-session
H A Dshill-stop-user-session.conf11 # distributed under the License is distributed on an "AS IS" BASIS,
20 # Use 'start on stopping' and 'task' to hold up restarting the session
23 start on stopping ui
H A Dshill_respawn.conf11 # distributed under the License is distributed on an "AS IS" BASIS,
23 start on stopped shill PROCESS=respawn
H A Dnetfilter-queue.conf11 # distributed under the License is distributed on an "AS IS" BASIS,
20 start on started system-services
21 stop on stopping system-services
H A Dnetwork-services.conf.in11 # distributed under the License is distributed on an "AS IS" BASIS,
22 start on started boot-services
/system/netd/server/
H A DInterfaceController.h11 * distributed under the License is distributed on an "AS IS" BASIS,
26 static int setEnableIPv6(const char *interface, const int on);
27 static int setAcceptIPv6Ra(const char *interface, const int on);
28 static int setAcceptIPv6Dad(const char *interface, const int on);
30 static int setIPv6PrivacyExtensions(const char *interface, const int on);
31 static int setIPv6NdOffload(char* interface, const int on);
H A DInterfaceController.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
76 // Set the value on all the interfaces that currently exist.
115 // By default, accept_ra is set to 1 (accept RAs unless forwarding is on) on all interfaces.
116 // This causes RAs to work or not work based on whether forwarding is on, and causes routes
117 // learned from RAs to go away when forwarding is turned on. Make this behaviour predictable
123 // Enable optimistic DAD for IPv6 addresses on all interfaces.
130 // on that interface as possible source addresses.
134 int InterfaceController::setEnableIPv6(const char *interface, const int on) { argument
146 setAcceptIPv6Ra(const char *interface, const int on) argument
157 setAcceptIPv6Dad(const char *interface, const int on) argument
174 setIPv6PrivacyExtensions(const char *interface, const int on) argument
187 setIPv6NdOffload(char* interface, const int on) argument
[all...]
/system/tpm/attestation/server/
H A Dattestationd.conf11 # distributed under the License is distributed on an "AS IS" BASIS,
20 start on started tcsd and started boot-services
21 stop on stopping boot-services
/system/update_engine/init/
H A Dupdate-engine.conf11 # distributed under the License is distributed on an "AS IS" BASIS,
20 # N.B. The chromeos-factoryinstall ebuild edits the 'start on' line so as
23 start on starting system-services
24 stop on stopping system-services
/system/core/logcat/
H A Dlogcatd.rc11 on property:persist.logd.logpersistd.size=256
15 on property:persist.logd.logpersistd.size=*
19 on property:persist.logd.logpersistd.buffer=all
23 on property:persist.logd.logpersistd.buffer=*
27 on property:persist.logd.logpersistd=logcatd
31 on load_persist_props_action
34 on property:logd.logpersistd.enable=true && property:logd.logpersistd=logcatd
43 on property:logd.logpersistd.enable=true && property:logd.logpersistd=clear
51 on property:logd.logpersistd=stop
56 on propert
[all...]
/system/extras/tests/sdcard/
H A Dsysutil.h70 // 0: a regular process. Should die on OOM.
94 // Turns NEW_FAIR_SLEEPERS on or off.
95 void setNewFairSleepers(bool on);
100 // Turns NORMALIZED_SLEEPERS on or off.
101 void setNormalizedSleepers(bool on);
129 // Try to fork. exit on failure.
/system/connectivity/apmanager/init/
H A Dapmanager.conf11 # distributed under the License is distributed on an "AS IS" BASIS,
20 start on stopped iptables and stopped ip6tables and started shill
21 stop on stopping system-services
/system/core/include/cutils/
H A Dqtaguid.h11 * distributed under the License is distributed on an "AS IS" BASIS,
50 * The calling process can only operate on its own tags.
60 extern int qtaguid_setPacifier(int on);
/system/tpm/tpm_manager/server/
H A Dtpm_managerd.conf11 # distributed under the License is distributed on an "AS IS" BASIS,
20 start on starting system-services
21 stop on stopping system-services
/system/webservd/webservd/etc/init/
H A Dwebservd.conf10 # distributed under the License is distributed on an "AS IS" BASIS,
18 start on starting system-services
19 stop on stopping system-services
/system/core/libcutils/
H A Duevent.c11 * distributed under the License is distributed on an "AS IS" BASIS,
107 int on = passcred; local
120 setsockopt(s, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on));
/system/vold/
H A DNetlinkManager.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
54 int on = 1; local
72 if (setsockopt(mSock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) {
/system/core/logd/
H A DLogListener.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
90 // Such log messages are often generated by libraries we depend on
131 int on = 1; local
132 if (setsockopt(sock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) {
/system/connectivity/shill/bin/
H A Dshill_login_user13 # distributed under the License is distributed on an "AS IS" BASIS,
78 # be erased on logout.
122 rmdir --ignore-fail-on-non-empty "$flimflam_profile_dir"
133 rmdir --ignore-fail-on-non-empty "$old_profile_dir"
155 rmdir --ignore-fail-on-non-empty "$old_profile_dir"
/system/extras/tests/workloads/
H A Dpwrtest.sh52 echo "-R release : release running on device (MDA20, 2054728, etc)"
117 state=on
179 usbpassthru on
212 if [ "$1" = "on" ]; then
246 usbpassthru on
263 airplane_mode on
290 airplane_mode on
303 airplane_mode on
333 airplane_mode on

Completed in 451 milliseconds

1234