OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asv_add_uint32
(Results
1 - 1
of
1
) sorted by null
/external/dbus/bus/
stats.c
123
asv_add_uint32
(DBusMessageIter *iter,
function
203
if (!
asv_add_uint32
(&iter, &arr_iter, "Serial", stats_serial++))
207
if (!
asv_add_uint32
(&iter, &arr_iter, "ListMemPoolUsedBytes", in_use) ||
208
!
asv_add_uint32
(&iter, &arr_iter, "ListMemPoolCachedBytes",
210
!
asv_add_uint32
(&iter, &arr_iter, "ListMemPoolAllocatedBytes",
216
if (!
asv_add_uint32
(&iter, &arr_iter, "ActiveConnections",
218
!
asv_add_uint32
(&iter, &arr_iter, "IncompleteConnections",
220
!
asv_add_uint32
(&iter, &arr_iter, "MatchRules",
222
!
asv_add_uint32
(&iter, &arr_iter, "PeakMatchRules",
224
!
asv_add_uint32
(&iter, &arr_iter, "PeakMatchRulesPerConnection"
[
all
...]
Completed in 135 milliseconds