Searched refs:GetDlcsToUpdate (Results 1 – 7 of 7) sorted by relevance
41 bool DlcServiceChromeOS::GetDlcsToUpdate(vector<string>* dlc_ids) { in GetDlcsToUpdate() function in chromeos_update_engine::DlcServiceChromeOS47 if (!GetDlcServiceProxy().GetDlcsToUpdate(dlc_ids, &err)) { in GetDlcsToUpdate()
41 bool GetDlcsToUpdate(std::vector<std::string>* dlc_ids) override;
157 MOCK_METHOD1(GetDlcsToUpdate, bool(vector<string>*));2415 EXPECT_CALL(mock_dlcservice_, GetDlcsToUpdate(_)) in TEST_F()2438 EXPECT_CALL(mock_dlcservice_, GetDlcsToUpdate(_)) in TEST_F()2471 EXPECT_CALL(mock_dlcservice_, GetDlcsToUpdate(_)) in TEST_F()
720 !system_state_->dlcservice()->GetDlcsToUpdate(&dlc_ids_)) { in CalculateDlcParams()
30 bool DlcServiceStub::GetDlcsToUpdate(vector<string>* dlc_ids) { in GetDlcsToUpdate() function in chromeos_update_engine::DlcServiceStub
34 bool GetDlcsToUpdate(std::vector<std::string>* dlc_ids) override;
36 virtual bool GetDlcsToUpdate(std::vector<std::string>* dlc_ids) = 0;