Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 25 of 77) sorted by relevance

1234

/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto105 // This process disconnected while it was profiled.
107 optional bool disconnected = 6; field
109 // If disconnected, this disconnect was caused by the client overrunning
113 // If disconnected, this disconnected was caused by the shared memory
121 // * If disconnected is set above, this is the timestamp of last state
122 // heapprofd had of the process before it disconnected.
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc118 bool disconnected; member
253 GPR_ASSERT(!c->disconnected); in disconnect()
254 c->disconnected = true; in disconnect()
457 if (c->disconnected) { in on_alarm()
478 if (c->disconnected) { in maybe_start_connecting_locked()
563 if (!c->disconnected && c->connected_subchannel != nullptr) { in on_connected_subchannel_connectivity_changed()
635 if (c->disconnected) { in publish_transport_locked()
672 } else if (c->disconnected) { in on_subchannel_connected()
DREADME.md36 disconnected. This connectivity state can be used to inform load balancing
37 decisions (for example, by avoiding disconnected backends).
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
Dcontrol.DisconnectBeforeSuspendDiffAP13 This test verifies that the DUT that suspends disconnected successfully
24 5) DUT suspends while disconnected
Dcontrol.DisconnectBeforeSuspendSameAP13 This test verifies that the DUT that suspends disconnected successfully
24 5) DUT suspends while disconnected
/external/python/cpython3/Lib/asyncio/
Dbase_subprocess.py240 if all(p is not None and p.disconnected
260 self.disconnected = False
269 self.disconnected = True
/external/e2fsprogs/tests/f_reconnect/
Dname1 simple disconnected file inode
/external/syzkaller/pkg/report/testdata/linux/report/
D987 [ 308.147204] ------------------------serialport: VM disconnected.
/external/cros/system_api/dbus/power_manager/
Dperipheral_battery_status.proto19 // unknown or the device is disconnected.
/external/autotest/server/site_tests/network_WiFi_MissingBeacons/
Dcontrol16 has disconnected.
/external/autotest/server/site_tests/network_WiFi_WakeOnDisconnect/
Dcontrol16 disconnected from an AP that the DUT was connected to when it last suspended.
/external/autotest/server/site_tests/network_WiFi_WakeOnSSID/
Dcontrol16 appearance of a whitelisted SSID if it previously suspended disconnected.
/external/autotest/server/site_tests/network_WiFi_CSADisconnect/
Dcontrol14 disconnected right after receiving a CSA message. This is to make sure the MAC
/external/autotest/server/site_tests/platform_SuspendResumeTiming/
Dcontrol20 for the case of disconnected USB hub with peripherals
/external/autotest/server/site_tests/firmware_Cr50CCDServoCap/
Dcontrol17 disconnected/connected.
/external/autotest/client/site_tests/power_LoadTest/
Dcontrol23 - make sure that Ethernet cable is disconnected and WiFi is connected
Dcontrol.force_discharge22 - make sure that Ethernet cable is disconnected and WiFi is connected
Dcontrol.1hour23 - make sure that Ethernet cable is disconnected and WiFi is connected
/external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/
Dcontrol13 This test verifies that, during suspend, when a DUT is momentarily disconnected
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.battery_load23 - make sure that Ethernet cable is disconnected and WiFi is connected
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DDM/
DDDMDebuggee.java62 public void disconnected() { disconnectCount++; } in disconnected() method in DDMDebuggee.TestChunkHandler
/external/libchrome/mojo/public/interfaces/bindings/
Dpipe_control_messages.mojom30 // A user-defined reason about why the interface is disconnected.
/external/libchrome/mojo/core/
Dinvitation_unittest.cc578 bool disconnected() { in disconnected() function in mojo::core::__anon603fbe120111::RemoteProcessState
591 void NotifyError(const std::string& error_message, bool disconnected) { in NotifyError() argument
595 disconnected_ = disconnected; in NotifyError()
656 EXPECT_TRUE(process_state.disconnected()); in TEST_F()
/external/grpc-grpc/doc/
Dconnection-backoff.md53 one or a previously disconnected one.
/external/e2fsprogs/doc/RelNotes/
Dv1.06.txt29 In e2fsck, if a disconnected inode is zero-length, offer to clear it

1234