Searched refs:MultiRemoveHandle (Results 1 – 5 of 5) sorted by relevance
/external/libbrillo/brillo/http/ |
D | curl_api.h | 87 virtual CURLMcode MultiRemoveHandle(CURLM* multi_handle, 186 CURLMcode MultiRemoveHandle(CURLM* multi_handle, CURL* curl_handle) override;
|
D | mock_curl_api.h | 61 MOCK_METHOD(CURLMcode, MultiRemoveHandle, (CURLM*, CURL*), (override));
|
D | curl_api.cc | 141 CURLMcode CurlApi::MultiRemoveHandle(CURLM* multi_handle, CURL* curl_handle) { in MultiRemoveHandle() function in brillo::http::CurlApi
|
D | http_transport_curl_test.cc | 306 EXPECT_CALL(*curl_api_, MultiRemoveHandle(multi_handle_, handle_)) in TEST_F()
|
D | http_transport_curl.cc | 523 curl_interface_->MultiRemoveHandle(curl_multi_handle_, in CleanAsyncConnection()
|