Searched refs:expected_response_code (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/federated-compute/fcp/client/http/ |
H A D | in_memory_request_response_test.cc | 698 int expected_response_code = kHttpOk; in TEST_F() local 705 .WillOnce(Return(FakeHttpResponse(expected_response_code, in TEST_F() 717 EXPECT_THAT(*result, FieldsAre(expected_response_code, IsEmpty(), IsEmpty(), in TEST_F() 732 int expected_response_code = kHttpNotFound; in TEST_F() local 737 .WillOnce(Return(FakeHttpResponse(expected_response_code, {}, in TEST_F() 1212 int expected_response_code = kHttpOk; in TEST_F() local 1221 .WillOnce(Return(FakeHttpResponse(expected_response_code, in TEST_F() 1240 FieldsAre(expected_response_code, IsEmpty(), StrEq(content_type), in TEST_F() 1256 int expected_response_code = kHttpOk; in TEST_F() local 1262 .WillOnce(Return(FakeHttpResponse(expected_response_code, in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_response_headers_unittest.cc | 37 int expected_response_code; member 130 EXPECT_EQ(test.expected_response_code, parsed->response_code()); in TEST_P() 2498 const int expected_response_code; member 2506 << data.expected_response_code << ", \"" << data.expected_status_text in PrintTo() 2515 const auto& [status, expected_status_line, expected_response_code, in TEST_P() 2522 EXPECT_EQ(expected_response_code, http_response_headers->response_code()); in TEST_P()
|
/aosp_15_r20/system/security/keystore2/src/error/ |
H A D | tests.rs | 214 for (rkpd_error, expected_response_code) in error_mapping { in rkpd_error_is_in_sync_with_response_code() 216 assert_eq!(e, Error::Rc(expected_response_code)); in rkpd_error_is_in_sync_with_response_code()
|
/aosp_15_r20/external/autotest/server/site_tests/firmware_Cr50U2fCommands/ |
H A D | firmware_Cr50U2fCommands.py | 116 expected_response_code=VENDOR_CMD_RESPONSE_SUCCESS): argument 150 if response_code != expected_response_code:
|
/aosp_15_r20/system/update_engine/common/ |
H A D | http_fetcher_unittest.cc | 1078 explicit MultiHttpFetcherTestDelegate(int expected_response_code) in MultiHttpFetcherTestDelegate() argument 1079 : expected_response_code_(expected_response_code) {} in MultiHttpFetcherTestDelegate() 1112 HttpResponseCode expected_response_code) { in MultiTest() argument 1113 MultiHttpFetcherTestDelegate delegate(expected_response_code); in MultiTest()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/ |
H A D | balsa_frame_test.cc | 279 size_t expected_response_code, in VerifyResponseFirstLine() argument 283 EXPECT_EQ(expected_response_code, headers.parsed_response_code()); in VerifyResponseFirstLine() 317 size_t expected_response_code, in FirstLineParsedCorrectlyHelper() argument 343 expected_response_code = 0; in FirstLineParsedCorrectlyHelper() 348 VerifyResponseFirstLine(tmp_tokens, expected_response_code, in FirstLineParsedCorrectlyHelper()
|