Home
last modified time | relevance | path

Searched refs:SendRequest (Results 1 – 5 of 5) sorted by relevance

/system/weaved/buffet/
Dhttp_transport_client.h37 void SendRequest(Method method,
Dhttp_transport_client.cc83 void HttpTransportClient::SendRequest(Method method, in SendRequest() function in buffet::HttpTransportClient
/system/core/adb/
Dfile_sync_client.cpp143 bool SendRequest(int id, const char* path_and_mode) { in SendRequest() function in SyncConnection
210 if (!SendRequest(ID_SEND, path_and_mode)) { in SendLargeFile()
402 return SendRequest(ID_QUIT, ""); // TODO: add a SendResponse? in SendQuit()
437 if (!sc.SendRequest(ID_LIST, path)) return false; in sync_ls()
473 return sc.SendRequest(ID_STAT, path) && sync_finish_stat(sc, timestamp, mode, size); in sync_stat()
526 if (!sc.SendRequest(ID_RECV, rpath)) return false; in sync_recv()
679 if (!sc.SendRequest(ID_STAT, ci.rpath.c_str())) { in copy_local_dir_remote()
/system/connectivity/shill/
Dactive_link_monitor.h145 void SendRequest();
Dactive_link_monitor.cc149 Bind(&ActiveLinkMonitor::SendRequest, Unretained(this))); in StartInternal()
308 void ActiveLinkMonitor::SendRequest() { in SendRequest() function in shill::ActiveLinkMonitor