/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/ |
H A D | bundle_inner_interface.h | 49 UNINSTALL,
enumerator
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | event_report.cpp | 28 BundleEventType::INSTALL, BundleEventType::UNINSTALL, 37 BundleEventType::INSTALL, BundleEventType::UNINSTALL,
|
H A D | bundle_common_event_mgr.cpp | 160 } else if (type == SandboxInstallType::UNINSTALL) { in NotifySandboxAppStatus()
|
H A D | bundle_installer_host.cpp | 71 case static_cast<uint32_t>(BundleInstallerInterfaceCode::UNINSTALL): in OnRemoteRequest()
|
H A D | base_bundle_installer.cpp | 374 BundleEventType::UNINSTALL, in UninstallBundle() 480 BundleEventType::UNINSTALL, in UninstallHspBundle() 520 BundleEventType::UNINSTALL, in UninstallHspVersion() 568 BundleEventType::UNINSTALL, in UninstallBundle()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_common_event_mgr.h | 48 UNINSTALL, member in OHOS::AppExecFwk::SandboxInstallType
|
H A D | event_report.h | 59 UNINSTALL, member in OHOS::AppExecFwk::BundleEventType
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.h | 37 UNINSTALL = 2,
member in OHOS::AppExecFwk::InstallOption
|
H A D | installer.cpp | 960 } else if (option == InstallOption::UNINSTALL) { in GetFunctionName() 986 case InstallOption::UNINSTALL: in OperationCompleted() 1105 } else if (asyncCallbackInfo->option == InstallOption::UNINSTALL) { in UninstallOrRecoverExecuter() 1254 callbackPtr->option = InstallOption::UNINSTALL; in Uninstall()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 231 UNINSTALL, member in OHOS::AppExecFwk::BundleInstallerInterfaceCode
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_exception_handler.cpp | 116 commonEventMgr->NotifySandboxAppStatus(info, info.GetUid(userId), userId, SandboxInstallType::UNINSTALL); in RemoveTokenIdAndKeepSandboxDir()
|
H A D | bundle_sandbox_installer.cpp | 232 result = commonEventMgr->NotifySandboxAppStatus(info, userInfo.uid, userId_, SandboxInstallType::UNINSTALL); in UninstallSandboxApp()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_inner_feature.cpp | 284 if ((funcId >= BMS_INNER_BEGIN) && (funcId <= UNINSTALL)) {
in Invoke()
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_manager.cpp | 267 case UNINSTALL: {
in Notify() 437 int32_t ret = bmsInnerClient->Invoke(bmsInnerClient, UNINSTALL, &ipcIo, &result, Notify);
in Uninstall()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_ipc_test.cpp | 43 UNINSTALL,
563 uint32_t code = BundleInstallerInterfaceCode::UNINSTALL;
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_installer_proxy.cpp | 147 return SendInstallRequest(BundleInstallerInterfaceCode::UNINSTALL, data, reply, option); in Uninstall()
|