Searched refs:mock_daemon (Results 1 – 1 of 1) sorted by relevance
52 auto mock_daemon = new bluetooth::testing::MockDaemon(); in SetUp() local54 ON_CALL(*mock_daemon, GetSettings()).WillByDefault(Return(&settings_)); in SetUp()55 ON_CALL(*mock_daemon, GetMessageLoop()) in SetUp()58 bluetooth::Daemon::InitializeForTesting(mock_daemon); in SetUp()