Searched refs:GetExportedObject (Results 1 – 7 of 7) sorted by relevance
242 exported_object_ = bus_->GetExportedObject(object_path_); in RegisterAsync()263 exported_object_ = bus_->GetExportedObject(object_path_); in RegisterAndBlock()
109 EXPECT_CALL(*bus_, GetExportedObject(kTestPath)).Times(1).WillOnce( in SetUp()
114 EXPECT_CALL(*bus_, GetExportedObject(kMethodsExportedOnPath)) in SetUp()
121 EXPECT_CALL(*bus_, GetExportedObject(kMethodsExportedOnPath)) in SetUp()
29 MOCK_METHOD1(GetExportedObject, ExportedObject*(
317 virtual ExportedObject* GetExportedObject(const ObjectPath& object_path);
256 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) { in GetExportedObject() function in dbus::Bus