/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | NetworkTest.java | 120 assertEquals(0, zero.getNetworkHandle()); in testZeroIsObviousForDebugging() 141 assertNotEquals(0, one.getNetworkHandle()); in testGetNetworkHandle() 142 assertNotEquals(0, two.getNetworkHandle()); in testGetNetworkHandle() 143 assertNotEquals(0, three.getNetworkHandle()); in testGetNetworkHandle() 146 assertNotEquals(one.getNetworkHandle(), two.getNetworkHandle()); in testGetNetworkHandle() 147 assertNotEquals(one.getNetworkHandle(), three.getNetworkHandle()); in testGetNetworkHandle() 148 assertNotEquals(two.getNetworkHandle(), three.getNetworkHandle()); in testGetNetworkHandle() 151 assertNotEquals(one.hashCode(), one.getNetworkHandle()); in testGetNetworkHandle() 157 assertEquals(7700664333L, one.getNetworkHandle()); in testGetNetworkHandle() 158 assertEquals(11995631629L, two.getNetworkHandle()); in testGetNetworkHandle() [all …]
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | MultinetworkApiTest.java | 116 int errno = runSetprocnetwork(network.getNetworkHandle()); in testSetprocnetwork() 135 int errno = runSetprocnetwork(network.getNetworkHandle()); in testSetprocnetwork() 162 int errno = runDatagramCheck(network.getNetworkHandle()); in testNativeDatagramTransmission() 174 final long eNoNetHandle = eNoNet.getNetworkHandle(); in testNoSuchNetwork() 185 long networkHandle = network.getNetworkHandle(); in testNetworkHandle() 210 runResNqueryCheck(network.getNetworkHandle()); in testResNApi() 211 runResNsendCheck(network.getNetworkHandle()); in testResNApi() 212 runResNcancelCheck(network.getNetworkHandle()); in testResNApi() 213 runResNapiMalformedCheck(network.getNetworkHandle()); in testResNApi() 220 runResNnxDomainCheck(network.getNetworkHandle()); in testResNApi() [all …]
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | NetworkUtils.java | 74 return bindProcessToNetworkHandle(new Network(netId).getNetworkHandle()); in bindProcessToNetwork() 106 return bindSocketToNetworkHandle(fd, new Network(netId).getNetworkHandle()); in bindSocketToNetwork() 129 return resNetworkSend(new Network(netId).getNetworkHandle(), msg, msglen, flags); in resNetworkSend() 144 return resNetworkQuery(new Network(netId).getNetworkHandle(), dname, nsClass, nsType, in resNetworkQuery()
|
H A D | Network.java | 468 public long getNetworkHandle() { in getNetworkHandle() method in Network
|
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/ |
H A D | NetworkStackNotifier.java | 231 .setIdentifier(Long.toString(network.getNetworkHandle())); in updateNotifications() 315 return Long.toString(network.getNetworkHandle()); in getNotificationTag()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssNetworkConnectivityHandler.java | 464 network.getNetworkHandle(), 542 native_agps_data_conn_open(network.getNetworkHandle(), apn, apnIpType);
|
/aosp12/hardware/qcom/sm8150p/gps/gnss/ |
H A D | XtraSystemStatusObserver.cpp | 299 static_cast<NetworkInfoType*>(networkInfo->getNetworkHandle()); in notify()
|
/aosp12/hardware/qcom/sm7150/gps/gnss/ |
H A D | XtraSystemStatusObserver.cpp | 300 static_cast<NetworkInfoType*>(networkInfo->getNetworkHandle()); in notify()
|
/aosp12/hardware/qcom/sm7250/gps/gnss/ |
H A D | XtraSystemStatusObserver.cpp | 355 static_cast<NetworkInfoType*>(networkInfo->getNetworkHandle()); in notify()
|
/aosp12/hardware/qcom/sm8150/gps/gnss/ |
H A D | XtraSystemStatusObserver.cpp | 355 static_cast<NetworkInfoType*>(networkInfo->getNetworkHandle()); in notify()
|
/aosp12/hardware/qcom/sm8150p/gps/core/data-items/ |
H A D | DataItemConcreteTypesBase.h | 308 inline NetworkInfoType* getNetworkHandle() { in getNetworkHandle() function
|
/aosp12/hardware/qcom/sm7250/gps/core/data-items/ |
H A D | DataItemConcreteTypesBase.h | 308 inline NetworkInfoType* getNetworkHandle() { in getNetworkHandle() function
|
/aosp12/hardware/qcom/sm7150/gps/core/data-items/ |
H A D | DataItemConcreteTypesBase.h | 308 inline NetworkInfoType* getNetworkHandle() { in getNetworkHandle() function
|
/aosp12/hardware/qcom/sm8150/gps/core/data-items/ |
H A D | DataItemConcreteTypesBase.h | 308 inline NetworkInfoType* getNetworkHandle() { in getNetworkHandle() function
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
H A D | NetworkAgentInfo.java | 1173 + "network{" + network + "} handle{" + network.getNetworkHandle() + "} ni{"
|
H A D | NetworkDiagnostics.java | 243 + " nethandle{" + mNetwork.getNetworkHandle() + "}"; in NetworkDiagnostics()
|
/aosp12/hardware/qcom/sm8150p/gps/core/ |
H A D | SystemStatus.h | 519 (static_cast<SystemStatusNetworkInfo&>(curInfo)).getNetworkHandle(), in collate()
|
/aosp12/hardware/qcom/sm7250/gps/core/ |
H A D | SystemStatus.h | 519 (static_cast<SystemStatusNetworkInfo&>(curInfo)).getNetworkHandle(), in collate()
|
/aosp12/hardware/qcom/sm7150/gps/core/ |
H A D | SystemStatus.h | 521 (static_cast<SystemStatusNetworkInfo&>(curInfo)).getNetworkHandle(), in collate()
|
/aosp12/hardware/qcom/sm8150/gps/core/ |
H A D | SystemStatus.h | 519 (static_cast<SystemStatusNetworkInfo&>(curInfo)).getNetworkHandle(), in collate()
|
/aosp12/packages/modules/Connectivity/framework/api/ |
H A D | current.txt | 282 method public long getNetworkHandle();
|
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
H A D | NetworkMonitor.java | 1350 mAction = action + "_" + mCleartextDnsNetwork.getNetworkHandle() + "_" + token; in CustomIntentReceiver()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 11819 HSPLandroid/net/Network;->getNetworkHandle()J+]Landroid/net/Network;missing_types
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 11811 HSPLandroid/net/Network;->getNetworkHandle()J+]Landroid/net/Network;missing_types
|