Home
last modified time | relevance | path

Searched refs:IsSuccessful (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_utils_unittest.cc58 EXPECT_TRUE(response->IsSuccessful()); in TEST()
74 EXPECT_TRUE(response->IsSuccessful()); in TEST()
110 EXPECT_TRUE(response->IsSuccessful()); in TEST()
127 EXPECT_TRUE(response->IsSuccessful()); in TEST()
144 EXPECT_TRUE(response->IsSuccessful()); in TEST()
154 EXPECT_FALSE(response->IsSuccessful()); in TEST()
163 EXPECT_FALSE(response->IsSuccessful()); in TEST()
199 EXPECT_TRUE(response->IsSuccessful()); in TEST()
238 EXPECT_TRUE(response->IsSuccessful()); in TEST()
262 EXPECT_TRUE(response->IsSuccessful()); in TEST()
[all …]
Dhttp_request.h346 bool IsSuccessful() const;
Dhttp_request.cc302 bool Response::IsSuccessful() const { in IsSuccessful() function in brillo::http::Response