HomeSort by relevance Sort by last modified time
    Searched refs:LookupUrlForFile (Results 1 - 7 of 7) sorted by null

  /system/update_engine/
mock_p2p_manager.h 48 ON_CALL(*this, LookupUrlForFile(testing::_, testing::_, testing::_,
51 &FakeP2PManager::LookupUrlForFile));
83 MOCK_METHOD4(LookupUrlForFile, void(const std::string&,
fake_p2p_manager.h 55 void LookupUrlForFile(const std::string& file_id,
p2p_manager.h 61 // The type for the callback used in LookupUrlForFile().
102 virtual void LookupUrlForFile(const std::string& file_id,
p2p_manager_unittest.cc 477 manager_->LookupUrlForFile("fooX", 42, TimeDelta(),
484 manager_->LookupUrlForFile("foobar", 42, TimeDelta(),
490 manager_->LookupUrlForFile("foobar", 42, TimeDelta(),
496 manager_->LookupUrlForFile("foobar", 42,
503 manager_->LookupUrlForFile("foobar", 42, TimeDelta(),
510 manager_->LookupUrlForFile("foobar", 42, TimeDelta::FromMilliseconds(500),
p2p_manager.cc 130 void LookupUrlForFile(const string& file_id,
378 // Helper class for implementing LookupUrlForFile().
490 void P2PManagerImpl::LookupUrlForFile(const string& file_id,
omaha_request_action.cc     [all...]
omaha_request_action_unittest.cc     [all...]

Completed in 489 milliseconds