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