Searched refs:getMapStatus (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | TrafficController.cpp | 867 std::string getMapStatus(const base::unique_fd& map_fd, const char* path) { in getMapStatus() function 903 getMapStatus(mCookieTagMap.getMap(), COOKIE_TAG_MAP_PATH).c_str()); in dump() 905 getMapStatus(mUidCounterSetMap.getMap(), UID_COUNTERSET_MAP_PATH).c_str()); in dump() 907 getMapStatus(mAppUidStatsMap.getMap(), APP_UID_STATS_MAP_PATH).c_str()); in dump() 909 getMapStatus(mStatsMapA.getMap(), STATS_MAP_A_PATH).c_str()); in dump() 911 getMapStatus(mStatsMapB.getMap(), STATS_MAP_B_PATH).c_str()); in dump() 913 getMapStatus(mIfaceIndexNameMap.getMap(), IFACE_INDEX_NAME_MAP_PATH).c_str()); in dump() 915 getMapStatus(mIfaceStatsMap.getMap(), IFACE_STATS_MAP_PATH).c_str()); in dump() 917 getMapStatus(mConfigurationMap.getMap(), CONFIGURATION_MAP_PATH).c_str()); in dump() 919 getMapStatus(mUidOwnerMap.getMap(), UID_OWNER_MAP_PATH).c_str()); in dump()
|