Searched refs:EventFactory (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/lib/libdevdctl/
H A Dconsumer.h57 EventFactory::Record *regEntries = NULL,
113 EventFactory GetFactory();
140 EventFactory m_eventFactory;
167 inline EventFactory
H A Devent_factory.h47 /*------------------------------- EventFactory -------------------------------*/
51 class EventFactory class in namespace:DevdCtl
75 EventFactory(Event::BuildMethod *defaultBuildMethod = NULL);
87 inline const EventFactory::Registry &
88 EventFactory::GetRegistry() const
H A Devent_factory.cc57 /*------------------------------- EventFactory -------------------------------*/
59 EventFactory::EventFactory(Event::BuildMethod *defaultBuildMethod) function in class:DevdCtl::EventFactory
65 EventFactory::UpdateRegistry(Record regEntries[], size_t numEntries)
67 EventFactory::Record *rec(regEntries);
68 EventFactory::Record *lastRec(rec + numEntries - 1);
81 EventFactory::Build(Event::Type type, NVPairMap &nvpairs,
H A Devent.h50 class EventFactory;
72 friend class EventFactory;
100 static Event *CreateEvent(const EventFactory &factory,
H A Dconsumer.cc78 EventFactory::Record *regEntries,
H A Devent.cc102 Event::CreateEvent(const EventFactory &factory, const string &eventString)
/freebsd-11.0-release/lib/libdevdctl/tests/
H A Dlibdevdctl_unittest.cc62 m_factory = new EventFactory();
72 EventFactory *m_factory;
74 static EventFactory::Record s_registry[REGISTRY_SIZE];
77 DevdCtl::EventFactory::Record DevNameTest::s_registry[REGISTRY_SIZE] = {
/freebsd-11.0-release/cddl/usr.sbin/zfsd/
H A Dzfsd.h225 static DevdCtl::EventFactory::Record s_registryEntries[];
H A Dzfsd.cc83 using DevdCtl::EventFactory;
99 EventFactory::Record ZfsDaemon::s_registryEntries[] =
H A Dcase_file.cc86 using DevdCtl::EventFactory;
827 const EventFactory &factory(ZfsDaemon::Get().GetFactory());
/freebsd-11.0-release/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc76 using DevdCtl::EventFactory;
105 static EventFactory::Record s_buildRecords[];
108 EventFactory::Record MockZfsEvent::s_buildRecords[] =
382 m_eventFactory = new EventFactory();
395 EventFactory *m_eventFactory;
425 m_eventFactory = new EventFactory();
460 EventFactory *m_eventFactory;
635 m_eventFactory = new EventFactory();
679 EventFactory *m_eventFactory;

Completed in 89 milliseconds