Home
last modified time | relevance | path

Searched refs:CURRENT_STATS_MAP_CONFIGURATION_KEY (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/
DBpfNetMaps.java21 import static android.net.BpfNetMapsConstants.CURRENT_STATS_MAP_CONFIGURATION_KEY;
262 sConfigurationMap.updateEntry(CURRENT_STATS_MAP_CONFIGURATION_KEY, in initBpfMaps()
752 CURRENT_STATS_MAP_CONFIGURATION_KEY).val; in swapActiveStatsMap()
755 sConfigurationMap.updateEntry(CURRENT_STATS_MAP_CONFIGURATION_KEY, in swapActiveStatsMap()
1010 final long config = sConfigurationMap.getValue(CURRENT_STATS_MAP_CONFIGURATION_KEY).val; in dumpCurrentStatsMapConfig()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java21 import static android.net.BpfNetMapsConstants.CURRENT_STATS_MAP_CONFIGURATION_KEY;
182 CURRENT_STATS_MAP_CONFIGURATION_KEY, new U32(STATS_SELECT_MAP_A)); in setUp()
871 CURRENT_STATS_MAP_CONFIGURATION_KEY, new U32(STATS_SELECT_MAP_A)); in testSwapActiveStatsMap()
875 mConfigurationMap.getValue(CURRENT_STATS_MAP_CONFIGURATION_KEY).val); in testSwapActiveStatsMap()
879 mConfigurationMap.getValue(CURRENT_STATS_MAP_CONFIGURATION_KEY).val); in testSwapActiveStatsMap()
887 CURRENT_STATS_MAP_CONFIGURATION_KEY, new U32(STATS_SELECT_MAP_A)); in testSwapActiveStatsMapSynchronizeKernelRCUFail()
1015 CURRENT_STATS_MAP_CONFIGURATION_KEY, new U32(STATS_SELECT_MAP_A)); in testDumpCurrentStatsMapConfig()
1019 CURRENT_STATS_MAP_CONFIGURATION_KEY, new U32(STATS_SELECT_MAP_B)); in testDumpCurrentStatsMapConfig()
/packages/modules/Connectivity/framework/src/android/net/
DBpfNetMapsConstants.java64 public static final Struct.S32 CURRENT_STATS_MAP_CONFIGURATION_KEY = new Struct.S32(1); field in BpfNetMapsConstants
/packages/modules/Connectivity/bpf_progs/
Dnetd.h249 #define CURRENT_STATS_MAP_CONFIGURATION_KEY 1 macro
Dnetd.c509 uint32_t mapSettingKey = CURRENT_STATS_MAP_CONFIGURATION_KEY; in bpf_traffic_account()
/packages/modules/Connectivity/netd/
DBpfHandler.cpp360 auto configuration = mConfigurationMap.readValue(CURRENT_STATS_MAP_CONFIGURATION_KEY); in tagSocket()
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/
DBpfNetworkStats.cpp198 auto configuration = configurationMap.readValue(CURRENT_STATS_MAP_CONFIGURATION_KEY); in parseBpfNetworkStatsDetail()