Home
last modified time | relevance | path

Searched refs:BundleInstallerInterfaceCode (Results 1 – 5 of 5) 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()
257 … SendInstallRequest(BundleInstallerInterfaceCode::UNINSTALL_SANDBOX_APP, data, reply, option); in UninstallSandboxApp()
366 …return SendInstallRequest(BundleInstallerInterfaceCode::UNINSTALL_AND_RECOVER, data, reply, option… in UninstallAndRecover()
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/services/bundlemgr/src/
H A Dbundle_installer_host.cpp64 case static_cast<uint32_t>(BundleInstallerInterfaceCode::INSTALL): in OnRemoteRequest()
67 case static_cast<uint32_t>(BundleInstallerInterfaceCode::INSTALL_MULTIPLE_HAPS): in OnRemoteRequest()
70 case static_cast<uint32_t>(BundleInstallerInterfaceCode::UNINSTALL): in OnRemoteRequest()
73 case static_cast<uint32_t>(BundleInstallerInterfaceCode::UNINSTALL_MODULE): in OnRemoteRequest()
79 case static_cast<uint32_t>(BundleInstallerInterfaceCode::RECOVER): in OnRemoteRequest()
82 case static_cast<uint32_t>(BundleInstallerInterfaceCode::INSTALL_SANDBOX_APP): in OnRemoteRequest()
85 case static_cast<uint32_t>(BundleInstallerInterfaceCode::UNINSTALL_SANDBOX_APP): in OnRemoteRequest()
94 case static_cast<uint32_t>(BundleInstallerInterfaceCode::UNINSTALL_AND_RECOVER): in OnRemoteRequest()
97 case static_cast<uint32_t>(BundleInstallerInterfaceCode::INSTALL_CLONE_APP): in OnRemoteRequest()
100 case static_cast<uint32_t>(BundleInstallerInterfaceCode::UNINSTALL_CLONE_APP): in OnRemoteRequest()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_ipc_test.cpp39 enum BundleInstallerInterfaceCode : uint32_t { enum
522 uint32_t code = BundleInstallerInterfaceCode::INSTALL;
543 uint32_t code = BundleInstallerInterfaceCode::INSTALL_MULTIPLE_HAPS;
564 uint32_t code = BundleInstallerInterfaceCode::UNINSTALL;
585 uint32_t code = BundleInstallerInterfaceCode::UNINSTALL_MODULE;
627 uint32_t code = BundleInstallerInterfaceCode::RECOVER;
648 uint32_t code = BundleInstallerInterfaceCode::INSTALL_SANDBOX_APP;
669 uint32_t code = BundleInstallerInterfaceCode::UNINSTALL_SANDBOX_APP;
690 uint32_t code = BundleInstallerInterfaceCode::CREATE_STREAM_INSTALLER;
711 uint32_t code = BundleInstallerInterfaceCode::DESTORY_STREAM_INSTALLER;
[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…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h232 enum class BundleInstallerInterfaceCode : uint8_t { enum