Home
last modified time | relevance | path

Searched refs:TestService (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sal/test/unloading/
H A Dsamplelib1.cxx64 class TestService: public WeakImplHelper1<XServiceInfo> class
69 TestService( OUString implName, OUString serviceName);
70 ~TestService();
76 TestService::TestService( OUString implName, OUString serviceName): in TestService() function in TestService
82 TestService::~TestService() in ~TestService()
87 OUString SAL_CALL TestService::getImplementationName( ) throw (RuntimeException) in getImplementationName()
95 Sequence<OUString > SAL_CALL TestService::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
105 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test1_createInstance()
112 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test2_createInstance()
119 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test3_createInstance()
[all …]
H A Dsamplelib2.cxx61 class TestService: public WeakImplHelper1<XServiceInfo> class
66 TestService( OUString implName, OUString serviceName);
67 ~TestService();
73 TestService::TestService( OUString implName, OUString serviceName): in TestService() function in TestService
79 TestService::~TestService() in ~TestService()
84 OUString SAL_CALL TestService::getImplementationName( ) throw (RuntimeException) in getImplementationName()
88 sal_Bool SAL_CALL TestService::supportsService( const OUString& ServiceName ) throw (RuntimeExcepti… in supportsService()
92 Sequence<OUString > SAL_CALL TestService::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
102 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test21_createInstance()
109 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test22_createInstance()
[all …]
/trunk/main/testtools/source/servicetests/
H A Dmakefile.mk30 JAVAFILES := TestBase.java TestService.java
H A DLocalServiceTest.java41 insert(new TestService()); in getTestServiceFactory()
H A DTestService.java33 public final class TestService implements XServiceInfo, XSingleComponentFactory class
H A DRemoteServiceTest.java73 insert(new TestService());

Completed in 26 milliseconds