Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Domaha_response_handler_action_unittest.cc313 in.update_exists = true; in TEST_F()
332 in.update_exists = true; in TEST_F()
362 in.update_exists = true; in TEST_F()
387 in.update_exists = true; in TEST_F()
413 in.update_exists = true; in TEST_F()
438 in.update_exists = true; in TEST_F()
462 in.update_exists = true; in TEST_F()
488 in.update_exists = true; in TEST_F()
516 in.update_exists = true; in TEST_F()
544 in.update_exists = true; in TEST_F()
[all …]
H A Domaha_request_action_unittest.cc668 EXPECT_TRUE(response_.update_exists); in TEST_F()
693 EXPECT_TRUE(response_.update_exists); in TEST_F()
718 EXPECT_TRUE(response_.update_exists); in TEST_F()
744 EXPECT_TRUE(response_.update_exists); in TEST_F()
767 EXPECT_TRUE(response_.update_exists); in TEST_F()
799 EXPECT_TRUE(response_.update_exists); in TEST_F()
870 EXPECT_TRUE(response_.update_exists); in TEST_F()
918 EXPECT_TRUE(response_.update_exists); in TEST_F()
983 EXPECT_TRUE(response_.update_exists); in TEST_F()
1028 EXPECT_TRUE(response_.update_exists); in TEST_F()
[all …]
H A Domaha_request_action.cc848 output_object->update_exists = false; in ParseStatus()
863 output_object->update_exists = false; in ParseStatus()
871 output_object->update_exists = true; in ParseStatus()
883 if (!output_object->update_exists) { in ParseStatus()
888 return output_object->update_exists; in ParseStatus()
1060 output_object.update_exists = true; in TransferComplete()
1126 output_object.update_exists = false; in CompleteProcessing()
1133 output_object.update_exists = false; in CompleteProcessing()
1495 if (response.update_exists) { in ActionCompleted()
H A Domaha_response.h34 bool update_exists = false; member
H A Domaha_response_handler_action.cc54 if (!response.update_exists) { in PerformAction()