Lines Matching refs:baseclass
221 #define IMPLEMENT_SERVICE_REGISTRATION_BASE( classname, baseclass ) \ argument
241 #define IMPLEMENT_SERVICE_REGISTRATION_1( classname, baseclass, service1 ) \ argument
242 IMPLEMENT_SERVICE_REGISTRATION_BASE( classname, baseclass ) \
250 baseclass::getSupportedServiceNames_Static(), \
255 #define IMPLEMENT_SERVICE_REGISTRATION_2( classname, baseclass, service1, service2 ) \ argument
256 IMPLEMENT_SERVICE_REGISTRATION_BASE( classname, baseclass ) \
265 baseclass::getSupportedServiceNames_Static(), \
270 …#define IMPLEMENT_SERVICE_REGISTRATION_7( classname, baseclass, service1, service2, service3, serv… argument
271 IMPLEMENT_SERVICE_REGISTRATION_BASE( classname, baseclass ) \
285 baseclass::getSupportedServiceNames_Static(), \
290 …#define IMPLEMENT_SERVICE_REGISTRATION_8( classname, baseclass, service1, service2, service3, serv… argument
291 IMPLEMENT_SERVICE_REGISTRATION_BASE( classname, baseclass ) \
306 baseclass::getSupportedServiceNames_Static(), \