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