HomeSort by relevance Sort by last modified time
    Searched refs:mock_exported_object_ (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/brillo/dbus/
exported_object_manager_unittest.cc 108 mock_exported_object_ = new dbus::MockExportedObject(bus_.get(), kTestPath);
110 Return(mock_exported_object_.get()));
111 EXPECT_CALL(*mock_exported_object_, ExportMethod(_, _, _, _))
119 EXPECT_CALL(*mock_exported_object_, Unregister()).Times(1);
133 scoped_refptr<dbus::MockExportedObject> mock_exported_object_; member in class:brillo::dbus_utils::ExportedObjectManagerTest
139 EXPECT_CALL(*mock_exported_object_, SendSignal(_))
146 EXPECT_CALL(*mock_exported_object_, SendSignal(_)).Times(1);
147 EXPECT_CALL(*mock_exported_object_, SendSignal(_))
166 EXPECT_CALL(*mock_exported_object_, SendSignal(_)).Times(1);
exported_property_set_unittest.cc 119 mock_exported_object_ =
122 .Times(1).WillOnce(Return(mock_exported_object_.get()));
124 EXPECT_CALL(*mock_exported_object_,
130 EXPECT_CALL(*mock_exported_object_, Unregister()).Times(1);
167 scoped_refptr<dbus::MockExportedObject> mock_exported_object_; member in class:brillo::dbus_utils::ExportedPropertySetTest
196 EXPECT_CALL(*mock_exported_object_, SendSignal(_)).Times(14);
214 EXPECT_CALL(*mock_exported_object_, SendSignal(_)).Times(1);
536 EXPECT_CALL(*mock_exported_object_, SendSignal(_)).Times(1);
585 EXPECT_CALL(*mock_exported_object_, SendSignal(_))
dbus_object_unittest.cc 106 mock_exported_object_ =
110 .WillRepeatedly(Return(mock_exported_object_.get()));
111 EXPECT_CALL(*mock_exported_object_, ExportMethod(_, _, _, _))
113 EXPECT_CALL(*mock_exported_object_, Unregister()).Times(1);
149 scoped_refptr<dbus::MockExportedObject> mock_exported_object_; member in class:brillo::dbus_utils::DBusObjectTest
  /system/tpm/tpm_manager/server/
dbus_service_test.cc 49 mock_exported_object_ =
52 .WillByDefault(Return(mock_exported_object_.get()));
86 scoped_refptr<dbus::MockExportedObject> mock_exported_object_; member in class:tpm_manager::DBusServiceTest
  /system/tpm/attestation/server/
dbus_service_test.cc 46 mock_exported_object_ =
49 .WillByDefault(Return(mock_exported_object_.get()));
70 scoped_refptr<dbus::MockExportedObject> mock_exported_object_; member in class:attestation::DBusServiceTest

Completed in 277 milliseconds