Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/
H A Dinstaller_proxy_test.cpp31 class InstallerProxyTest : public StatusReceiverHost { class
33 InstallerProxyTest();
34 virtual ~InstallerProxyTest() override;
39 InstallerProxyTest::InstallerProxyTest() in InstallerProxyTest() function in __anon5a77a8e60110::InstallerProxyTest
42 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()