Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state_unittest.cc86 string expected_response_sign = in SetupPayloadStateWith2Urls() local
99 EXPECT_EQ(expected_response_sign, stored_response_sign); in SetupPayloadStateWith2Urls()
132 string expected_response_sign = "NumURLs = 0\n" in TEST() local
140 EXPECT_EQ(expected_response_sign, stored_response_sign); in TEST()
183 string expected_response_sign = "NumURLs = 1\n" in TEST() local
192 EXPECT_EQ(expected_response_sign, stored_response_sign); in TEST()
233 string expected_response_sign = "NumURLs = 2\n" in TEST() local
243 EXPECT_EQ(expected_response_sign, stored_response_sign); in TEST()