HomeSort by relevance Sort by last modified time
    Searched refs:IsSuccessful (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/brillo/http/
http_utils_unittest.cc 58 EXPECT_TRUE(response->IsSuccessful());
74 EXPECT_TRUE(response->IsSuccessful());
110 EXPECT_TRUE(response->IsSuccessful());
127 EXPECT_TRUE(response->IsSuccessful());
144 EXPECT_TRUE(response->IsSuccessful());
154 EXPECT_FALSE(response->IsSuccessful());
163 EXPECT_FALSE(response->IsSuccessful());
199 EXPECT_TRUE(response->IsSuccessful());
238 EXPECT_TRUE(response->IsSuccessful());
262 EXPECT_TRUE(response->IsSuccessful());
    [all...]
http_request.h 346 bool IsSuccessful() const;
http_request.cc 302 bool Response::IsSuccessful() const {
  /external/libweave/src/
device_registration_info.cc 227 bool IsSuccessful(const HttpClient::Response& response) {
555 if (!IsSuccessful(*response)) {
577 if (!IsSuccessful(*response)) {
729 if (!IsSuccessful(*response)) {
    [all...]
  /system/tpm/attestation/server/
attestation_service.cc 695 if (!response || !response->IsSuccessful()) {

Completed in 130 milliseconds