Home
last modified time | relevance | path

Searched refs:ApplicationInfoFlag (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h92 ApplicationInfoFlag preinstallSourceFlag = ApplicationInfoFlag::FLAG_INSTALLED;
H A Dapplication_info.h79 enum class ApplicationInfoFlag { enum
323 int32_t applicationFlags = static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp918 installParam.preinstallSourceFlag = ApplicationInfoFlag::FLAG_BOOT_INSTALLED; in ProcessSystemHspInstall()
1028 installParam.preinstallSourceFlag = ApplicationInfoFlag::FLAG_BOOT_INSTALLED; in ProcessSystemBundleInstall()
1049 installParam.preinstallSourceFlag = ApplicationInfoFlag::FLAG_BOOT_INSTALLED; in ProcessSystemBundleInstall()
1068 installParam.preinstallSourceFlag = ApplicationInfoFlag::FLAG_BOOT_INSTALLED; in ProcessSystemSharedBundleInstall()
1991 installParam.preinstallSourceFlag = ApplicationInfoFlag::FLAG_OTA_INSTALLED; in OTAInstallSystemHsp()
2380 installParam.preinstallSourceFlag = ApplicationInfoFlag::FLAG_OTA_INSTALLED; in OTAInstallSystemBundle()
2409 installParam.preinstallSourceFlag = ApplicationInfoFlag::FLAG_OTA_INSTALLED; in OTAInstallSystemBundleNeedCheckUser()
2441 installParam.preinstallSourceFlag = ApplicationInfoFlag::FLAG_OTA_INSTALLED; in OTAInstallSystemSharedBundle()
H A Dbundle_installer_host.cpp148 installParam->preinstallSourceFlag = ApplicationInfoFlag::FLAG_RECOVER_INSTALLED; in HandleRecoverMessage()
346 installParam->preinstallSourceFlag = ApplicationInfoFlag::FLAG_RECOVER_INSTALLED; in HandleUninstallAndRecoverMessage()
H A Dbundle_user_mgr_host_impl.cpp156 installParam.preinstallSourceFlag = ApplicationInfoFlag::FLAG_BOOT_INSTALLED; in OnCreateNewUser()
H A Dinner_bundle_info.cpp4423 void InnerBundleInfo::SetApplicationFlags(ApplicationInfoFlag flag) in SetApplicationFlags()
H A Dbundle_data_mgr.cpp2854 uint32_t flagInstalled = static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED); in PostProcessAnyUserFlags()
2867 … uint32_t flagOtherInstalled = static_cast<uint32_t>(ApplicationInfoFlag::FLAG_OTHER_INSTALLED); in PostProcessAnyUserFlags()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6742 bool r1 = (flagsRet & static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED))
6743 == static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED);
6744 bool r2 = (flagsRet & static_cast<uint32_t>(ApplicationInfoFlag::FLAG_OTHER_INSTALLED))
6745 == static_cast<uint32_t>(ApplicationInfoFlag::FLAG_OTHER_INSTALLED);
6774 bool r1 = (flagsRet & static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED))
6775 == static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED);
6776 bool r2 = (flagsRet & static_cast<uint32_t>(ApplicationInfoFlag::FLAG_OTHER_INSTALLED))
6777 != static_cast<uint32_t>(ApplicationInfoFlag::FLAG_OTHER_INSTALLED);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2097 void SetApplicationFlags(ApplicationInfoFlag flag);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp3337 ApplicationInfoFlag::FLAG_INSTALLED), &nApplicationInfoFlagInstalled)); in CreateApplicationInfoFlagObject()
3343 ApplicationInfoFlag::FLAG_OTHER_INSTALLED), &nApplicationInfoFlagOtherInstalled)); in CreateApplicationInfoFlagObject()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-sys.md135 ### ApplicationInfoFlag<sup>12+</sup>
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-sys.md135 ### ApplicationInfoFlag<sup>12+</sup>