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

  /system/update_engine/
mock_p2p_manager.h 64 ON_CALL(*this, FileGetVisible(testing::_, testing::_))
66 &FakeP2PManager::FileGetVisible));
91 MOCK_METHOD2(FileGetVisible, bool(const std::string&, bool*));
fake_p2p_manager.h 79 bool FileGetVisible(const std::string& file_id,
p2p_manager.h 151 virtual bool FileGetVisible(const std::string& file_id,
p2p_manager_unittest.cc 403 EXPECT_FALSE(manager_->FileGetVisible("foo", nullptr));
412 EXPECT_TRUE(manager_->FileGetVisible("foo", &visible));
419 EXPECT_FALSE(manager_->FileGetVisible("bar", nullptr));
428 EXPECT_TRUE(manager_->FileGetVisible("bar", &visible));
p2p_manager.cc 142 bool FileGetVisible(const string& file_id,
604 bool P2PManagerImpl::FileGetVisible(const string& file_id,
  /system/update_engine/payload_consumer/
download_action.cc 118 p2p_manager->FileGetVisible(p2p_file_id_, &p2p_visible_);

Completed in 369 milliseconds