Home
last modified time | relevance | path

Searched refs:p2p_visible_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Ddownload_action.cc58 p2p_visible_(true) {} in DownloadAction()
115 p2p_manager->FileGetVisible(p2p_file_id_, &p2p_visible_); in SetupP2PSharingFd()
394 if (!p2p_visible_ && system_state_ && delta_performer_.get() && in ReceivedBytes()
398 p2p_visible_ = true; in ReceivedBytes()
Ddownload_action.h186 bool p2p_visible_; variable