Searched refs:getBpfUpstream4Map (Results 1 – 3 of 3) sorted by relevance
115 mBpfUpstream4Map = deps.getBpfUpstream4Map(); in BpfCoordinatorShimImpl()
389 @Nullable public IBpfMap<Tether4Key, Tether4Value> getBpfUpstream4Map() { in getBpfUpstream4Map() method in BpfCoordinator.Dependencies1371 try (IBpfMap<Tether4Key, Tether4Value> upstreamMap = mDeps.getBpfUpstream4Map()) { in dumpRawMap()1431 try (IBpfMap<Tether4Key, Tether4Value> upstreamMap = mDeps.getBpfUpstream4Map(); in dumpBpfForwardingRulesIpv4()
538 public IBpfMap<Tether4Key, Tether4Value> getBpfUpstream4Map() {1626 doReturn(null).when(mDeps).getBpfUpstream4Map(); in testBpfDisabledbyNoBpfUpstream4Map()2135 doReturn(bpfUpstream4Map).when(mDeps).getBpfUpstream4Map(); in testRefreshConntrackTimeout_Upstream4Map()