Searched refs:MIN_NET_ID (Results 1 – 4 of 4) sorted by relevance
27 constexpr int32_t MIN_NET_ID = 100; variable
356 …ret = NetConnService::GetInstance()->RegisterNetDetectionCallback(MIN_NET_ID, g_detectionCallback);362 …auto ret = NetConnService::GetInstance()->UnRegisterNetDetectionCallback(MIN_NET_ID, g_detectionCa…457 ret = NetConnService::GetInstance()->NetDetection(MIN_NET_ID);
492 std::atomic<int32_t> netIdLastValue_ = MIN_NET_ID - 1;
1131 for (int32_t i = MIN_NET_ID; i <= MAX_NET_ID; ++i) { in GenerateNetId()1134 netIdLastValue_ = MIN_NET_ID; in GenerateNetId()