Home
last modified time | relevance | path

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

/system/update_engine/
Dcommon_service.cc281 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularPermission() local
282 system_state_->connection_manager(); in SetUpdateOverCellularPermission()
285 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in SetUpdateOverCellularPermission()
313 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularTarget() local
314 system_state_->connection_manager(); in SetUpdateOverCellularTarget()
317 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in SetUpdateOverCellularTarget()
343 ConnectionManagerInterface* connection_manager = in GetUpdateOverCellularPermission() local
344 system_state_->connection_manager(); in GetUpdateOverCellularPermission()
346 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in GetUpdateOverCellularPermission()
348 *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.cc78 connection_manager_ = connection_manager::CreateConnectionManager(this); in Initialize()
Domaha_request_action.cc1595 ConnectionManagerInterface* connection_manager = in IsUpdateAllowedOverCurrentConnection() local
1596 system_state_->connection_manager(); in IsUpdateAllowedOverCurrentConnection()
1597 if (!connection_manager->GetConnectionProperties(&type, &tethering)) { in IsUpdateAllowedOverCurrentConnection()
1603 bool is_allowed = connection_manager->IsUpdateAllowedOver(type, tethering); in IsUpdateAllowedOverCurrentConnection()
1605 connection_manager->IsAllowedConnectionTypesForUpdateSet(); in IsUpdateAllowedOverCurrentConnection()
Dpayload_state.cc208 ConnectionManagerInterface* connection_manager = in AttemptStarted() local
209 system_state_->connection_manager(); in AttemptStarted()
210 if (!connection_manager->GetConnectionProperties(&network_connection_type, in AttemptStarted()
DBUILD.gn195 "connection_manager.cc",
/system/bt/stack/gatt/
Dconnection_manager.h35 namespace connection_manager {
Dgatt_main.cc105 connection_manager::reset(true); in gatt_init()
208 return connection_manager::direct_connect_add(gatt_if, rem_bda); in gatt_connect()
382 namespace connection_manager { namespace
803 connection_manager::get_apps_connecting_to(p_tcb->peer_bda); in gatt_send_conn_cback()
820 connection_manager::on_connection_complete(p_tcb->peer_bda); in gatt_send_conn_cback()
Dconnection_manager.cc61 namespace connection_manager { namespace
Dgatt_api.cc1037 connection_manager::on_app_deregistered(gatt_if); in GATT_Deregister()
1135 ret = connection_manager::background_connect_add(gatt_if, bd_addr); in GATT_Connect()
1196 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;
72 namespace connection_manager { namespace
79 connection_manager::reset(true); in TearDown()
/system/bt/stack/
DAndroid.bp119 "gatt/connection_manager.cc",
455 "gatt/connection_manager.cc",
DBUILD.gn103 "gatt/connection_manager.cc",
/system/bt/stack/btm/
Dbtm_ble_connection_establishment.cc182 connection_manager::on_connection_complete(bda); in btm_ble_conn_complete()
Dbtm_devctl.cc195 connection_manager::reset(true); in reset_complete()
/system/bt/btif/src/
Dbluetooth.cc339 connection_manager::dump(fd); in dump()
/system/bt/stack/l2cap/
Dl2c_ble.cc71 connection_manager::direct_connect_remove(CONN_MGR_ID_L2CAP, rem_bda); in L2CA_CancelBleConnectReq()
766 bool ret = connection_manager::direct_connect_add(CONN_MGR_ID_L2CAP, in l2cble_create_conn()
/system/bt/bta/dm/
Dbta_dm_act.cc482 connection_manager::reset(false); in bta_dm_disable()