Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dbus.cc166 num_pending_watches_(0), in Bus()
183 DCHECK_EQ(0, num_pending_watches_); in ~Bus()
993 ++num_pending_watches_; in OnAddWatch()
1002 --num_pending_watches_; in OnRemoveWatch()
Dbus.h745 int num_pending_watches_; variable