Home
last modified time | relevance | path

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

12345

/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto107 // This process disconnected while it was profiled.
109 optional bool disconnected = 6; field
111 // If disconnected, this disconnect was caused by the client overrunning
119 // If disconnected, this disconnected was caused by the shared memory
124 // If disconnected, this disconnect was caused by heapprofd exceeding
135 // * If disconnected is set above, this is the timestamp of last state
136 // 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/e2fsprogs/tests/f_reconnect/
Dname1 simple disconnected file inode
/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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
DREADME.md36 disconnected. This connectivity state can be used to inform load balancing
37 decisions (for example, by avoiding disconnected backends).
/external/python/cpython3/Lib/asyncio/
Dbase_subprocess.py241 if all(p is not None and p.disconnected
261 self.disconnected = False
270 self.disconnected = True
/external/crosvm/devices/src/virtio/
Dconsole.rs174 let mut disconnected = false; in handle_input() localVariable
182 disconnected = true; in handle_input()
196 if disconnected { in handle_input()
/external/cros/system_api/dbus/power_manager/
Dperipheral_battery_status.proto19 // unknown or the device is disconnected.
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
DREADME.md24 disconnected clients that cause the ringbuffer to fill.
/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/policy_GlobalNetworkSettingsServer/
Dcontrol.AllowOnlyPolicyNetworksToAutoconnect16 set to True. The DUT is disconnected from the network. Only the policy defined
/external/oboe/docs/notes/
Ddisconnect.md9 the stream is no longer available and becomes "disconnected".
36 // Close the stream if it was not 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.
Dcontrol.faft_cr50_tot17 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/client/site_tests/suite_HWQual/
Dcontrol.battery_load23 - 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/libchrome/mojo/public/interfaces/bindings/
Dpipe_control_messages.mojom30 // A user-defined reason about why the interface is disconnected.

12345