/system/update_engine/ |
D | common_service.cc | 275 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()
|
D | fake_system_state.h | 64 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()
|
D | connection_manager_android.cc | 23 namespace connection_manager { namespace
|
D | connection_manager_interface.h | 60 namespace connection_manager {
|
D | system_state.h | 73 virtual ConnectionManagerInterface* connection_manager() = 0;
|
D | real_system_state.h | 90 inline ConnectionManagerInterface* connection_manager() override { in connection_manager() function
|
D | connection_manager.cc | 43 namespace connection_manager { namespace
|
D | real_system_state.cc | 80 connection_manager_ = connection_manager::CreateConnectionManager(this); in Initialize()
|
D | omaha_request_action.cc | 1854 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()
|
D | payload_state.cc | 204 ConnectionManagerInterface* connection_manager = in AttemptStarted() local 205 system_state_->connection_manager(); in AttemptStarted() 206 if (!connection_manager->GetConnectionProperties(&network_connection_type, in AttemptStarted()
|
D | update_engine.gyp | 261 'connection_manager.cc',
|
/system/bt/stack/gatt/ |
D | connection_manager.h | 35 namespace connection_manager {
|
D | gatt_main.cc | 105 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()
|
D | connection_manager.cc | 59 namespace connection_manager { namespace
|
D | gatt_api.cc | 1036 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()
|
D | gatt_utils.cc | 1124 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/ |
D | gatt_connection_manager_test.cc | 17 using connection_manager::tAPP_ID; 62 namespace connection_manager { namespace 69 connection_manager::reset(true); in TearDown()
|
/system/bt/stack/ |
D | Android.bp | 120 "gatt/connection_manager.cc", 434 "gatt/connection_manager.cc",
|
D | BUILD.gn | 103 "gatt/connection_manager.cc",
|
/system/bt/stack/btm/ |
D | btm_ble_connection_establishment.cc | 181 connection_manager::on_connection_complete(bda); in btm_ble_conn_complete()
|
D | btm_devctl.cc | 193 connection_manager::reset(true); in reset_complete()
|
/system/bt/btif/src/ |
D | bluetooth.cc | 322 connection_manager::dump(fd); in dump()
|
/system/bt/stack/l2cap/ |
D | l2c_ble.cc | 70 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/ |
D | bta_dm_act.cc | 480 connection_manager::reset(false); in bta_dm_disable()
|