Home
last modified time | relevance | path

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

/aosp12/system/bt/service/test/
H A Dipc_linux_unittest.cc54 auto mock_daemon = new bluetooth::testing::MockDaemon(); in SetUp() local
56 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()