Home
last modified time | relevance | path

Searched refs:MockBundleInstallerHost (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_installer_host.cpp21 MockBundleInstallerHost::MockBundleInstallerHost() in MockBundleInstallerHost() function in OHOS::AppExecFwk::MockBundleInstallerHost
26 MockBundleInstallerHost::~MockBundleInstallerHost() in ~MockBundleInstallerHost()
31 bool MockBundleInstallerHost::Install( in Install()
44 bool MockBundleInstallerHost::Install(const std::vector<std::string> &bundleFilePath, const InstallParam &installParam, in Install()
59 bool MockBundleInstallerHost::Uninstall( in Uninstall()
72 bool MockBundleInstallerHost::Uninstall(const std::string &bundleName, const std::string &modulePackage, in Uninstall()
86 bool MockBundleInstallerHost::Recover(const std::string &bundleName, const InstallParam &installParam, in Recover()
96 ErrCode MockBundleInstallerHost
[all...]
H A Dmock_bundle_installer_host.h50 class MockBundleInstallerHost : public IRemoteStub<IBundleInstaller> { class
52 MockBundleInstallerHost();
53 ~MockBundleInstallerHost() override;
82 DISALLOW_COPY_AND_MOVE(MockBundleInstallerHost);
/foundation/bundlemanager/bundle_tool/test/moduletest/bm/
H A Dbm_command_uninstall_module_test.cpp75 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()
H A Dbm_command_install_module_test.cpp75 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()
H A Dbm_command_dump_module_test.cpp75 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()
/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_dump_dependencies_test.cpp74 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()
H A Dbm_command_overlay_test.cpp74 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()
H A Dbm_command_dump_test.cpp76 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()
H A Dbm_command_uninstall_test.cpp74 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()
H A Dbm_command_install_test.cpp75 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()
H A Dbm_command_test.cpp80 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()

Completed in 8 milliseconds