Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_physical_subnet_manager.c26 #define MAX_SUPPORTED_PHYSICAL_SUBNET 6 macro
29 static LnnPhysicalSubnet *g_physicalSubnets[MAX_SUPPORTED_PHYSICAL_SUBNET];
62 for (uint8_t i = 0; i < MAX_SUPPORTED_PHYSICAL_SUBNET; i++) { in ClearSubnetManager()
84 for (uint8_t i = 0; i < MAX_SUPPORTED_PHYSICAL_SUBNET; i++) { in DoRegistSubnet()
113 for (uint8_t i = 0; i < MAX_SUPPORTED_PHYSICAL_SUBNET; i++) { in DoUnregistSubnetByType()
135 for (uint16_t i = 0; i < MAX_SUPPORTED_PHYSICAL_SUBNET; i++) { in DoNotifyStatusChange()
159 for (uint16_t i = 0; i < MAX_SUPPORTED_PHYSICAL_SUBNET; i++) { in EnableResetingSubnetByType()
180 for (uint16_t i = 0; i < MAX_SUPPORTED_PHYSICAL_SUBNET; i++) { in DoVisitSubnet()