Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DTrafficController.cpp801 std::string getMapStatus(const base::unique_fd& map_fd, const char* path) { in getMapStatus() function
831 getMapStatus(mCookieTagMap.getMap(), COOKIE_TAG_MAP_PATH).c_str()); in dump()
833 getMapStatus(mUidCounterSetMap.getMap(), UID_COUNTERSET_MAP_PATH).c_str()); in dump()
835 getMapStatus(mAppUidStatsMap.getMap(), APP_UID_STATS_MAP_PATH).c_str()); in dump()
837 getMapStatus(mStatsMapA.getMap(), STATS_MAP_A_PATH).c_str()); in dump()
839 getMapStatus(mStatsMapB.getMap(), STATS_MAP_B_PATH).c_str()); in dump()
841 getMapStatus(mIfaceIndexNameMap.getMap(), IFACE_INDEX_NAME_MAP_PATH).c_str()); in dump()
843 getMapStatus(mIfaceStatsMap.getMap(), IFACE_STATS_MAP_PATH).c_str()); in dump()
845 getMapStatus(mConfigurationMap.getMap(), CONFIGURATION_MAP_PATH).c_str()); in dump()
847 getMapStatus(mUidOwnerMap.getMap(), UID_OWNER_MAP_PATH).c_str()); in dump()