Searched refs:omaha_response_ (Results 1 – 1 of 1) sorted by relevance
330 omaha_response_.reset(new OmahaResponse(collector_action->object())); in ActionCompleted()331 EXPECT_TRUE(omaha_response_); in ActionCompleted()340 std::unique_ptr<OmahaResponse> omaha_response_; member in chromeos_update_engine::OmahaRequestActionTestProcessorDelegate557 if (delegate_.omaha_response_) in TestUpdateCheck()558 response = *delegate_.omaha_response_; in TestUpdateCheck()560 return delegate_.omaha_response_ != nullptr; in TestUpdateCheck()3047 ASSERT_TRUE(delegate_.omaha_response_); in TEST_F()3048 const auto& packages = delegate_.omaha_response_->packages; in TEST_F()3064 ASSERT_TRUE(delegate_.omaha_response_); in TEST_F()3065 const auto& packages = delegate_.omaha_response_->packages; in TEST_F()