Searched defs:DefaultServiceTraits (Results 1 – 1 of 1) sorted by relevance
77 struct DefaultServiceTraits { struct84 static constexpr const char* getServiceName() { return "/default"; } in getServiceName()88 static constexpr void onNewService(const InterfaceType<Service>&) {} in onNewService()92 static constexpr void onServiceDied(const InterfaceType<Service>&) {} in onServiceDied()95 static constexpr ServiceOptions options() { return ServiceOptions::kNone; } in options()