Home
last modified time | relevance | path

Searched refs:connectionIt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1020 ConnBrConnection *connectionIt = NULL; in Reset() local
1021 LIST_FOR_EACH_ENTRY(connectionIt, &g_brManager.connections->list, ConnBrConnection, node) { in Reset()
1023 ConnBrDisconnectNow(connectionIt); in Reset()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1159 ConnBleConnection *connectionIt = NULL; in BleReset() local
1160 LIST_FOR_EACH_ENTRY(connectionIt, &g_bleManager.connections->list, ConnBleConnection, node) { in BleReset()
1162 ConnBleDisconnectNow(connectionIt, BLE_DISCONNECT_REASON_RESET); in BleReset()