/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpMemoryStoreTest.java | 135 mStore.storeNetworkAttributes(l2Key, TEST_NETWORK_ATTRIBUTES, in testNetworkAttributes() 138 verify(mMockService, times(1)).storeNetworkAttributes(eq(l2Key), in testNetworkAttributes() 220 mStore.storeNetworkAttributes(l2Key, TEST_NETWORK_ATTRIBUTES, in testEnqueuedIpMsRequests() 247 inOrder.verify(mMockService).storeNetworkAttributes(eq(l2Key), mNapCaptor.capture(), any()); in testEnqueuedIpMsRequests() 266 mStore.storeNetworkAttributes(l2Key, TEST_NETWORK_ATTRIBUTES, in testEnqueuedIpMsRequestsWithException() 292 inOrder.verify(mMockService).storeNetworkAttributes(eq(l2Key), mNapCaptor.capture(), any()); in testEnqueuedIpMsRequestsWithException() 309 mStore.storeNetworkAttributes(l2Key, TEST_NETWORK_ATTRIBUTES, in testEnqueuedIpMsRequestsCallbackFunctionWithException() 333 inOrder.verify(mMockService).storeNetworkAttributes(eq(l2Key), mNapCaptor.capture(), in testEnqueuedIpMsRequestsCallbackFunctionWithException()
|
/packages/modules/NetworkStack/tests/integration/signature/android/net/ip/ |
D | IpClientSignatureTest.kt | 72 .storeNetworkAttributes(eq(l2Key), networkAttributesCaptor.capture(), any()) in <lambda>() 101 verify(mIpMemoryStore, never()).storeNetworkAttributes(eq(l2Key), any(), any()) in <lambda>() 104 override fun storeNetworkAttributes(l2Key: String, na: NetworkAttributes) { in <lambda>() method in android.net.ip.IpClientSignatureTest
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | IpMemoryStoreClient.java | 88 public void storeNetworkAttributes(@NonNull final String l2Key, in storeNetworkAttributes() method in IpMemoryStoreClient 93 () -> service.storeNetworkAttributes(l2Key, attributes.toParcelable(), in storeNetworkAttributes()
|
D | IIpMemoryStore.aidl | 46 void storeNetworkAttributes(String l2Key, in NetworkAttributesParcelable attributes, in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/ |
D | IIpMemoryStore.aidl | 3 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/2/android/net/ |
D | IIpMemoryStore.aidl | 3 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/5/android/net/ |
D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/3/android/net/ |
D | IIpMemoryStore.aidl | 20 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/4/android/net/ |
D | IIpMemoryStore.aidl | 3 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/6/android/net/ |
D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/tests/integration/root/android/net/ip/ |
D | IpClientRootTest.kt | 296 override fun storeNetworkAttributes(l2Key: String, na: NetworkAttributes) { in <lambda>() method 297 mStore.storeNetworkAttributes(l2Key, na, null /* listener */) in <lambda>()
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/8/android/net/ |
D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/9/android/net/ |
D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/10/android/net/ |
D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/7/android/net/ |
D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/ |
D | IIpMemoryStore.aidl | 37 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/11/android/net/ |
D | IIpMemoryStore.aidl | 37 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/ |
D | IpMemoryStoreService.java | 171 public void storeNetworkAttributes(@Nullable final String l2Key, in storeNetworkAttributes() method in IpMemoryStoreService 238 IpMemoryStoreDatabase.storeNetworkAttributes(mDb, l2Key, newExpiry, attributes); in storeNetworkAttributesAndBlobSync()
|
D | IpMemoryStoreDatabase.java | 469 static int storeNetworkAttributes(@NonNull final SQLiteDatabase db, @NonNull final String key, in storeNetworkAttributes() method in IpMemoryStoreDatabase
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | MemoryStoreImpl.java | 142 mIpMemoryStore.storeNetworkAttributes(key, attributes, status -> { in setCluster()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ipmemorystore/ |
D | IpMemoryStoreServiceTest.java | 443 doLatched(timeoutMessage, latch -> mService.storeNetworkAttributes(l2Key, na.toParcelable(), 504 int errorCode = IpMemoryStoreDatabase.storeNetworkAttributes( 612 mService.storeNetworkAttributes("key", null, onStatus(status -> { 621 mService.storeNetworkAttributes(null, na.toParcelable(), onStatus(status -> { 629 mService.storeNetworkAttributes(null, null, onStatus(status -> {
|
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpClient.java | 874 mIpMemoryStore.storeNetworkAttributes(l2Key, na.build(), listener); in setLeaseExpiredToIpMemoryStore() 891 mIpMemoryStore.storeNetworkAttributes(l2Key, na.build(), listener); in maybeSaveLeaseToIpMemoryStore()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/ |
D | IpClientTest.java | 403 verify(mIpMemoryStore, never()).storeNetworkAttributes(any(), any(), any()); in testInterfaceNotFoundFailsImmediately() 443 verify(mIpMemoryStore, never()).storeNetworkAttributes(any(), any(), any()); in doProvisioningWithDefaultConfiguration()
|
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/ |
D | IpClientIntegrationTestCommon.java | 692 protected abstract void storeNetworkAttributes(String l2Key, NetworkAttributes na); 3406 storeNetworkAttributes(TEST_L2KEY, na);
|