Home
last modified time | relevance | path

Searched refs:IsSuccessful (Results 1 – 4 of 4) 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
/external/libweave/src/
Ddevice_registration_info.cc227 bool IsSuccessful(const HttpClient::Response& response) { in IsSuccessful() function
555 if (!IsSuccessful(*response)) { in RegisterDeviceOnTicketSent()
577 if (!IsSuccessful(*response)) { in RegisterDeviceOnTicketFinalized()
729 if (!IsSuccessful(*response)) { in OnCloudRequestDone()