Searched refs:bundleInstallerProxy_ (Results 1 - 15 of 15) sorted by relevance
/foundation/bundlemanager/bundle_tool/test/moduletest/bm/ |
H A D | bm_command_uninstall_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_dump_module_test.cpp | 86 cmd.bundleInstallerProxy_ = installerProxyPtr_; in SetMockObjects()
|
/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() 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 D | bundle_test_tool.cpp | 985 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 D | form_bms_helper.cpp | 67 if (bundleInstallerProxy_ == nullptr) { in GetBundleInstaller() 70 bundleInstallerProxy_ = iBundleMgr->GetBundleInstaller(); in GetBundleInstaller() 73 return bundleInstallerProxy_; in GetBundleInstaller()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_bms_helper.h | 191 sptr<IBundleInstaller> bundleInstallerProxy_ = nullptr; member in OHOS::AppExecFwk::final
|
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 302 sptr<IBundleInstaller> bundleInstallerProxy_; member in OHOS::AppExecFwk::BundleManagerShellCommand
|
H A D | bundle_test_tool.h | 109 sptr<IBundleInstaller> bundleInstallerProxy_; member in OHOS::AppExecFwk::BundleTestTool
|
/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()
|
Completed in 21 milliseconds