/external/chromium_org/remoting/host/win/ |
rdp_client_window.cc | 22 // RDP connection disconnect reasons codes that should not be interpreted as 144 void RdpClientWindow::Disconnect() { 424 // Get the extended disconnect reason code.
|
/external/chromium_org/remoting/protocol/ |
channel_multiplexer.cc | 132 virtual void Disconnect() OVERRIDE {
|
fake_session.cc | 154 void FakeSocket::Disconnect() {
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
CDPlayer.c | 456 thePlayer->Disconnect(thePlayer);
|
AudioFileReaderThread.c | 585 SET_AUDIOFILEMANAGER_METHOD(Disconnect);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
netmon.h | [all...] |
adhoc.h | 214 STDMETHOD_(HRESULT,Disconnect)(THIS) PURE; 233 #define IDot11AdHocNetwork_Disconnect() (This)->lpVtbl->Disconnect(This)
|
netcon.h | 252 virtual HRESULT WINAPI Disconnect(void) = 0; 266 HRESULT (WINAPI *Disconnect)(INetConnection *This); 282 #define INetConnection_Disconnect(This) (This)->lpVtbl->Disconnect(This) 400 virtual HRESULT WINAPI Disconnect(HWND hwndParent,DWORD dwFlags) = 0; 410 HRESULT (WINAPI *Disconnect)(INetConnectionConnectUi *This,HWND hwndParent,DWORD dwFlags); 422 #define INetConnectionConnectUi_Disconnect(This,hwndParent,dwFlags) (This)->lpVtbl->Disconnect(This,hwndParent,dwFlags) [all...] |
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_tcp_socket_message_filter.cc | 111 ssl_socket_->Disconnect(); 446 ssl_socket_->Disconnect(); [all...] |
pepper_tcp_socket.cc | 75 socket_->Disconnect();
|
/external/chromium_org/net/socket_stream/ |
socket_stream.cc | [all...] |
/external/chromium_org/net/tools/quic/ |
end_to_end_test.cc | 621 // Send a request and then disconnect. This prepares the client to attempt 635 client_->Disconnect(); 652 client_->Disconnect(); [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth.c | 195 if (wpa_auth->cb.disconnect == NULL) 198 wpa_auth->cb.disconnect(wpa_auth->cb.ctx, addr, [all...] |
/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/ |
bluetooth_low_energy_apitest.cc | 251 EXPECT_CALL(*conn, Disconnect(_)) 255 EXPECT_CALL(*conn, Disconnect(_)).Times(0); [all...] |
/external/chromium_org/components/wifi/ |
wifi_service_win.cc | 366 // Disconnect from currently connected network if any. 367 DWORD Disconnect(); 703 DVLOG(1) << "Start Disconnect: " << network_guid; 714 error_code = Disconnect(); [all...] |
/external/chromium_org/chromeos/dbus/ |
fake_shill_service_client.cc | 210 void FakeShillServiceClient::Disconnect(const dbus::ObjectPath& service_path,
|
/external/chromium_org/chromeos/network/ |
network_connection_handler.cc | 764 // Disconnect 770 NET_LOG_USER("Disconnect Request", service_path); 771 DBusThreadManager::Get()->GetShillServiceClient()->Disconnect( 782 NET_LOG_EVENT("Disconnect Request Sent", service_path); 842 NET_LOG_EVENT("Disconnect Forced by Policy", network->path());
|
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_service_unittest.cc | 522 core_.Disconnect();
|
/external/chromium_org/net/http/ |
http_stream_parser.cc | 334 connection_->socket()->Disconnect(); [all...] |
/external/chromium_org/remoting/host/ |
chromoting_host_unittest.cc | 277 // Helper method to disconnect client 1 from the host. 356 // Return an expectation that a client will disconnect after a given 367 EXPECT_CALL(*connection, Disconnect()) 513 // When a video packet is received on the first connection, disconnect it, 540 // This should disconnect the first connection. 664 // This should disconnect client2.
|
/external/chromium_org/device/bluetooth/ |
bluetooth_gatt_chromeos_unittest.cc | 449 gatt_conn_->Disconnect( 469 device->Disconnect( [all...] |
/external/chromium_org/remoting/tools/winext/manifest/ |
rdp.h | 332 HRESULT Disconnect(); [all...] |
/external/chromium_org/remoting/webapp/ |
client_screen.js | 61 * Disconnect the remoting client. 65 remoting.disconnect = function() { 74 remoting.clientSession.disconnect(remoting.Error.NONE);
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
CommunicationKDP.cpp | 66 Disconnect(); 274 Disconnect(); 671 // Are we supposed to get a reply for disconnect? [all...] |
/external/lldb/tools/driver/ |
Driver.cpp | [all...] |