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

  /system/update_engine/payload_consumer/
download_action.cc 32 #include "update_engine/p2p_manager.h"
71 system_state_->p2p_manager()->FileGetPath(p2p_file_id_);
84 P2PManager *p2p_manager = system_state_->p2p_manager(); local
86 if (!p2p_manager->FileShare(p2p_file_id_, install_plan_.payload_size)) {
94 FilePath path = p2p_manager->FileGetPath(p2p_file_id_);
115 p2p_manager->FileGetVisible(p2p_file_id_, &p2p_visible_);
209 FilePath path = system_state_->p2p_manager()->FileGetPath(file_id);
290 system_state_->p2p_manager()->FileMakeVisible(p2p_file_id_);
  /system/update_engine/
system_state.h 110 virtual P2PManager* p2p_manager() = 0;
fake_system_state.h 94 inline P2PManager* p2p_manager() override { return p2p_manager_; }
156 inline void set_p2p_manager(P2PManager *p2p_manager) {
157 p2p_manager_ = p2p_manager ? p2p_manager : &mock_p2p_manager_;
real_system_state.h 38 #include "update_engine/p2p_manager.h"
120 inline P2PManager* p2p_manager() override { return p2p_manager_.get(); }
update_attempter.cc 60 #include "update_engine/p2p_manager.h"
329 system_state_->p2p_manager()->SetDevicePolicy(device_policy);
344 if (!system_state_->p2p_manager()->IsP2PEnabled()) {
    [all...]
omaha_request_action.cc 47 #include "update_engine/p2p_manager.h"
    [all...]
Android.mk 319 p2p_manager.cc \
    [all...]

Completed in 117 milliseconds