Lines Matching refs:BackendImpl

61 class BackendImpl : public t_helper  class
65 BackendImpl * getMyBackend() const;
85 ::rtl::Reference<BackendImpl> const & myBackend,
108 BackendImpl( Sequence<Any> const & args,
124 BackendImpl::PackageImpl::PackageImpl( in PackageImpl()
125 ::rtl::Reference<BackendImpl> const & myBackend, in PackageImpl()
152 BackendImpl::BackendImpl( in BackendImpl() function in dp_registry::backend::script::__anon56d814e40111::BackendImpl
183 void BackendImpl::addDataToDb(OUString const & url) in addDataToDb()
189 bool BackendImpl::hasActiveEntry(OUString const & url) in hasActiveEntry()
198 void BackendImpl::update() throw (RuntimeException) in update()
206 BackendImpl::getSupportedPackageTypes() throw (RuntimeException) in getSupportedPackageTypes()
210 void BackendImpl::revokeEntryFromDb(OUString const & url) in revokeEntryFromDb()
216 void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaType*/) in packageRemoved()
226 Reference<deployment::XPackage> BackendImpl::bindPackage_( in bindPackage_()
299 BackendImpl * BackendImpl::PackageImpl::getMyBackend() const in getMyBackend()
301 BackendImpl * pBackend = static_cast<BackendImpl *>(m_myBackend.get()); in getMyBackend()
315 BackendImpl::PackageImpl::isRegistered_( in isRegistered_()
322 BackendImpl * that = getMyBackend(); in isRegistered_()
332 void BackendImpl::PackageImpl::processPackage_( in processPackage_()
341 BackendImpl * that = getMyBackend(); in processPackage_()
491 sdecl::class_<BackendImpl, sdecl::with_args<true> > serviceBI;