Home
last modified time | relevance | path

Searched defs:installParam (Results 1 – 25 of 119) sorted by relevance

12345

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/
H A Dbms_bundle_installers_test.cpp135 InstallParam installParam; variable
159 InstallParam installParam; variable
183 InstallParam installParam; variable
213 InstallParam installParam; variable
230 InstallParam installParam; variable
256 InstallParam installParam; variable
295 InstallParam installParam; variable
319 InstallParam installParam; variable
343 InstallParam installParam; variable
366 InstallParam installParam; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_installer_host.cpp32 …const std::string &bundleFilePath, const InstallParam &installParam, const sptr<IStatusReceiver> &… in Install()
44 …llerHost::Install(const std::vector<std::string> &bundleFilePath, const InstallParam &installParam, in Install()
60 …const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &stat… in Uninstall()
73 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
86 …l MockBundleInstallerHost::Recover(const std::string &bundleName, const InstallParam &installParam, in Recover()
97 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in StreamInstall()
115 …leStreamInstaller> MockBundleInstallerHost::CreateStreamInstaller(const InstallParam &installParam, in CreateStreamInstaller()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp39 InstallParam &installParam, in InstallSystemBundle()
62 InstallParam &installParam, in OTAInstallSystemBundle()
93 InstallParam installParam; in UninstallSystemBundle() local
121 InstallParam installParam; in UninstallSystemBundle() local
150 InstallParam installParam; in UninstallSystemBundle() local
171 …leInstaller::UninstallSystemBundle(const std::string &bundleName, const InstallParam &installParam) in UninstallSystemBundle()
189 InstallParam &installParam, in InstallSystemSharedBundle()
205 InstallParam &installParam, in OTAInstallSystemBundleNeedCheckUser()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp36 InstallParam &installParam, in InstallSystemBundle()
51 InstallParam &installParam, in InstallSystemSharedBundle()
67 InstallParam &installParam, in OTAInstallSystemBundle()
97 InstallParam &installParam, in OTAInstallSystemBundleNeedCheckUser()
145 InstallParam installParam; in UninstallSystemBundle() local
171 InstallParam installParam; in UninstallSystemBundle() local
198 InstallParam installParam; in UninstallSystemBundle() local
218 …leInstaller::UninstallSystemBundle(const std::string &bundleName, const InstallParam &installParam) in UninstallSystemBundle()
259 InstallParam installParam; in CheckUninstallSystemHsp() local
H A Dbundle_installer_host.cpp116 std::unique_ptr<InstallParam> installParam(data.ReadParcelable<InstallParam>()); in HandleInstallMessage() local
136 std::unique_ptr<InstallParam> installParam(data.ReadParcelable<InstallParam>()); in HandleRecoverMessage() local
169 std::unique_ptr<InstallParam> installParam(data.ReadParcelable<InstallParam>()); in HandleInstallMultipleHapsMessage() local
189 std::unique_ptr<InstallParam> installParam(data.ReadParcelable<InstallParam>()); in HandleUninstallMessage() local
210 std::unique_ptr<InstallParam> installParam(data.ReadParcelable<InstallParam>()); in HandleUninstallModuleMessage() local
274 std::unique_ptr<InstallParam> installParam(data.ReadParcelable<InstallParam>()); in HandleCreateStreamInstaller() local
335 std::unique_ptr<InstallParam> installParam(data.ReadParcelable<InstallParam>()); in HandleUninstallAndRecoverMessage() local
458 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
502 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in InstallByBundleName()
592 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in StreamInstall()
[all …]
H A Dbundle_installer.cpp36 void BundleInstaller::Install(const std::string &bundleFilePath, const InstallParam &installParam) in Install()
62 void BundleInstaller::Recover(const std::string &bundleName, const InstallParam &installParam) in Recover()
82 …staller::Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam) in Install()
107 …ndleInstaller::InstallByBundleName(const std::string &bundleName, const InstallParam &installParam) in InstallByBundleName()
115 void BundleInstaller::Uninstall(const std::string &bundleName, const InstallParam &installParam) in Uninstall()
158 … const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam) in Uninstall()
218 …ndleInstaller::UninstallAndRecover(const std::string &bundleName, const InstallParam &installParam) in UninstallAndRecover()
H A Dbundle_installer_manager.cpp48 …const std::string &bundleFilePath, const InstallParam &installParam, const sptr<IStatusReceiver> &… in CreateInstallTask()
65 …const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &stat… in CreateRecoverTask()
82 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateInstallTask()
103 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateInstallByBundleNameTask()
121 …const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &stat… in CreateUninstallTask()
138 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateUninstallTask()
172 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateUninstallAndRecoverTask()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/
H A Dbundle_mgr_code_signature_system_test.cpp202 InstallParam installParam; in UninstallBundle() local
236 InstallParam installParam; variable
254 InstallParam installParam; variable
273 InstallParam installParam; variable
291 InstallParam installParam; variable
309 InstallParam installParam; variable
330 InstallParam installParam; variable
352 InstallParam installParam; variable
376 InstallParam installParam; variable
398 InstallParam installParam; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_manager_test/
H A Dbms_bundle_installer_manager_test.cpp89 InstallParam installParam; variable
107 InstallParam installParam; variable
125 InstallParam installParam; variable
145 InstallParam installParam; variable
163 InstallParam installParam; variable
181 InstallParam installParam; variable
201 InstallParam installParam; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/
H A Dbms_bundle_multiuser_install_ipc_test.cpp115 bool Install(const std::string &bundleFilePath, const InstallParam &installParam, in Install()
120 bool Recover(const std::string &bundleName, const InstallParam &installParam, in Recover()
125 bool Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, in Install()
130 bool Uninstall(const std::string &bundleName, const InstallParam &installParam, in Uninstall()
141 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
145 bool InstallByBundleName(const std::string &bundleName, const InstallParam &installParam, in InstallByBundleName()
159 sptr<IBundleStreamInstaller> CreateStreamInstaller(const InstallParam &installParam, in CreateStreamInstaller()
168 …de StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, in StreamInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp780 InstallParam installParam; variable
794 InstallParam installParam; variable
809 InstallParam installParam; variable
823 InstallParam installParam; variable
866 InstallParam installParam; variable
880 InstallParam installParam; variable
894 InstallParam installParam; variable
967 InstallParam installParam; variable
983 InstallParam installParam; variable
1001 InstallParam installParam; variable
[all …]
H A Dbms_bundle_permission_false_test.cpp1063 InstallParam installParam; variable
1077 InstallParam installParam; variable
1092 InstallParam installParam; variable
1122 InstallParam installParam; variable
1165 InstallParam installParam; variable
1179 InstallParam installParam; variable
1193 InstallParam installParam; variable
1220 InstallParam installParam; variable
1358 InstallParam installParam; variable
1374 InstallParam installParam; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_interface.h92 … virtual bool InstallByBundleName(const std::string &bundleName, const InstallParam &installParam, in InstallByBundleName()
124 …ateBundleForSelf(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, in UpdateBundleForSelf()
130 … virtual bool UninstallAndRecover(const std::string &bundleName, const InstallParam &installParam, in UninstallAndRecover()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/
H A Dbundle_manager.cpp20 bool Install(const char *hapPath, const InstallParam *installParam, InstallerCallback installerCall… in Install()
25 bool Uninstall(const char *bundleName, const InstallParam *installParam, InstallerCallback installe… in Uninstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/
H A Dinstaller_proxy_test.cpp93 InstallParam installParam; in BenchmarkTestInstallerProxyInfo() local
115 InstallParam installParam; in BenchmarkTestMultipleInstallerProxyInfo() local
134 InstallParam installParam; in BenchmarkTestUninstallerApplication() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp51 …const std::string &bundlePath, const InstallParam &installParam, const sptr<IStatusReceiver> &stat… in Install()
74 …erProxy::Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, in Install()
104 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Recover()
128 …const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &stat… in Uninstall()
151 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
265 …undleStreamInstaller> BundleInstallerProxy::CreateStreamInstaller(const InstallParam &installParam, in CreateStreamInstaller()
346 …nstallerProxy::UninstallAndRecover(const std::string &bundleName, const InstallParam &installParam, in UninstallAndRecover()
370 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in StreamInstall()
613 const InstallParam &installParam) in CopySignatureFileToService()
642 const InstallParam &installParam) in CopyPgoFileToService()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp130 InstallParam installParam; in InstallBundle() local
175 InstallParam installParam; in UnInstallBundle() local
508 InstallParam installParam; variable
526 InstallParam installParam; variable
545 InstallParam installParam; variable
565 InstallParam installParam; variable
786 InstallParam installParam; variable
801 InstallParam installParam; variable
822 InstallParam installParam; variable
850 InstallParam installParam; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp55 const InstallParam &installParam, InstallCheckParam &checkParam) in BuildCheckParam()
83 const std::vector<std::string> &hspPaths, InstallParam &installParam) in Install()
172 const std::vector<std::string> &hspPaths, InstallParam &installParam) in BeforeInstall()
210 const std::vector<std::string> &hspPaths, InstallParam &installParam) in ProcessInstall()
294 const std::vector<std::string> &hspPaths, InstallParam &installParam, in CheckAndParseFiles()
452 InstallParam &installParam) in InnerProcessInstall()
716 InstallParam &installParam) in UpdateAppService()
739 InnerBundleInfo &newInfo, const std::string &hspPath, const InstallParam &installParam) in ProcessBundleUpdateStatus()
770 InnerBundleInfo &oldInfo, const std::string &hspPath, const InstallParam &installParam) in ProcessModuleUpdate()
804 InnerBundleInfo &oldInfo, const std::string &hspPath, const InstallParam &installParam) in ProcessNewModuleInstall()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
H A Dbms_bundle_hsp_test.cpp122 InstallParam installParam; in InstallBundle() local
166 InstallParam installParam; in UpdateBundle() local
190 InstallParam installParam; in UnInstallBundle() local
330 InstallParam installParam; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_updater_test/
H A Dbms_bundle_updater_test.cpp136 InstallParam installParam; in InstallBundle() local
158 InstallParam installParam; in UninstallBundle() local
179 InstallParam installParam; in UpdateBundle() local
200 InstallParam installParam; in UpdateBundle() local
428 InstallParam installParam; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/
H A Dbms_bundle_crowdtesting_test.cpp126 InstallParam installParam; in InstallBundle() local
152 InstallParam installParam; in InstallBundle() local
181 InstallParam installParam; in UpdateBundle() local
207 InstallParam installParam; in UpdateBundle() local
233 InstallParam installParam; in UnInstallBundle() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp116 InstallParam installParam; in InstallSystemHsp() local
127 InstallParam installParam; in InstallSystemBundle() local
152 InstallParam installParam; in UnInstallBundle() local
168 InstallParam installParam; in InitAppServiceFwkInstaller() local
324 InstallParam installParam; variable
818 InstallParam installParam; variable
846 InstallParam installParam; variable
866 InstallParam installParam; variable
925 InstallParam installParam; variable
946 InstallParam installParam; variable
/ohos5.0/base/startup/init/services/modules/init_hook/
H A Dparam_hook.c63 static const ParamCmdInfo installParam[] = { in GetServiceCtl() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/
H A Dappservicefwkinstallerinstall_fuzzer.cpp31 InstallParam installParam; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_dependencies_test/
H A Dbms_bundle_dependencies_test.cpp120 InstallParam installParam; in InstallBundle() local
144 InstallParam installParam; in UpdateBundle() local
168 InstallParam installParam; in UnInstallBundle() local

12345