Home
last modified time | relevance | path

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

/system/update_engine/common/
Dtest_utils.h220 class ObjectCollectorAction; variable
223 class ActionTraits<ObjectCollectorAction<T>> {
232 class ObjectCollectorAction : public Action<ObjectCollectorAction<T>> {
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action_unittest.cc75 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
77 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
193 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in BuildActions()
222 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in TEST_F()
Dpostinstall_runner_action_unittest.cc194 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in RunPostinstallAction()
/system/update_engine/
Domaha_request_action_fuzzer.cc43 std::make_unique<chromeos_update_engine::ObjectCollectorAction< in LLVMFuzzerTestOneInput()
Domaha_response_handler_action_unittest.cc66 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
68 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
158 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in DoTest()
Domaha_request_action_unittest.cc280 ObjectCollectorAction<OmahaResponse>::StaticType()) { in ActionCompleted()
283 static_cast<ObjectCollectorAction<OmahaResponse>*>(action); in ActionCompleted()
456 std::make_unique<ObjectCollectorAction<OmahaResponse>>(); in TestUpdateCheck()
Dupdate_attempter_unittest.cc341 ObjectCollectorAction<OmahaResponse> collector_action; in TEST_F()