Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp30 static std::atomic<uint32_t> g_nextNetSupplierId = 0x03EB; variable
36 supplierId_(g_nextNetSupplierId++) in NetSupplier()