[VCN02] Make LingerTimer takes request Id instead of NetworkRequest

Currently, LingerTimer takes a NetworkRequest for internal use.
However, this is unnecessary since only request Id is used.

Thus, this patch allows subsequent patches to remove the need
of a NetworkRequest when creating a LingerTimer. And the output
of lingered requests is reduced to id instead of printing
content of requests.

Test: atest FrameworksNetTests
Bug: 175180558
Change-Id: I9106d0804f1083942e1fcaca842f547c0aee1840
3 files changed
tree: dc564874f08007d2fac6dcd0bd10bbf58a65c7cd
  1. core/
  2. service/
  3. services/
  4. tests/
  5. OWNERS