Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c35 static int32_t g_maxNodeStateCbCount; variable
598 (unsigned char *)&g_maxNodeStateCbCount, sizeof(g_maxNodeStateCbCount)) != SOFTBUS_OK) { in BusCenterClientInit()
600 g_maxNodeStateCbCount = DEFAULT_NODE_STATE_CB_CNT; in BusCenterClientInit()
602 LNN_LOGI(LNN_INIT, "NodeStateCbCount=%{public}u", g_maxNodeStateCbCount); in BusCenterClientInit()
828 if (g_busCenterClient.nodeStateCbListCnt >= g_maxNodeStateCbCount) { in RegNodeDeviceStateCbInner()