Home
last modified time | relevance | path

Searched refs:bundleInstallerProxy_ (Results 1 - 15 of 15) sorted by relevance

/foundation/bundlemanager/bundle_tool/test/moduletest/bm/
H A Dbm_command_uninstall_module_test.cpp86 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
H A Dbm_command_install_module_test.cpp86 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
H A Dbm_command_dump_module_test.cpp86 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp239 if (bundleInstallerProxy_ == nullptr) { in Init()
240 bundleInstallerProxy_ = bundleMgrProxy_->GetBundleInstaller(); in Init()
245 if ((bundleMgrProxy_ == nullptr) || (bundleInstallerProxy_ == nullptr) || in Init()
246 (bundleInstallerProxy_->AsObject() == nullptr)) { in Init()
2111 bundleInstallerProxy_->AsObject()->AddDeathRecipient(recipient); in InstallOperation()
2112 ErrCode res = bundleInstallerProxy_->StreamInstall(pathVec, installParam, statusReceiver); in InstallOperation()
2155 bundleInstallerProxy_->AsObject()->AddDeathRecipient(recipient); in UninstallOperation()
2157 bundleInstallerProxy_->Uninstall(bundleName, moduleName, installParam, statusReceiver); in UninstallOperation()
2159 bundleInstallerProxy_->Uninstall(bundleName, installParam, statusReceiver); in UninstallOperation()
2178 bundleInstallerProxy_ in UninstallSharedOperation()
[all...]
H A Dbundle_test_tool.cpp985 if (bundleInstallerProxy_ == nullptr) { in Init()
986 bundleInstallerProxy_ = bundleMgrProxy_->GetBundleInstaller(); in Init()
991 if ((bundleMgrProxy_ == nullptr) || (bundleInstallerProxy_ == nullptr) || in Init()
992 (bundleInstallerProxy_->AsObject() == nullptr)) { in Init()
1477 return bundleInstallerProxy_->InstallSandboxApp(bundleName, dlpType, userId, appIndex); in InstallSandboxOperation()
1533 return bundleInstallerProxy_->UninstallSandboxApp(bundleName, appIndex, userId); in UninstallSandboxOperation()
/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp67 if (bundleInstallerProxy_ == nullptr) { in GetBundleInstaller()
70 bundleInstallerProxy_ = iBundleMgr->GetBundleInstaller(); in GetBundleInstaller()
73 return bundleInstallerProxy_; in GetBundleInstaller()
/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h191 sptr<IBundleInstaller> bundleInstallerProxy_ = nullptr; member in OHOS::AppExecFwk::final
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h302 sptr<IBundleInstaller> bundleInstallerProxy_; member in OHOS::AppExecFwk::BundleManagerShellCommand
H A Dbundle_test_tool.h109 sptr<IBundleInstaller> bundleInstallerProxy_; member in OHOS::AppExecFwk::BundleTestTool
/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_dump_dependencies_test.cpp85 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
H A Dbm_command_overlay_test.cpp85 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
H A Dbm_command_dump_test.cpp87 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
H A Dbm_command_uninstall_test.cpp85 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
H A Dbm_command_install_test.cpp86 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
H A Dbm_command_test.cpp91 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()

Completed in 21 milliseconds