/aosp12/system/bt/test/mock/ |
H A D | mock_stack_gatt_connection_manager.cc | 42 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 D | mock_gatt_connection_manager.cc | 46 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 D | common_service.cc | 277 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 D | fake_system_state.h | 75 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 D | connection_manager_interface.h | 58 namespace connection_manager {
|
H A D | real_system_state.h | 75 ConnectionManagerInterface* connection_manager() override { in connection_manager() function
|
H A D | real_system_state.cc | 64 connection_manager_ = connection_manager::CreateConnectionManager(); in Initialize()
|
H A D | connection_manager.cc | 43 namespace connection_manager { namespace
|
H A D | omaha_request_action.cc | 1639 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 D | payload_state.cc | 207 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 D | gatt_connection_manager_test.cc | 18 using connection_manager::tAPP_ID; 73 namespace connection_manager { namespace 80 connection_manager::reset(true); in TearDown()
|
/aosp12/system/bt/stack/gatt/ |
H A D | gatt_main.cc | 103 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 D | connection_manager.h | 35 namespace connection_manager {
|
H A D | connection_manager.cc | 62 namespace connection_manager { namespace
|
H A D | gatt_api.cc | 1092 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 D | gatt_utils.cc | 1408 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 D | system_state.h | 79 virtual ConnectionManagerInterface* connection_manager() = 0;
|
/aosp12/system/bt/stack/test/gatt/ |
H A D | mock_gatt_utils_ref.cc | 32 namespace connection_manager { namespace
|
H A D | gatt_sr_test.cc | 57 namespace connection_manager { namespace
|
/aosp12/system/bt/stack/acl/ |
H A D | ble_acl.cc | 49 connection_manager::on_connection_complete(address_with_type.bda); in acl_ble_common_connection()
|
/aosp12/system/bt/stack/ |
H A D | Android.bp | 148 "gatt/connection_manager.cc", 450 "gatt/connection_manager.cc", 1001 "gatt/connection_manager.cc",
|
H A D | BUILD.gn | 130 "gatt/connection_manager.cc",
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_devctl.cc | 189 connection_manager::reset(true); in BTM_reset_complete()
|
/aosp12/system/bt/btif/src/ |
H A D | bluetooth.cc | 401 connection_manager::dump(fd); in dump()
|
/aosp12/system/update_engine/ |
H A D | BUILD.gn | 193 "cros/connection_manager.cc",
|