Searched refs:bundleInstallerProxy_ (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_bms_helper.cpp | 67 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 D | bm_command_dump_module_test.cpp | 86 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
|
H A D | bm_command_install_module_test.cpp | 86 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
|
H A D | bm_command_uninstall_module_test.cpp | 86 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 239 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 D | bundle_test_tool.cpp | 935 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 D | form_bms_helper.h | 191 sptr<IBundleInstaller> bundleInstallerProxy_ = nullptr; variable
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 297 sptr<IBundleInstaller> bundleInstallerProxy_; variable
|
H A D | bundle_test_tool.h | 107 sptr<IBundleInstaller> bundleInstallerProxy_; variable
|
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/ |
H A D | bm_command_dump_dependencies_test.cpp | 85 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
|
H A D | bm_command_overlay_test.cpp | 85 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
|
H A D | bm_command_dump_test.cpp | 87 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
|
H A D | bm_command_uninstall_test.cpp | 85 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
|
H A D | bm_command_install_test.cpp | 86 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
|
H A D | bm_command_test.cpp | 91 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
|