Home
last modified time | relevance | path

Searched refs:storeNetworkAttributes (Results 1 – 16 of 16) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreServiceTest.java380 doLatched(timeoutMessage, latch -> mService.storeNetworkAttributes(l2Key, na.toParcelable(),
424 int errorCode = IpMemoryStoreDatabase.storeNetworkAttributes(
516 mService.storeNetworkAttributes("key", null, onStatus(status -> {
525 mService.storeNetworkAttributes(null, na.toParcelable(), onStatus(status -> {
533 mService.storeNetworkAttributes(null, null, onStatus(status -> {
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIpMemoryStoreClient.java87 public void storeNetworkAttributes(@NonNull final String l2Key, in storeNetworkAttributes() method in IpMemoryStoreClient
92 () -> service.storeNetworkAttributes(l2Key, attributes.toParcelable(), in storeNetworkAttributes()
DIIpMemoryStore.aidl45 void storeNetworkAttributes(String l2Key, in NetworkAttributesParcelable attributes, in storeNetworkAttributes() method
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreService.java167 public void storeNetworkAttributes(@Nullable final String l2Key, in storeNetworkAttributes() method in IpMemoryStoreService
234 IpMemoryStoreDatabase.storeNetworkAttributes(mDb, l2Key, newExpiry, attributes); in storeNetworkAttributesAndBlobSync()
DIpMemoryStoreDatabase.java364 static int storeNetworkAttributes(@NonNull final SQLiteDatabase db, @NonNull final String key, in storeNetworkAttributes() method in IpMemoryStoreDatabase
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/
DIIpMemoryStore.aidl3 …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/
DIIpMemoryStore.aidl3 …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/
DIIpMemoryStore.aidl20 …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/
DIIpMemoryStore.aidl3 …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/
DIIpMemoryStore.aidl21 …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/
DIIpMemoryStore.aidl21 …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/
DIIpMemoryStore.aidl21 …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/
DIIpMemoryStore.aidl21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java228 verify(mIpMemoryStore, never()).storeNetworkAttributes(any(), any(), any()); in testInterfaceNotFoundFailsImmediately()
267 verify(mIpMemoryStore, never()).storeNetworkAttributes(any(), any(), any()); in doProvisioningWithDefaultConfiguration()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java780 mIpMemoryStore.storeNetworkAttributes(l2Key, na.build(), listener); in setLeaseExpiredToIpMemoryStore()
797 mIpMemoryStore.storeNetworkAttributes(l2Key, na.build(), listener); in maybeSaveLeaseToIpMemoryStore()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTest.java639 .storeNetworkAttributes(eq(TEST_L2KEY), networkAttributes.capture(), any());
657 verify(mIpMemoryStore, never()).storeNetworkAttributes(any(), any(), any());