Searched refs:running (Results 1 - 21 of 21) sorted by relevance

/system/connectivity/shill/bin/
H A Dset_cellular_ppp205 and password by running the following command:
215 connection with them, please try running this command again.
/system/netd/tests/
H A Ddns_responder.h52 bool running() const;
H A Ddns_responder.cpp562 bool DNSResponder::running() const { function in class:test::DNSResponder
567 if (running()) {
568 ALOGI("server already running");
645 if (!running()) {
646 ALOGI("server not running");
/system/gatekeeper/
H A DAndroid.mk19 # GoogleGateKeeper implementation, e.g. one running in TrustZone.
/system/connectivity/shill/cellular/
H A Dcellular_unittest.cc1441 // If PPP is running, don't run DHCP as well.
1459 // If PPP is not running, fire up DHCP.
1765 EXPECT_FALSE(device_->running());
1772 EXPECT_FALSE(device_->running());
1789 EXPECT_TRUE(device_->running());
1795 EXPECT_FALSE(device_->running()); // changes immediately
1801 EXPECT_FALSE(device_->running());
1811 EXPECT_FALSE(device_->running());
1830 EXPECT_TRUE(device_->running());
1836 EXPECT_FALSE(device_->running()); // change
[all...]
H A Dcellular_service.cc117 if (!cellular_->running()) {
/system/bt/udrv/ulinux/
H A Duipc.c91 int running; member in struct:__anon1307
510 while (uipc_main.running)
559 uipc_main.running = 1;
575 uipc_main.running = 0;
/system/connectivity/shill/
H A Dconnection_diagnostics.h222 bool running() { return running_; } function in class:shill::ConnectionDiagnostics
H A Dconnection_diagnostics_unittest.cc255 EXPECT_FALSE(connection_diagnostics_.running());
285 EXPECT_FALSE(connection_diagnostics_.running());
288 EXPECT_TRUE(connection_diagnostics_.running());
H A Dconnection_diagnostics.cc181 if (running()) {
207 if (running()) {
H A Ddevice.h258 bool running() const { return running_; } function in class:shill::Device
445 // disable the device, i.e., clear any running state, and make the
558 // Stop portal detection if it is running.
566 // Stop connection diagnostics if it is running.
575 // Stop link monitoring if it is running.
598 // that's already running, and true otherwise.
603 // Stop DNS test if one is running.
H A Ddevice_info.cc139 if (manager_->running()) {
149 if (manager_->running()) {
H A Dmanager.h138 bool running() const { return running_; } function in class:shill::Manager
434 // that the termination actions started running, only if any termination
H A Ddevice_info_unittest.cc158 void SetManagerRunning(bool running) { argument
159 manager_.running_ = running;
683 // Manager is not running by default.
H A Dservice.cc983 // Ignore the event if manager is not running (e.g., service disconnects on
985 if (!manager_->running()) {
H A Ddevice_unittest.cc1012 EXPECT_FALSE(device->running());
1020 EXPECT_TRUE(device->running());
1195 // Verify traffic monitor not running when it is disabled.
2231 // Portal detection already running.
2234 // Make sure our running mock portal detector was not replaced.
H A Dservice_unittest.cc128 void SetManagerRunning(bool running) { mock_manager_.running_ = running; } argument
H A Dmanager_unittest.cc211 void SetRunning(bool running) { argument
212 manager()->running_ = running;
2449 // If the Manager is not running, setting the technology order should not
/system/keymaster/
H A DAndroid.mk19 # AndroidKeymaster implementation, e.g. one running in TrustZone.
/system/netd/server/
H A DCommandListener.cpp305 const char *updown, *brdcst, *loopbk, *ppp, *running, *multi; local
311 running = (flags & IFF_RUNNING) ? " running" : "";
316 asprintf(&flag_s, "%s%s%s%s%s%s", updown, brdcst, loopbk, ppp, running, multi);
385 } else if (!strcmp(flag, "running")) {
777 asprintf(&retbuf, "Softap service %s running",
/system/connectivity/shill/wifi/
H A Dwifi.cc778 if (running()) {
1492 // notification is posted after this task has already started running.
2182 << ": reconnect timer already running.";
2341 << "May be running an older version of wpa_supplicant.";
2346 << "May be running an older version of wpa_supplicant.";
2352 << "May be running an older version of wpa_supplicant.";
2357 << "May be running an older version of wpa_supplicant.";

Completed in 926 milliseconds