Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmock_bus.h43 MOCK_METHOD0(SetUpAsyncOperations, bool());
Dobject_proxy.cc257 if (!bus_->Connect() || !bus_->SetUpAsyncOperations()) { in StartAsyncMethodCall()
388 if (!bus_->Connect() || !bus_->SetUpAsyncOperations()) in ConnectToNameOwnerChangedSignal()
Dexported_object.cc59 if (!bus_->SetUpAsyncOperations()) in ExportMethodAndBlock()
Dbus.h445 virtual bool SetUpAsyncOperations();
Dbus.cc611 bool Bus::SetUpAsyncOperations() { in SetUpAsyncOperations() function in dbus::Bus
930 if (!Connect() || !SetUpAsyncOperations()) in ListenForServiceOwnerChangeInternal()
Dobject_manager.cc207 if (!bus_->Connect() || !bus_->SetUpAsyncOperations()) in SetupMatchRuleAndFilter()