Searched refs:DlcServiceInterface (Results 1 – 9 of 9) sorted by relevance
30 class DlcServiceInterface {32 virtual ~DlcServiceInterface() = default;47 DlcServiceInterface() = default;50 DISALLOW_COPY_AND_ASSIGN(DlcServiceInterface);55 std::unique_ptr<DlcServiceInterface> CreateDlcService();
26 std::unique_ptr<DlcServiceInterface> CreateDlcService() { in CreateDlcService()
28 class DlcServiceStub : public DlcServiceInterface {
40 class DlcServiceInterface; variable115 virtual DlcServiceInterface* dlcservice() = 0;
130 inline DlcServiceInterface* dlcservice() override { in dlcservice()145 std::unique_ptr<DlcServiceInterface> dlcservice_;
30 class DlcServiceChromeOS : public DlcServiceInterface {
103 inline DlcServiceInterface* dlcservice() override { return dlcservice_; } in dlcservice()170 inline void set_dlcservice(DlcServiceInterface* dlcservice) { in set_dlcservice()270 DlcServiceInterface* dlcservice_;
37 std::unique_ptr<DlcServiceInterface> CreateDlcService() { in CreateDlcService()
155 class MockDlcService : public DlcServiceInterface {