Home
last modified time | relevance | path

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

/system/update_engine/
Dmock_p2p_manager.h48 ON_CALL(*this, LookupUrlForFile(testing::_, testing::_, testing::_, in MockP2PManager()
51 &FakeP2PManager::LookupUrlForFile)); in MockP2PManager()
83 MOCK_METHOD4(LookupUrlForFile, void(const std::string&,
Dp2p_manager_unittest.cc477 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()
Dfake_p2p_manager.h55 void LookupUrlForFile(const std::string& file_id, in LookupUrlForFile() function
Dp2p_manager.h102 virtual void LookupUrlForFile(const std::string& file_id,
Dp2p_manager.cc130 void LookupUrlForFile(const string& file_id,
490 void P2PManagerImpl::LookupUrlForFile(const string& file_id, in LookupUrlForFile() function in chromeos_update_engine::P2PManagerImpl
Domaha_request_action.cc1100 system_state_->p2p_manager()->LookupUrlForFile( in LookupPayloadViaP2P()
Domaha_request_action_unittest.cc1965 EXPECT_CALL(mock_p2p_manager, LookupUrlForFile(_, _, timeout, _)) in P2PTest()