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/
Domaha_request_action_fuzzer.cc44 std::make_unique<chromeos_update_engine::ObjectCollectorAction< in LLVMFuzzerTestOneInput()
Domaha_response_handler_action_unittest.cc67 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
69 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
159 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in DoTest()
Domaha_request_action_unittest.cc326 ObjectCollectorAction<OmahaResponse>::StaticType()) { in ActionCompleted()
329 static_cast<ObjectCollectorAction<OmahaResponse>*>(action); in ActionCompleted()
535 std::make_unique<ObjectCollectorAction<OmahaResponse>>(); in TestUpdateCheck()
Dupdate_attempter_unittest.cc630 ObjectCollectorAction<OmahaResponse> collector_action; in TEST_F()
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action_unittest.cc77 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
79 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
196 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in BuildActions()
226 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in TEST_F()
Dpostinstall_runner_action_unittest.cc211 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in RunPostinstallActionWithInstallPlan()