Home
last modified time | relevance | path

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

/system/update_engine/
Dcommon_service.cc275 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularPermission() local
276 system_state_->connection_manager(); in SetUpdateOverCellularPermission()
279 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in SetUpdateOverCellularPermission()
307 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularTarget() local
308 system_state_->connection_manager(); in SetUpdateOverCellularTarget()
311 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in SetUpdateOverCellularTarget()
337 ConnectionManagerInterface* connection_manager = in GetUpdateOverCellularPermission() local
338 system_state_->connection_manager(); in GetUpdateOverCellularPermission()
340 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in GetUpdateOverCellularPermission()
342 *out_allowed = connection_manager->IsUpdateAllowedOver( in GetUpdateOverCellularPermission()
Dfake_system_state.h64 inline ConnectionManagerInterface* connection_manager() override { in connection_manager() function
120 ConnectionManagerInterface* connection_manager) { in set_connection_manager() argument
122 (connection_manager ? connection_manager : &mock_connection_manager_); in set_connection_manager()
Dconnection_manager_android.cc23 namespace connection_manager { namespace
Dconnection_manager_interface.h60 namespace connection_manager {
Dsystem_state.h73 virtual ConnectionManagerInterface* connection_manager() = 0;
Dreal_system_state.h90 inline ConnectionManagerInterface* connection_manager() override { in connection_manager() function
Dconnection_manager.cc43 namespace connection_manager { namespace
Dreal_system_state.cc80 connection_manager_ = connection_manager::CreateConnectionManager(this); in Initialize()
Domaha_request_action.cc1854 ConnectionManagerInterface* connection_manager = in IsUpdateAllowedOverCurrentConnection() local
1855 system_state_->connection_manager(); in IsUpdateAllowedOverCurrentConnection()
1856 if (!connection_manager->GetConnectionProperties(&type, &tethering)) { in IsUpdateAllowedOverCurrentConnection()
1862 bool is_allowed = connection_manager->IsUpdateAllowedOver(type, tethering); in IsUpdateAllowedOverCurrentConnection()
1864 connection_manager->IsAllowedConnectionTypesForUpdateSet(); in IsUpdateAllowedOverCurrentConnection()
Dpayload_state.cc204 ConnectionManagerInterface* connection_manager = in AttemptStarted() local
205 system_state_->connection_manager(); in AttemptStarted()
206 if (!connection_manager->GetConnectionProperties(&network_connection_type, in AttemptStarted()
Dupdate_engine.gyp261 'connection_manager.cc',
/system/bt/stack/gatt/
Dconnection_manager.h35 namespace connection_manager {
Dgatt_main.cc105 connection_manager::reset(true); in gatt_init()
215 return connection_manager::direct_connect_add(gatt_if, rem_bda); in gatt_connect()
389 namespace connection_manager { namespace
810 connection_manager::get_apps_connecting_to(p_tcb->peer_bda); in gatt_send_conn_cback()
Dconnection_manager.cc59 namespace connection_manager { namespace
Dgatt_api.cc1036 connection_manager::on_app_deregistered(gatt_if); in GATT_Deregister()
1134 ret = connection_manager::background_connect_add(gatt_if, bd_addr); in GATT_Connect()
1195 if (!connection_manager::remove_unconditional(bd_addr)) { in GATT_CancelConnect()
Dgatt_utils.cc1124 connection_manager::direct_connect_remove(gatt_if, bda); in gatt_cancel_open()
1319 return connection_manager::background_connect_remove(gatt_if, bd_addr); in gatt_auto_connect_dev_remove()
/system/bt/stack/test/
Dgatt_connection_manager_test.cc17 using connection_manager::tAPP_ID;
62 namespace connection_manager { namespace
69 connection_manager::reset(true); in TearDown()
/system/bt/stack/
DAndroid.bp120 "gatt/connection_manager.cc",
434 "gatt/connection_manager.cc",
DBUILD.gn103 "gatt/connection_manager.cc",
/system/bt/stack/btm/
Dbtm_ble_connection_establishment.cc181 connection_manager::on_connection_complete(bda); in btm_ble_conn_complete()
Dbtm_devctl.cc193 connection_manager::reset(true); in reset_complete()
/system/bt/btif/src/
Dbluetooth.cc322 connection_manager::dump(fd); in dump()
/system/bt/stack/l2cap/
Dl2c_ble.cc70 connection_manager::direct_connect_remove(CONN_MGR_ID_L2CAP, rem_bda); in L2CA_CancelBleConnectReq()
763 bool ret = connection_manager::direct_connect_add(CONN_MGR_ID_L2CAP, in l2cble_create_conn()
/system/bt/bta/dm/
Dbta_dm_act.cc480 connection_manager::reset(false); in bta_dm_disable()