Searched refs:NET_CAPABILITY_IA (Results 1 – 7 of 7) sorted by relevance
29 NET_CAPABILITY_IA = 3, enumerator
120 case NetManagerStandard::NetCap::NET_CAPABILITY_IA: in FindApnIdByCapability()159 if (HasNetCap(capabilities, NetManagerStandard::NetCap::NET_CAPABILITY_IA)) { in FindBestCapability()160 netCap = NetManagerStandard::NetCap::NET_CAPABILITY_IA; in FindBestCapability()
148 uint64_t capability = NetManagerStandard::NetCap::NET_CAPABILITY_IA;249 uint64_t capabilities = 1L << NetManagerStandard::NetCap::NET_CAPABILITY_IA;251 ASSERT_EQ(netCap, NetManagerStandard::NetCap::NET_CAPABILITY_IA);
1454 netAllCapabilities.netCaps_.insert(NetCap::NET_CAPABILITY_IA);1502 netAllCapabilities.netCaps_.insert(NetCap::NET_CAPABILITY_IA);
46 {NET_CAPABILITY_IA, NETCONN_NET_CAPABILITY_IA},59 {NETCONN_NET_CAPABILITY_IA, NET_CAPABILITY_IA},
182 case NET_CAPABILITY_IA: in ToStrNetCaps()
293 netCapabilities.push_back(NetCap::NET_CAPABILITY_IA); in InitModule()