Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
Dnet_connection.cpp25 constexpr int32_t VALID_NETID_START = 100; variable
63 if (netId > 0 && netId < VALID_NETID_START) { in OH_NetConn_GetAddrInfo()