/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_common_event_mgr.h | 30 INSTALL = 1, member in OHOS::AppExecFwk::NotifyType 47 INSTALL = 0, member in OHOS::AppExecFwk::SandboxInstallType 56 NotifyType type = NotifyType::INSTALL;
|
H A D | event_report.h | 58 INSTALL, member in OHOS::AppExecFwk::BundleEventType
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/ |
H A D | bundle_inner_interface.h | 48 INSTALL = BMS_INNER_BEGIN, // bms install application
enumerator
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/ |
H A D | appservicefwkinstallersendbundlesystemevent_fuzzer.cpp | 38 appServicefwk.SendBundleSystemEvent(hspPaths, BundleEventType::INSTALL, installParam, InstallScene::BOOT, result); in DoSomethingInterestingWithMyAPI()
|
/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 | 57 { NotifyType::INSTALL, EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED }, in Init() 158 if (type == SandboxInstallType::INSTALL) { in NotifySandboxAppStatus()
|
H A D | bundle_multiuser_installer.cpp | 64 .type = NotifyType::INSTALL, in InstallExistedApp()
|
H A D | bundle_installer_host.cpp | 65 case static_cast<uint32_t>(BundleInstallerInterfaceCode::INSTALL): in OnRemoteRequest()
|
H A D | base_bundle_installer.cpp | 234 ((isAppExist_ && hasInstalledInUser_) ? BundleEventType::UPDATE : BundleEventType::INSTALL), in InstallBundle() 254 .type = NotifyType::INSTALL, in InstallBundleByBundleName() 272 BundleEventType::INSTALL, in InstallBundleByBundleName() 294 .type = NotifyType::INSTALL, in Recover() 5081 return NotifyType::INSTALL; in GetNotifyType()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.h | 35 INSTALL = 0,
member in OHOS::AppExecFwk::InstallOption
|
H A D | installer.cpp | 956 if (option == InstallOption::INSTALL) { in GetFunctionName() 978 case InstallOption::INSTALL: in OperationCompleted() 1030 callbackPtr->option = InstallOption::INSTALL; in Install()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 229 INSTALL = 0, member in OHOS::AppExecFwk::BundleInstallerInterfaceCode
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_installer.cpp | 138 result = commonEventMgr->NotifySandboxAppStatus(info, userInfo.uid, userId_, SandboxInstallType::INSTALL); in InstallSandboxApp()
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_manager.cpp | 266 case INSTALL:
in Notify() 394 int32_t ret = bmsInnerClient->Invoke(bmsInnerClient, INSTALL, &ipcIo, &result, Notify);
in Install()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 57 .type = NotifyType::INSTALL, in InstallCloneApp()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_ipc_test.cpp | 41 INSTALL = 0,
521 uint32_t code = BundleInstallerInterfaceCode::INSTALL;
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_installer_proxy.cpp | 71 return SendInstallRequest(BundleInstallerInterfaceCode::INSTALL, data, reply, option); in Install()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_proxy_test/ |
H A D | bms_bundle_installer_proxy_test.cpp | 810 BundleInstallerInterfaceCode code = BundleInstallerInterfaceCode::INSTALL; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 249 BundleEventType eventType = isBundleExist_ ? BundleEventType::UPDATE : BundleEventType::INSTALL; in SendBundleSystemEvent()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 115 BundleEventType::INSTALL, in Install()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_checker_test.cpp | 2841 EXPECT_EQ(res, NotifyType::INSTALL);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 401 .type = NotifyType::INSTALL, in SetUp()
|
H A D | bms_bundle_kit_service_test.cpp | 527 .type = NotifyType::INSTALL, in SetUp()
|