Searched refs:GetSettings (Results 1 – 5 of 5) sorted by relevance
49 bluetooth::Daemon::Get()->GetSettings()->android_ipc_socket_suffix(); in Run()51 bluetooth::Daemon::Get()->GetSettings()->create_ipc_socket_path(); in Run()
32 MOCK_CONST_METHOD0(GetSettings, Settings*());
56 ON_CALL(*mock_daemon, GetSettings()).WillByDefault(Return(&settings_)); in SetUp()
54 virtual Settings* GetSettings() const = 0;
53 Settings* GetSettings() const override { return settings_.get(); } in GetSettings() function in bluetooth::__anonb38af1cc0110::DaemonImpl