Home
last modified time | relevance | path

Searched refs:startWithCallbacks (Results 1 – 24 of 24) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/dhcp/
DIDhcpServer.aidl31 void startWithCallbacks(in INetworkStackStatusCallback statusCb, in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/dhcp/
DIDhcpServer.aidl22 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/15/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/13/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/12/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/16/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/22/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/dhcp/
DIDhcpServer.aidl22 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/21/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/17/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/20/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/dhcp/
DIDhcpServer.aidl23 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/14/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/18/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/dhcp/
DIDhcpServer.aidl22 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/23/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/dhcp/
DIDhcpServer.aidl22 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/19/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/11/android/net/dhcp/
DIDhcpServer.aidl38 …oneway void startWithCallbacks(in android.net.INetworkStackStatusCallback statusCb, in android.net… in startWithCallbacks() method
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1220 verify(mDhcpServer, timeout(DHCPSERVER_START_TIMEOUT_MS).times(1)).startWithCallbacks( in workingMobileUsbTethering_IPv4()
1262 verify(mDhcpServer, timeout(DHCPSERVER_START_TIMEOUT_MS).times(1)).startWithCallbacks( in workingMobileUsbTethering_DualStack()
1281 verify(mDhcpServer, timeout(DHCPSERVER_START_TIMEOUT_MS).times(1)).startWithCallbacks( in workingMobileUsbTethering_MultipleUpstreams()
1305 verify(mDhcpServer, timeout(DHCPSERVER_START_TIMEOUT_MS).times(1)).startWithCallbacks( in workingMobileUsbTethering_v6Then464xlat()
1324 verify(mDhcpServer, timeout(DHCPSERVER_START_TIMEOUT_MS).times(1)).startWithCallbacks( in workingMobileUsbTethering_v6Then464xlat()
2006 verify(mDhcpServer, timeout(DHCPSERVER_START_TIMEOUT_MS).times(1)).startWithCallbacks( in workingNcmTethering()
3380 verify(mDhcpServer, timeout(DHCPSERVER_START_TIMEOUT_MS).times(1)).startWithCallbacks( in testMultipleStartTetheringLegacy()
3675 verify(mDhcpServer, timeout(DHCPSERVER_START_TIMEOUT_MS).times(1)).startWithCallbacks( in testHandleIpConflict()
3704 verify(mDhcpServer, timeout(DHCPSERVER_START_TIMEOUT_MS).times(1)).startWithCallbacks( in testNoAddressAvailable()
3791 verify(mDhcpServer, timeout(DHCPSERVER_START_TIMEOUT_MS)).startWithCallbacks( in testUpdateConnectedClients()
[all …]
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java794 verify(mDhcpServer, timeout(MAKE_DHCPSERVER_TIMEOUT_MS).times(1)).startWithCallbacks( in testOnNewPrefixRequest()
980 verify(mDhcpServer, never()).startWithCallbacks(any(), any()); in testStopObsoleteDhcpServer()
1020 verify(mDhcpServer, timeout(MAKE_DHCPSERVER_TIMEOUT_MS).times(1)).startWithCallbacks( in assertDhcpStarted()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpServer.java308 public void startWithCallbacks(@Nullable INetworkStackStatusCallback statusCb, in startWithCallbacks() method in DhcpServer.DhcpServerConnector
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java553 mDhcpServer.startWithCallbacks(new OnHandlerStatusCallback() { in onDhcpServerCreated()