Searched refs:g_maxNodeStateCbCount (Results 1 – 1 of 1) sorted by relevance
35 static int32_t g_maxNodeStateCbCount; variable598 (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()