Home
last modified time | relevance | path

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

/system/update_engine/
Dp2p_manager.cc160 bool EnsureP2P(bool should_be_running);
254 bool P2PManagerImpl::EnsureP2P(bool should_be_running) { in EnsureP2P() argument
260 vector<string> args = configuration_->GetInitctlArgs(should_be_running); in EnsureP2P()
272 const char *expected_error_message = should_be_running ? in EnsureP2P()
279 may_be_running_ = should_be_running; // Successful after all. in EnsureP2P()