Home
last modified time | relevance | path

Searched refs:SendInstallRequest (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp71 return SendInstallRequest(BundleInstallerInterfaceCode::INSTALL, data, reply, option); in Install()
99 return SendInstallRequest(BundleInstallerInterfaceCode::INSTALL_MULTIPLE_HAPS, data, reply, in Install()
123 return SendInstallRequest(BundleInstallerInterfaceCode::RECOVER, data, reply, in Recover()
147 return SendInstallRequest(BundleInstallerInterfaceCode::UNINSTALL, data, reply, option); in Uninstall()
171 return SendInstallRequest(BundleInstallerInterfaceCode::UNINSTALL_MODULE, data, reply, option); in Uninstall()
219 SendInstallRequest(BundleInstallerInterfaceCode::INSTALL_SANDBOX_APP, data, reply, option); in InstallSandboxApp()
257SendInstallRequest(BundleInstallerInterfaceCode::UNINSTALL_SANDBOX_APP, data, reply, option); in UninstallSandboxApp()
682 bool BundleInstallerProxy::SendInstallRequest( in SendInstallRequest() function in OHOS::AppExecFwk::BundleInstallerProxy
724 SendInstallRequest(BundleInstallerInterfaceCode::INSTALL_CLONE_APP, data, reply, option); in InstallCloneApp()
762 SendInstallRequest(BundleInstallerInterfaceCode::UNINSTALL_CLONE_APP, data, reply, option); in UninstallCloneApp()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_proxy.h122 …bool SendInstallRequest(BundleInstallerInterfaceCode code, MessageParcel& data, MessageParcel& rep…