Searched defs:EnsureP2PNotRunning (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Dp2p_manager.cc131 bool EnsureP2PNotRunning() override;
162 // Utility function used by EnsureP2PRunning() and EnsureP2PNotRunning().
290 bool P2PManagerImpl::EnsureP2PNotRunning() { function in class:chromeos_update_engine::P2PManagerImpl
719 if (may_be_running_ && !is_enabled_ && !EnsureP2PNotRunning()) {

Completed in 59 milliseconds