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

/system/update_engine/
H A Dfake_system_state.h64 inline ConnectionManagerInterface* connection_manager() override {
120 ConnectionManagerInterface* connection_manager) {
121 connection_manager_ = (connection_manager ? connection_manager :
119 set_connection_manager( ConnectionManagerInterface* connection_manager) argument
H A Domaha_request_action.cc43 #include "update_engine/connection_manager.h"
1476 ConnectionManagerInterface* connection_manager = local
1477 system_state_->connection_manager();
1478 if (!connection_manager->GetConnectionProperties(&type, &tethering)) {
1483 bool is_allowed = connection_manager->IsUpdateAllowedOver(type, tethering);
H A Dpayload_state.cc191 ConnectionManagerInterface* connection_manager = local
192 system_state_->connection_manager();
193 if (!connection_manager->GetConnectionProperties(&network_connection_type,

Completed in 97 milliseconds