Home
last modified time | relevance | path

Searched refs:isPreInstalled (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_ipc_helper.cpp103 status.isPreInstalled = reply.ReadBool(); in ReadModuleUpdateStatus()
113 data.WriteBool(status.isPreInstalled); in WriteModuleUpdateStatus()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
H A Dzip_helper.h37 bool isPreInstalled; member
H A Dzip_helper.cpp109 bundleInfo.isPreInstalled = info.isPreInstallApp; in GetDfxBundleInfo()
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_ipc_helper.h31 bool isPreInstalled {false};
/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_update.cpp314 status.isPreInstalled = repository_.IsPreInstalledModule(moduleFile); in ActivateModules()
316 status.isAllMountSuccess = MountModulePackage(moduleFile, !status.isPreInstalled); in ActivateModules()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp269 if (bundleInfo.isPreInstalled) { in AddPublicInfo()