Searched refs:InstallerProxyTest (Results 1 – 1 of 1) sorted by relevance
31 class InstallerProxyTest : public StatusReceiverHost { class33 InstallerProxyTest();34 virtual ~InstallerProxyTest() override;39 InstallerProxyTest::InstallerProxyTest() in InstallerProxyTest() function in __anon5a77a8e60110::InstallerProxyTest42 InstallerProxyTest::~InstallerProxyTest() in ~InstallerProxyTest()45 void InstallerProxyTest::OnStatusNotify(const int progress) in OnStatusNotify()48 void InstallerProxyTest::OnFinished(const int32_t resultCode, const std::string &resultMsg) in OnFinished()95 sptr<InstallerProxyTest> statusReceiver(new (std::nothrow) InstallerProxyTest()); in BenchmarkTestInstallerProxyInfo()117 sptr<InstallerProxyTest> statusReceiver(new (std::nothrow) InstallerProxyTest()); in BenchmarkTestMultipleInstallerProxyInfo()137 sptr<InstallerProxyTest> statusReceiver = (new (std::nothrow) InstallerProxyTest()); in BenchmarkTestUninstallerApplication()