Home
last modified time | relevance | path

Searched refs:Network (Results 1 – 25 of 35) sorted by relevance

12

/system/netd/server/
DNetwork.cpp30 Network::~Network() { in ~Network()
36 unsigned Network::getNetId() const { in getNetId()
40 bool Network::hasInterface(const std::string& interface) const { in hasInterface()
44 const std::set<std::string>& Network::getInterfaces() const { in getInterfaces()
48 int Network::clearInterfaces() { in clearInterfaces()
60 std::string Network::toString() const { in toString()
73 std::string Network::uidRangesToString() const { in uidRangesToString()
86 std::string Network::allowedUidsToString() const { in allowedUidsToString()
96 bool Network::appliesToUser(uid_t uid, int32_t* subPriority) const { in appliesToUser()
106 void Network::addToUidRangeMap(const UidRanges& uidRanges, int32_t subPriority) { in addToUidRangeMap()
[all …]
DNetworkController.cpp181 Network* network = getNetworkLocked(netId); in setDefaultNetwork()
196 Network* network = getNetworkLocked(mDefaultNetId); in setDefaultNetwork()
215 Network* appDefaultNetwork = getPhysicalOrUnreachableNetworkForUserLocked(uid); in getNetworkForDnsLocked()
239 Network *network = getNetworkLocked(*netId); in getNetworkForDnsLocked()
269 if (Network* network = getPhysicalOrUnreachableNetworkForUserLocked(uid)) { in getNetworkForUser()
302 if (Network* network = getPhysicalOrUnreachableNetworkForUserLocked(uid)) { in getNetworkForConnectLocked()
395 Network* network = getNetworkLocked(netId); in isVirtualNetworkLocked()
497 Network* network = getNetworkLocked(netId); in destroyNetwork()
603 Network* network = getNetworkLocked(netId); in setPermissionForNetworks()
622 int isWrongNetworkForUidRanges(unsigned netId, Network* network) { in isWrongNetworkForUidRanges()
[all …]
DNetwork.h31 class Network {
36 virtual ~Network();
73 explicit Network(unsigned netId, bool secure = false);
DNetworkController.h74 class Network; variable
156 Network* getNetworkLocked(unsigned netId) const;
169 Network* getPhysicalOrUnreachableNetworkForUserLocked(uid_t uid) const;
189 std::map<unsigned, Network*> mNetworks; // Map keys are NetIds.
DDummyNetwork.cpp35 DummyNetwork::DummyNetwork(unsigned netId) : Network(netId) { in DummyNetwork()
DDummyNetwork.h23 class DummyNetwork : public Network {
DLocalNetwork.h23 class LocalNetwork : public Network {
DUnreachableNetwork.h23 class UnreachableNetwork : public Network {
DLocalNetwork.cpp28 LocalNetwork::LocalNetwork(unsigned netId) : Network(netId) { in LocalNetwork()
DUnreachableNetwork.cpp27 UnreachableNetwork::UnreachableNetwork(unsigned netId) : Network(netId) {} in UnreachableNetwork()
DVirtualNetwork.h34 class VirtualNetwork : public Network {
DPhysicalNetwork.h24 class PhysicalNetwork : public Network {
DVirtualNetwork.cpp31 : Network(netId, secure), mExcludeLocalRoutes(excludeLocalRoutes) {} in VirtualNetwork()
/system/timezone/input_tools/android/telephonylookup_generator/src/test/java/com/android/libcore/timezone/telephonylookup/
DTelephonyLookupGeneratorTest.java67 TelephonyLookupProtoFile.Network network = createNetwork("123", "456", "GB"); in upperCaseCountryIsoCodeIsRejected()
73 TelephonyLookupProtoFile.Network network = createNetwork("123", "456", "zx"); in unknownCountryIsoCodeIsRejected()
79 TelephonyLookupProtoFile.Network network = createNetwork("XXX", "456", "gb"); in badMccIsRejected_nonNumeric()
85 TelephonyLookupProtoFile.Network network = createNetwork("12", "456", "gb"); in badMccIsRejected_tooShort()
91 TelephonyLookupProtoFile.Network network = createNetwork("1234", "567", "gb"); in badMccIsRejected_tooLong()
97 TelephonyLookupProtoFile.Network network = createNetwork("123", "XXX", "gb"); in badMncIsRejected_nonNumeric()
103 TelephonyLookupProtoFile.Network network = createNetwork("123", "4", "gb"); in badMncIsRejected_tooShort()
109 TelephonyLookupProtoFile.Network network = createNetwork("123", "4567", "gb"); in badMncIsRejected_tooLong()
115 TelephonyLookupProtoFile.Network network1 = createNetwork("123", "456", "gb"); in duplicateMccMncComboIsRejected()
116 TelephonyLookupProtoFile.Network network2 = createNetwork("123", "456", "us"); in duplicateMccMncComboIsRejected()
[all …]
/system/timezone/input_tools/android/telephonylookup_generator/src/main/java/com/android/libcore/timezone/telephonylookup/
DTelephonyLookupGenerator.java82 List<TelephonyLookupProtoFile.Network> networksIn = telephonyLookupIn.getNetworksList(); in execute()
107 private static void validateNetworks(List<TelephonyLookupProtoFile.Network> networksIn, in validateNetworks()
113 for (TelephonyLookupProtoFile.Network networkIn : networksIn) { in validateNetworks()
164 List<TelephonyLookupProtoFile.Network> networksIn) { in createOutputTelephonyLookup()
165 List<TelephonyLookupXmlFile.Network> networksOut = new ArrayList<>(); in createOutputTelephonyLookup()
166 for (TelephonyLookupProtoFile.Network networkIn : networksIn) { in createOutputTelephonyLookup()
170 TelephonyLookupXmlFile.Network networkOut = in createOutputTelephonyLookup()
171 new TelephonyLookupXmlFile.Network(mcc, mnc, countryIsoCode); in createOutputTelephonyLookup()
DTelephonyLookupXmlFile.java99 private final List<Network> networks;
101 TelephonyLookup(List<Network> networks) { in TelephonyLookup()
109 for (Network network : telephonyLookup.networks) { in writeXml()
117 static class Network { class in TelephonyLookupXmlFile
123 Network(String mcc, String mnc, String countryIsoCode) { in Network() method in TelephonyLookupXmlFile.Network
129 static void writeXml(Network network, XMLStreamWriter writer) in writeXml()
/system/timezone/input_tools/android/telephonylookup_generator/src/main/proto/
Dtelephony_lookup_proto_file.proto25 repeated Network networks = 1;
28 message Network { message
/system/sepolicy/microdroid/system/private/
Dnet.te1 ## Network types
/system/sepolicy/public/
Dnetwork_stack.te1 # Network stack service app
Dnet.te1 ## Network types
/system/timezone/input_data/android/
Dtelephonylookup.txt36 # Network:
42 # The Mobile Network Code.
/system/ca-certificates/files/
D04f60c28.023 …Issuer: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certificatio…
27 …Subject: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certificati…
D95aff9e3.028 … C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA
32 … C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA
Dcb1c3204.041 …=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2
45 …=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2
/system/sepolicy/vendor/
Dot_rcp.te3 # Thread Network HAL for simulating the Thread radio chip.

12