Home
last modified time | relevance | path

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

/external/dbus/bus/
Dstats.c123 asv_add_uint32 (DBusMessageIter *iter, in asv_add_uint32() function
203 if (!asv_add_uint32 (&iter, &arr_iter, "Serial", stats_serial++)) in bus_stats_handle_get_stats()
207 if (!asv_add_uint32 (&iter, &arr_iter, "ListMemPoolUsedBytes", in_use) || in bus_stats_handle_get_stats()
208 !asv_add_uint32 (&iter, &arr_iter, "ListMemPoolCachedBytes", in bus_stats_handle_get_stats()
210 !asv_add_uint32 (&iter, &arr_iter, "ListMemPoolAllocatedBytes", in bus_stats_handle_get_stats()
216 if (!asv_add_uint32 (&iter, &arr_iter, "ActiveConnections", in bus_stats_handle_get_stats()
218 !asv_add_uint32 (&iter, &arr_iter, "IncompleteConnections", in bus_stats_handle_get_stats()
220 !asv_add_uint32 (&iter, &arr_iter, "MatchRules", in bus_stats_handle_get_stats()
222 !asv_add_uint32 (&iter, &arr_iter, "PeakMatchRules", in bus_stats_handle_get_stats()
224 !asv_add_uint32 (&iter, &arr_iter, "PeakMatchRulesPerConnection", in bus_stats_handle_get_stats()
[all …]