Searched refs:UpdateCheck (Results 1 – 3 of 3) sorted by relevance
456 rtl::Reference< UpdateCheck > aController(UpdateCheck::get()); in runCheck()529 rtl::Reference< UpdateCheck > aController(UpdateCheck::get()); in run()711 rtl::Reference< UpdateCheck > aController(UpdateCheck::get()); in cancel()883 UpdateCheck::cancel() in cancel()901 UpdateCheck::download() in download()930 UpdateCheck::install() in install()978 UpdateCheck::pause() in pause()995 UpdateCheck::resume() in resume()1012 UpdateCheck::closeAfterFailure() in closeAfterFailure()1218 UpdateCheck::cancelDownload() in cancelDownload()[all …]
41 class UpdateCheck;47 inline rtl::Reference< UpdateCheck > SAL_CALL operator() () const;56 class UpdateCheck : class61 public rtl::StaticWithInit< rtl::Reference< UpdateCheck >, UpdateCheckInitData >63 … UpdateCheck() : m_eState(NOT_INITIALIZED), m_eUpdateState(UPDATESTATES_COUNT), m_pThread(NULL) {}; in UpdateCheck() function in UpdateCheck186 inline rtl::Reference< UpdateCheck > SAL_CALL189 return rtl::Reference< UpdateCheck > (new UpdateCheck()); in operator ()()
142 rtl::Reference< UpdateCheck > aController( UpdateCheck::get() ); in run()253 rtl::Reference<UpdateCheck> aController( UpdateCheck::get() ); in handleExtensionUpdates()351 return *UpdateCheckConfig::get(xContext, *UpdateCheck::get()); in createConfigInstance()
Completed in 29 milliseconds