Searched refs:EasySetOptStr (Results 1 – 5 of 5) sorted by relevance
/external/libbrillo/brillo/http/ |
D | http_transport_curl_test.cc | 39 EXPECT_CALL(*curl_api_, EasySetOptStr(handle_, CURLOPT_CAPATH, _)) in SetUp() 62 EasySetOptStr(handle_, CURLOPT_URL, "http://foo.bar/get")) in TEST_F() 65 EasySetOptStr(handle_, CURLOPT_USERAGENT, "User Agent")) in TEST_F() 68 EasySetOptStr(handle_, CURLOPT_REFERER, "http://foo.bar/baz")) in TEST_F() 86 EasySetOptStr(handle_, CURLOPT_URL, "http://foo.bar/get")) in TEST_F() 89 EasySetOptStr(handle_, CURLOPT_USERAGENT, "User Agent")) in TEST_F() 92 EasySetOptStr(handle_, CURLOPT_REFERER, "http://foo.bar/baz")) in TEST_F() 95 EasySetOptStr(handle_, CURLOPT_PROXY, "http://proxy.server")) in TEST_F() 116 EasySetOptStr(handle_, CURLOPT_URL, "http://foo.bar/head")) in TEST_F() 130 EasySetOptStr(handle_, CURLOPT_URL, "http://foo.bar/put")) in TEST_F() [all …]
|
D | http_transport_curl.cc | 138 CURLcode code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_URL, url); in CreateConnection() 147 code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_CAPATH, in CreateConnection() 159 code = curl_interface_->EasySetOptStr( in CreateConnection() 164 curl_interface_->EasySetOptStr(curl_handle, CURLOPT_REFERER, referer); in CreateConnection() 167 code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_PROXY, proxy_); in CreateConnection() 179 code = curl_interface_->EasySetOptStr( in CreateConnection() 203 code = curl_interface_->EasySetOptStr( in CreateConnection()
|
D | curl_api.h | 32 virtual CURLcode EasySetOptStr(CURL* curl, 144 CURLcode EasySetOptStr(CURL* curl,
|
D | mock_curl_api.h | 27 EasySetOptStr,
|
D | curl_api.cc | 52 CURLcode CurlApi::EasySetOptStr(CURL* curl, in EasySetOptStr() function in brillo::http::CurlApi
|