Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_tool/test/moduletest/bm/
H A Dbm_command_dump_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_uninstall_module_test.cpp86 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
/ohos5.0/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()
2217 bundleInstallerProxy_->AsObject()->AddDeathRecipient(recipient); in InstallOperation()
2218 ErrCode res = bundleInstallerProxy_->StreamInstall(pathVec, installParam, statusReceiver); in InstallOperation()
2261 bundleInstallerProxy_->AsObject()->AddDeathRecipient(recipient); in UninstallOperation()
2263 bundleInstallerProxy_->Uninstall(bundleName, moduleName, installParam, statusReceiver); in UninstallOperation()
2265 bundleInstallerProxy_->Uninstall(bundleName, installParam, statusReceiver); in UninstallOperation()
2284 bundleInstallerProxy_->AsObject()->AddDeathRecipient(recipient); in UninstallSharedOperation()
[all …]
H A Dbundle_test_tool.cpp935 if (bundleInstallerProxy_ == nullptr) { in Init()
936 bundleInstallerProxy_ = bundleMgrProxy_->GetBundleInstaller(); in Init()
941 if ((bundleMgrProxy_ == nullptr) || (bundleInstallerProxy_ == nullptr) || in Init()
942 (bundleInstallerProxy_->AsObject() == nullptr)) { in Init()
1427 return bundleInstallerProxy_->InstallSandboxApp(bundleName, dlpType, userId, appIndex); in InstallSandboxOperation()
1483 return bundleInstallerProxy_->UninstallSandboxApp(bundleName, appIndex, userId); in UninstallSandboxOperation()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h191 sptr<IBundleInstaller> bundleInstallerProxy_ = nullptr; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h297 sptr<IBundleInstaller> bundleInstallerProxy_; variable
H A Dbundle_test_tool.h107 sptr<IBundleInstaller> bundleInstallerProxy_; variable
/ohos5.0/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()