Home
last modified time | relevance | path

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

12

/aosp12/system/bt/test/mock/
H A Dmock_stack_gatt_connection_manager.cc42 using namespace connection_manager;
48 bool connection_manager::background_connect_add(uint8_t app_id, in background_connect_add()
53 bool connection_manager::background_connect_remove(uint8_t app_id, in background_connect_remove()
58 bool connection_manager::direct_connect_add(uint8_t app_id, in direct_connect_add()
63 bool connection_manager::direct_connect_remove(uint8_t app_id, in direct_connect_remove()
68 bool connection_manager::remove_unconditional(const RawAddress& address) { in remove_unconditional()
72 std::set<tAPP_ID> connection_manager::get_apps_connecting_to( in get_apps_connecting_to()
77 void connection_manager::dump(int fd) { mock_function_count_map[__func__]++; } in dump()
78 void connection_manager::on_app_deregistered(uint8_t app_id) { in on_app_deregistered()
81 void connection_manager::on_connection_complete(const RawAddress& address) { in on_connection_complete()
[all …]
/aosp12/system/bt/stack/test/common/
H A Dmock_gatt_connection_manager.cc46 bool connection_manager::direct_connect_add(uint8_t app_id, in direct_connect_add()
51 bool connection_manager::direct_connect_remove(uint8_t app_id, in direct_connect_remove()
56 void connection_manager::on_connection_complete(const RawAddress& address) { in on_connection_complete()
59 void connection_manager::reset(bool) { mock_function_count_map[__func__]++; } in reset()
/aosp12/system/update_engine/cros/
H A Dcommon_service.cc277 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularPermission() local
278 SystemState::Get()->connection_manager(); in SetUpdateOverCellularPermission()
281 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in SetUpdateOverCellularPermission()
306 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularTarget() local
307 SystemState::Get()->connection_manager(); in SetUpdateOverCellularTarget()
310 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in SetUpdateOverCellularTarget()
334 ConnectionManagerInterface* connection_manager = in GetUpdateOverCellularPermission() local
335 SystemState::Get()->connection_manager(); in GetUpdateOverCellularPermission()
337 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in GetUpdateOverCellularPermission()
339 *out_allowed = connection_manager->IsUpdateAllowedOver( in GetUpdateOverCellularPermission()
H A Dfake_system_state.h75 inline ConnectionManagerInterface* connection_manager() override { in connection_manager() function
131 ConnectionManagerInterface* connection_manager) { in set_connection_manager() argument
133 (connection_manager ? connection_manager : &mock_connection_manager_); in set_connection_manager()
H A Dconnection_manager_interface.h58 namespace connection_manager {
H A Dreal_system_state.h75 ConnectionManagerInterface* connection_manager() override { in connection_manager() function
H A Dreal_system_state.cc64 connection_manager_ = connection_manager::CreateConnectionManager(); in Initialize()
H A Dconnection_manager.cc43 namespace connection_manager { namespace
H A Domaha_request_action.cc1639 ConnectionManagerInterface* connection_manager = in IsUpdateAllowedOverCurrentConnection() local
1640 SystemState::Get()->connection_manager(); in IsUpdateAllowedOverCurrentConnection()
1641 if (!connection_manager->GetConnectionProperties(&type, &tethering)) { in IsUpdateAllowedOverCurrentConnection()
1647 bool is_allowed = connection_manager->IsUpdateAllowedOver(type, tethering); in IsUpdateAllowedOverCurrentConnection()
1649 connection_manager->IsAllowedConnectionTypesForUpdateSet(); in IsUpdateAllowedOverCurrentConnection()
H A Dpayload_state.cc207 ConnectionManagerInterface* connection_manager = in AttemptStarted() local
208 SystemState::Get()->connection_manager(); in AttemptStarted()
209 if (!connection_manager->GetConnectionProperties(&network_connection_type, in AttemptStarted()
/aosp12/system/bt/stack/test/
H A Dgatt_connection_manager_test.cc18 using connection_manager::tAPP_ID;
73 namespace connection_manager { namespace
80 connection_manager::reset(true); in TearDown()
/aosp12/system/bt/stack/gatt/
H A Dgatt_main.cc103 connection_manager::reset(true); in gatt_init()
260 connection_manager::direct_connect_remove(CONN_MGR_ID_L2CAP, in gatt_disconnect()
407 namespace connection_manager { namespace
758 connection_manager::get_apps_connecting_to(p_tcb->peer_bda); in gatt_send_conn_cback()
776 connection_manager::on_connection_complete(p_tcb->peer_bda); in gatt_send_conn_cback()
H A Dconnection_manager.h35 namespace connection_manager {
H A Dconnection_manager.cc62 namespace connection_manager { namespace
H A Dgatt_api.cc1092 connection_manager::on_app_deregistered(gatt_if); in GATT_Deregister()
1202 ret = connection_manager::background_connect_add(gatt_if, bd_addr); in GATT_Connect()
1263 if (!connection_manager::remove_unconditional(bd_addr)) { in GATT_CancelConnect()
H A Dgatt_utils.cc1408 connection_manager::direct_connect_remove(gatt_if, bda); in gatt_cancel_open()
1620 return connection_manager::background_connect_remove(gatt_if, bd_addr); in gatt_auto_connect_dev_remove()
/aosp12/system/update_engine/common/
H A Dsystem_state.h79 virtual ConnectionManagerInterface* connection_manager() = 0;
/aosp12/system/bt/stack/test/gatt/
H A Dmock_gatt_utils_ref.cc32 namespace connection_manager { namespace
H A Dgatt_sr_test.cc57 namespace connection_manager { namespace
/aosp12/system/bt/stack/acl/
H A Dble_acl.cc49 connection_manager::on_connection_complete(address_with_type.bda); in acl_ble_common_connection()
/aosp12/system/bt/stack/
H A DAndroid.bp148 "gatt/connection_manager.cc",
450 "gatt/connection_manager.cc",
1001 "gatt/connection_manager.cc",
H A DBUILD.gn130 "gatt/connection_manager.cc",
/aosp12/system/bt/stack/btm/
H A Dbtm_devctl.cc189 connection_manager::reset(true); in BTM_reset_complete()
/aosp12/system/bt/btif/src/
H A Dbluetooth.cc401 connection_manager::dump(fd); in dump()
/aosp12/system/update_engine/
H A DBUILD.gn193 "cros/connection_manager.cc",

12