Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dmock_p2p_manager.h48 LookupUrlForFile(testing::_, testing::_, testing::_, testing::_)) in MockP2PManager()
50 testing::Invoke(&fake_, &FakeP2PManager::LookupUrlForFile)); in MockP2PManager()
80 LookupUrlForFile,
Dp2p_manager_unittest.cc484 manager_->LookupUrlForFile( in TEST_F()
493 manager_->LookupUrlForFile( in TEST_F()
499 manager_->LookupUrlForFile( in TEST_F()
505 manager_->LookupUrlForFile( in TEST_F()
511 manager_->LookupUrlForFile( in TEST_F()
529 manager_->LookupUrlForFile("foobar", in TEST_F()
Dfake_p2p_manager.h47 void LookupUrlForFile(const std::string& file_id, in LookupUrlForFile() function
Dp2p_manager.h101 virtual void LookupUrlForFile(const std::string& file_id,
Dp2p_manager.cc130 void LookupUrlForFile(const string& file_id,
481 void P2PManagerImpl::LookupUrlForFile(const string& file_id, in LookupUrlForFile() function in chromeos_update_engine::P2PManagerImpl
Domaha_request_action.cc1197 SystemState::Get()->p2p_manager()->LookupUrlForFile( in LookupPayloadViaP2P()
Domaha_request_action_unittest.cc2421 EXPECT_CALL(mock_p2p_manager, LookupUrlForFile(_, _, timeout, _)) in P2PTest()