| /device/google/cuttlefish/host/libs/web/http_client/ |
| D | http_client.cc | 51 Result<std::string> CurlUrlGet(CURLU* url, CURLUPart what, unsigned int flags) { in CurlUrlGet() 87 const std::string& url, in GetToString() 93 const std::string& url, const std::string& data_to_write, in PostToString() 99 const std::string& url, in DeleteToString() 105 const std::string& url, const std::string& data_to_write, in PostToJson() 111 const std::string& url, const Json::Value& data_to_write, in PostToJson() 119 DataCallback callback, const std::string& url, in DownloadToCallback() 125 const std::string& url, const std::string& path, in DownloadToFile() 142 const std::string& url, const std::vector<std::string>& headers) { in DownloadToJson() 147 const std::string& url, in DeleteToJson() [all …]
|
| D | sso_client.cc | 46 ExecCmdFunc exec_cmd_func_, const std::string& url, in MakeRequest() 88 const std::string& url, const std::vector<std::string>& headers) { in GetToString() 95 const std::string& url, const std::string& data, in PostToString() 103 const std::string& url, const std::vector<std::string>& headers) { in DeleteToString()
|
| /device/google/cuttlefish/host/commands/remote/ |
| D | remote.cc | 64 std::string url = service_url_ + "/v1/zones/" + zone_ + "/hosts"; in CreateHost() local 81 std::string url = in WaitCloudOperation() local 109 std::string url = service_url_ + "/v1/zones/" + zone_ + "/hosts"; in ListHosts() local 126 std::string url = service_url_ + "/v1/zones/" + zone_ + "/hosts/" + host; in DeleteHost() local 136 std::string url = in CreateCVD() local 154 std::string url = service_url_ + "/v1/zones/" + zone_ + "/hosts/" + host + in WaitHostOperation() local 183 std::string url = in ListCVDWebRTCStreams() local
|
| /device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
| D | index.js | 20 #url; field in DeviceListApp 23 constructor({url, selectDeviceCb}) { property 98 let deviceListApp = new DeviceListApp({url: listDevicesUrl, selectDeviceCb}); property
|
| D | server_connector.js | 176 async function ajaxPostJson(url, data) { argument
|
| /device/google/cuttlefish/host/libs/web/ |
| D | build_api.cc | 139 std::string url = in LatestBuildId() local 170 std::string url = BUILD_API + "/builds/" + http_client->UrlEscape(build.id) + in BuildStatus() local 190 std::string url = BUILD_API + "/builds/" + http_client->UrlEscape(build.id) + in ProductName() local 216 std::string url = BUILD_API + "/builds/" + in Artifacts() local 293 std::string url = json["signedUrl"].asString(); in ArtifactToCallback() local 323 std::string url = json["signedUrl"].asString(); in ArtifactToFile() local
|
| /device/google/cuttlefish/host/commands/test_gce_driver/ |
| D | gce_api.cpp | 333 auto url = OptStringMember(initial_response, "selfLink"); in Run() local 430 std::stringstream url; in Get() local 459 std::stringstream url; in Insert() local 484 std::stringstream url; in Reset() local 525 std::stringstream url; in Delete() local
|
| /device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
| D | utils.cpp | 136 auto url = urls[url_idx]; in ParseIceServersMessage() local 161 [](const std::string& url) { return Json::Value(url); }); in GenerateIceServersMessage()
|
| D | connection_controller.cpp | 405 int port, const std::string& url, in OnIceCandidateError()
|
| /device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
| D | BrowserProvider2.java | 995 String url = c.getString(2); in deleteInTransaction() local 1112 String url = values.getAsString(Bookmarks.URL); in insertInTransaction() local 1133 String url = values.getAsString(History.URL); in insertInTransaction() local 1230 private String filterSearchClient(String url) { in filterSearchClient() 1353 String url = values.getAsString(Images.URL); in updateInTransaction() local 1416 SQLiteDatabase db, String url, ContentValues values) { in shouldUpdateImages() 1460 int getUrlCount(SQLiteDatabase db, String table, String url) { in getUrlCount() 1519 String url = null; in updateBookmarksInTransaction() local 1626 String url = null; in updateHistoryInTransaction() local 1685 ContentValues extractImageValues(ContentValues values, String url) { in extractImageValues()
|
| /device/google/cuttlefish/host/commands/metrics/ |
| D | utils.cc | 211 CURLU* url = curl_url(); in postReq() local
|