Searched refs:MultiInfoRead (Results 1 – 5 of 5) sorted by relevance
/external/libbrillo/brillo/http/ |
D | curl_api.h | 81 virtual CURLMsg* MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) = 0; 180 CURLMsg* MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) override;
|
D | mock_curl_api.h | 59 MOCK_METHOD(CURLMsg*, MultiInfoRead, (CURLM*, int*), (override));
|
D | curl_api.cc | 133 CURLMsg* CurlApi::MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) { in MultiInfoRead() function in brillo::http::CurlApi
|
D | http_transport_curl_test.cc | 299 EXPECT_CALL(*curl_api_, MultiInfoRead(multi_handle_, _)) in TEST_F()
|
D | http_transport_curl.cc | 446 while ((msg = curl_interface_->MultiInfoRead(curl_multi_handle_, in ProcessAsyncCurlMessages()
|