Searched refs:LookupUrlForFile (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/ |
D | mock_p2p_manager.h | 48 ON_CALL(*this, LookupUrlForFile(testing::_, testing::_, testing::_, in MockP2PManager() 51 &FakeP2PManager::LookupUrlForFile)); in MockP2PManager() 83 MOCK_METHOD4(LookupUrlForFile, void(const std::string&,
|
D | p2p_manager_unittest.cc | 477 manager_->LookupUrlForFile("fooX", 42, TimeDelta(), in TEST_F() 484 manager_->LookupUrlForFile("foobar", 42, TimeDelta(), in TEST_F() 490 manager_->LookupUrlForFile("foobar", 42, TimeDelta(), in TEST_F() 496 manager_->LookupUrlForFile("foobar", 42, in TEST_F() 503 manager_->LookupUrlForFile("foobar", 42, TimeDelta(), in TEST_F() 510 manager_->LookupUrlForFile("foobar", 42, TimeDelta::FromMilliseconds(500), in TEST_F()
|
D | fake_p2p_manager.h | 55 void LookupUrlForFile(const std::string& file_id, in LookupUrlForFile() function
|
D | p2p_manager.h | 102 virtual void LookupUrlForFile(const std::string& file_id,
|
D | p2p_manager.cc | 130 void LookupUrlForFile(const string& file_id, 490 void P2PManagerImpl::LookupUrlForFile(const string& file_id, in LookupUrlForFile() function in chromeos_update_engine::P2PManagerImpl
|
D | omaha_request_action.cc | 1100 system_state_->p2p_manager()->LookupUrlForFile( in LookupPayloadViaP2P()
|
D | omaha_request_action_unittest.cc | 1965 EXPECT_CALL(mock_p2p_manager, LookupUrlForFile(_, _, timeout, _)) in P2PTest()
|