Searched refs:SendRequest (Results 1 – 5 of 5) sorted by relevance
/system/weaved/buffet/ |
D | http_transport_client.h | 37 void SendRequest(Method method,
|
D | http_transport_client.cc | 83 void HttpTransportClient::SendRequest(Method method, in SendRequest() function in buffet::HttpTransportClient
|
/system/core/adb/ |
D | file_sync_client.cpp | 143 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/ |
D | active_link_monitor.h | 145 void SendRequest();
|
D | active_link_monitor.cc | 149 Bind(&ActiveLinkMonitor::SendRequest, Unretained(this))); in StartInternal() 308 void ActiveLinkMonitor::SendRequest() { in SendRequest() function in shill::ActiveLinkMonitor
|