Searched refs:NET_CAPABILITY_XCAP (Results 1 – 7 of 7) sorted by relevance
30 NET_CAPABILITY_XCAP = 4, enumerator
122 case NetManagerStandard::NetCap::NET_CAPABILITY_XCAP: in FindApnIdByCapability()156 if (HasNetCap(capabilities, NetManagerStandard::NetCap::NET_CAPABILITY_XCAP)) { in FindBestCapability()157 netCap = NetManagerStandard::NetCap::NET_CAPABILITY_XCAP; in FindBestCapability()
161 uint64_t capability = NetManagerStandard::NetCap::NET_CAPABILITY_XCAP;237 uint64_t capabilities = 1L << NetManagerStandard::NetCap::NET_CAPABILITY_XCAP;239 ASSERT_EQ(netCap, NetManagerStandard::NetCap::NET_CAPABILITY_XCAP);
1550 netAllCapabilities.netCaps_.insert(NetCap::NET_CAPABILITY_XCAP);1598 netAllCapabilities.netCaps_.insert(NetCap::NET_CAPABILITY_XCAP);
47 {NET_CAPABILITY_XCAP, NETCONN_NET_CAPABILITY_XCAP},60 {NETCONN_NET_CAPABILITY_XCAP, NET_CAPABILITY_XCAP},
185 case NET_CAPABILITY_XCAP: in ToStrNetCaps()
294 netCapabilities.push_back(NetCap::NET_CAPABILITY_XCAP); in InitModule()