Searched refs:IsSuccessful (Results 1 – 3 of 3) sorted by relevance
58 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 …]
346 bool IsSuccessful() const;
302 bool Response::IsSuccessful() const { in IsSuccessful() function in brillo::http::Response