Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp437 bool isContainInternal = netCaps.find(NetCap::NET_CAPABILITY_INTERNAL_DEFAULT) != netCaps.end(); in RegisterNetSupplierAsync() local
438 int32_t netId = isContainInternal ? GenerateInternalNetId() : GenerateNetId(); in RegisterNetSupplierAsync()