Home
last modified time | relevance | path

Searched refs:mock_exported_object_ (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/dbus/
Dexported_object_manager_unittest.cc108 mock_exported_object_ = new dbus::MockExportedObject(bus_.get(), kTestPath); in SetUp()
110 Return(mock_exported_object_.get())); in SetUp()
111 EXPECT_CALL(*mock_exported_object_, ExportMethod(_, _, _, _)) in SetUp()
119 EXPECT_CALL(*mock_exported_object_, Unregister()).Times(1); in TearDown()
133 scoped_refptr<dbus::MockExportedObject> mock_exported_object_; member in brillo::dbus_utils::ExportedObjectManagerTest
139 EXPECT_CALL(*mock_exported_object_, SendSignal(_)) in TEST_F()
146 EXPECT_CALL(*mock_exported_object_, SendSignal(_)).Times(1); in TEST_F()
147 EXPECT_CALL(*mock_exported_object_, SendSignal(_)) in TEST_F()
166 EXPECT_CALL(*mock_exported_object_, SendSignal(_)).Times(1); in TEST_F()
Dexported_property_set_unittest.cc119 mock_exported_object_ = in SetUp()
122 .Times(1).WillOnce(Return(mock_exported_object_.get())); in SetUp()
124 EXPECT_CALL(*mock_exported_object_, in SetUp()
130 EXPECT_CALL(*mock_exported_object_, Unregister()).Times(1); in TearDown()
167 scoped_refptr<dbus::MockExportedObject> mock_exported_object_; member in brillo::dbus_utils::ExportedPropertySetTest
196 EXPECT_CALL(*mock_exported_object_, SendSignal(_)).Times(14); in TEST_F()
214 EXPECT_CALL(*mock_exported_object_, SendSignal(_)).Times(1); in TEST_F()
536 EXPECT_CALL(*mock_exported_object_, SendSignal(_)).Times(1); in TEST_F()
585 EXPECT_CALL(*mock_exported_object_, SendSignal(_)) in TEST_F()
Ddbus_object_unittest.cc106 mock_exported_object_ = in SetUp()
110 .WillRepeatedly(Return(mock_exported_object_.get())); in SetUp()
111 EXPECT_CALL(*mock_exported_object_, ExportMethod(_, _, _, _)) in SetUp()
113 EXPECT_CALL(*mock_exported_object_, Unregister()).Times(1); in SetUp()
149 scoped_refptr<dbus::MockExportedObject> mock_exported_object_; member in brillo::dbus_utils::DBusObjectTest