Searched refs:isPreInstalled (Results 1 – 6 of 6) sorted by relevance
103 status.isPreInstalled = reply.ReadBool(); in ReadModuleUpdateStatus()113 data.WriteBool(status.isPreInstalled); in WriteModuleUpdateStatus()
37 bool isPreInstalled; member
109 bundleInfo.isPreInstalled = info.isPreInstallApp; in GetDfxBundleInfo()
31 bool isPreInstalled {false};
314 status.isPreInstalled = repository_.IsPreInstalledModule(moduleFile); in ActivateModules()316 status.isAllMountSuccess = MountModulePackage(moduleFile, !status.isPreInstalled); in ActivateModules()
269 if (bundleInfo.isPreInstalled) { in AddPublicInfo()