Searched refs:test_action (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc386 DownloadActionTestAction test_action; local
387 test_action.expected_input_object_ = install_plan;
389 BondActions(&download_action, &test_action);
396 processor.EnqueueAction(&test_action);
403 EXPECT_EQ(true, test_action.did_run_);
/system/connectivity/shill/
H A Dmanager_unittest.cc3239 TerminationActionTest test_action; local
3242 EXPECT_CALL(test_action, Done(_));
3244 test_action.AsWeakPtr()));
3248 test_action.AsWeakPtr()));
3249 test_action.set_manager(manager());
3250 EXPECT_CALL(test_action, Done(_));
3252 test_action.AsWeakPtr()));

Completed in 215 milliseconds