Searched refs:toBeInstalledApp (Results 1 – 1 of 1) sorted by relevance
461 if (toBeInstalledApp->isUpdated) { in InstallPreBundle()462 (void) ReloadBundleInfo(toBeInstalledApp->installedPath, toBeInstalledApp->appId, in InstallPreBundle()463 toBeInstalledApp->isSystemApp); in InstallPreBundle()551 if (toBeInstalledApp != nullptr) { in RemoveSystemAppPathList()553 AdapterFree(toBeInstalledApp->path); in RemoveSystemAppPathList()555 UI_Free(toBeInstalledApp); in RemoveSystemAppPathList()789 ToBeInstalledApp *toBeInstalledApp = in AddSystemAppPathList() local791 if (toBeInstalledApp == nullptr) { in AddSystemAppPathList()796 toBeInstalledApp->isSystemApp = isSystemApp; in AddSystemAppPathList()797 toBeInstalledApp->isUpdated = isUpdated; in AddSystemAppPathList()[all …]