Searched refs:fake_cros_disks_client_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager_unittest.cc128 fake_cros_disks_client_ = mock_thread_manager->fake_cros_disks_client();
201 chromeos::FakeCrosDisksClient* fake_cros_disks_client_; member in class:__anon7277::DiskMountManagerTest
251 fake_cros_disks_client_->MakeUnmountFail();
258 EXPECT_EQ(1, fake_cros_disks_client_->unmount_call_count());
260 fake_cros_disks_client_->last_unmount_device_path());
262 fake_cros_disks_client_->last_unmount_options());
263 EXPECT_EQ(0, fake_cros_disks_client_->format_device_call_count());
295 fake_cros_disks_client_->MakeFormatDeviceFail();
302 EXPECT_EQ(1, fake_cros_disks_client_->unmount_call_count());
304 fake_cros_disks_client_
[all...]
/external/chromium_org/chromeos/dbus/
H A Dmock_dbus_thread_manager_without_gmock.cc40 fake_cros_disks_client_(new FakeCrosDisksClient),
123 return fake_cros_disks_client_.get();
H A Dmock_dbus_thread_manager_without_gmock.h119 return fake_cros_disks_client_.get();
198 scoped_ptr<FakeCrosDisksClient> fake_cros_disks_client_; member in class:chromeos::MockDBusThreadManagerWithoutGMock

Completed in 79 milliseconds