Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/dbus/
H A Dbus.cc164 async_operations_set_up_(false), in Bus()
590 if (async_operations_set_up_) in SetUpAsyncOperations()
610 async_operations_set_up_ = true; in SetUpAsyncOperations()
H A Dbus.h740 bool async_operations_set_up_; variable