Home
last modified time | relevance | path

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

/system/update_engine/common/
Daction_processor_unittest.cc157 auto action0 = std::make_unique<ActionProcessorTestAction>(); in TEST_F() local
160 auto action0_ptr = action0.get(); in TEST_F()
163 action_processor_.EnqueueAction(std::move(action0)); in TEST_F()