Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dtest_utils.h204 class ObjectCollectorAction; variable
207 class ActionTraits<ObjectCollectorAction<T>> {
216 class ObjectCollectorAction : public Action<ObjectCollectorAction<T>> {
/aosp12/system/update_engine/cros/
H A Domaha_request_action_fuzzer.cc43 std::make_unique<chromeos_update_engine::ObjectCollectorAction< in LLVMFuzzerTestOneInput()
H A Domaha_response_handler_action_unittest.cc67 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
69 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
165 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in DoTest()
H A Domaha_request_action_unittest.cc347 ObjectCollectorAction<OmahaResponse>::StaticType()) { in ActionCompleted()
350 static_cast<ObjectCollectorAction<OmahaResponse>*>(action); in ActionCompleted()
554 std::make_unique<ObjectCollectorAction<OmahaResponse>>(); in TestUpdateCheck()
H A Dupdate_attempter_unittest.cc600 ObjectCollectorAction<OmahaResponse> collector_action; in TEST_F()
/aosp12/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc238 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
240 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
353 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in BuildActions()
388 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in TEST_F()
H A Dpostinstall_runner_action_unittest.cc225 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in RunPostinstallActionWithInstallPlan()