HomeSort by relevance Sort by last modified time
    Searched full:action_completed_called_ (Results 1 - 1 of 1) sorted by null

  /system/update_engine/common/
action_processor_unittest.cc 64 action_completed_called_(false),
82 EXPECT_FALSE(action_completed_called_);
83 action_completed_called_ = true;
90 bool action_completed_called_; member in class:chromeos_update_engine::__anon3786::MyActionProcessorDelegate
136 EXPECT_TRUE(delegate_.action_completed_called_);
144 EXPECT_FALSE(delegate_.action_completed_called_);
259 EXPECT_FALSE(delegate_.action_completed_called_);

Completed in 67 milliseconds