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.cc317 if (!bus_->Connect() || !bus_->SetUpAsyncOperations()) { in StartAsyncMethodCall()
426 if (!bus_->Connect() || !bus_->SetUpAsyncOperations()) in ConnectToNameOwnerChangedSignal()
Dexported_object.cc60 if (!bus_->SetUpAsyncOperations()) in ExportMethodAndBlock()
Dbus.h435 virtual bool SetUpAsyncOperations();
Dbus.cc586 bool Bus::SetUpAsyncOperations() { in SetUpAsyncOperations() function in dbus::Bus
897 if (!Connect() || !SetUpAsyncOperations()) in ListenForServiceOwnerChangeInternal()
Dobject_manager.cc178 if (!bus_->Connect() || !bus_->SetUpAsyncOperations()) in SetupMatchRuleAndFilter()