Skip to content
Snippets Groups Projects
  1. Jan 25, 2024
  2. Jan 24, 2024
  3. Jan 23, 2024
    • Paul Hu's avatar
      Do not check active socket from other callbacks · 01d2f643
      Paul Hu authored
      Not all SocketTypeClients are cleaned up when their corresponding
      sockets are closed. This occurs because the active socket check
      for each callback examines the socket from all callbacks, even
      those scheduled for removal in later notifications. To fix this,
      check the active socket from the current callback only.
      
      Fix: 317461509
      Test: atest FrameworksNetTests NsdManagerTest
            Manually test with multiple discovery requests and
            Wifi on/off.
      Change-Id: I2f81bb8e75f2c038d5e9dc025b208dcc6b441112
      01d2f643
    • Remi NGUYEN VAN's avatar
      Implement offload priority · 5c9d6cbf
      Remi NGUYEN VAN authored
      Implement the TODO to assign priority to services based on an
      overlayable configuration.
      
      This changes the default priority from 0 to MAX_VALUE, as higher
      priority values are less prioritized, so services not in the priority
      list should have a high value. There is currently no user of the API
      depending on the priority, so the change should not affect clients.
      
      Test: atest
      Change-Id: I3aae9b5fa7756de64c63974c192e4c96b632ce4e
      5c9d6cbf
    • Tongbo Liu's avatar
      Fix the dependency of CtsNetTestCasesMaxTargetSdk · 47524106
      Tongbo Liu authored
      Bug: 318958910
      Change-Id: I71499f2a5244030c5c83c2102585c4c0c3da5db4
      47524106
Loading