Searched refs:EasyCleanup (Results 1 – 7 of 7) sorted by relevance
/external/libbrillo/brillo/http/ |
D | http_transport_curl_test.cc | 80 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TEST_F() 110 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TEST_F() 124 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TEST_F() 138 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TEST_F() 154 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TEST_F() 174 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TEST_F() 186 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TEST_F() 316 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TEST_F() 337 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TEST_F() 354 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TEST_F()
|
D | curl_api.h | 28 virtual void EasyCleanup(CURL* curl) = 0; 140 void EasyCleanup(CURL* curl) override;
|
D | mock_curl_api.h | 24 MOCK_METHOD(void, EasyCleanup, (CURL*), (override));
|
D | curl_api.cc | 39 void CurlApi::EasyCleanup(CURL* curl) { in EasyCleanup() function in brillo::http::CurlApi
|
D | http_connection_curl.cc | 72 curl_interface_->EasyCleanup(curl_handle_); in ~Connection()
|
D | http_connection_curl_test.cc | 164 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1); in TearDown()
|
D | http_transport_curl.cc | 211 curl_interface_->EasyCleanup(curl_handle); in CreateConnection()
|