OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileMakeVisible
(Results
1 - 6
of
6
) sorted by null
/system/update_engine/
mock_p2p_manager.h
67
ON_CALL(*this,
FileMakeVisible
(testing::_))
69
&FakeP2PManager::
FileMakeVisible
));
92
MOCK_METHOD1(
FileMakeVisible
, bool(const std::string&));
fake_p2p_manager.h
84
bool
FileMakeVisible
(const std::string& file_id) override {
p2p_manager.h
110
//
FileMakeVisible
() method to change this.
158
virtual bool
FileMakeVisible
(const std::string& file_id) = 0;
p2p_manager.cc
144
bool
FileMakeVisible
(const string& file_id) override;
616
bool P2PManagerImpl::
FileMakeVisible
(const string& file_id) {
p2p_manager_unittest.cc
379
// twice to check that
FileMakeVisible
() is idempotent.
381
manager_->
FileMakeVisible
("foo");
/system/update_engine/payload_consumer/
download_action.cc
339
// Call p2p_manager_->
FileMakeVisible
() when we've successfully
344
system_state_->p2p_manager()->
FileMakeVisible
(p2p_file_id_);
Completed in 59 milliseconds