Home
last modified time | relevance | path

Searched refs:ToBeInstalledApp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_manager_service.h32 struct ToBeInstalledApp { struct
89 void ScanSystemApp(const cJSON *uninstallRecord, List<ToBeInstalledApp *> *systemPathList);
90 void ScanThirdApp(const char *appDir, const List<ToBeInstalledApp *> *systemPathList);
93 …void ReloadEntireBundleInfo(const char *appPath, const char *bundleName, List<ToBeInstalledApp *> …
97 …void AddSystemAppPathList(const char *installedPath, const char *path, List<ToBeInstalledApp *> *s…
99 void RemoveSystemAppPathList(List<ToBeInstalledApp *> *systemPathList);
103 …bool IsSystemBundleInstalledPath(const char *appPath, const List<ToBeInstalledApp *> *systemPathLi…
104 …void InstallPreBundle(List<ToBeInstalledApp *> systemPathList, InstallerCallback installerCallback…
120 List<ToBeInstalledApp *> systemPathList_;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp423 void GtManagerService::InstallPreBundle(List<ToBeInstalledApp *> systemPathList, InstallerCallback … in InstallPreBundle()
455 ToBeInstalledApp *toBeInstalledApp = node->value_; in InstallPreBundle()
543 void GtManagerService::RemoveSystemAppPathList(List<ToBeInstalledApp *> *systemPathList) in RemoveSystemAppPathList()
550 ToBeInstalledApp *toBeInstalledApp = node->value_; in RemoveSystemAppPathList()
560 void GtManagerService::ScanSystemApp(const cJSON *uninstallRecord, List<ToBeInstalledApp *> *system… in ScanSystemApp()
614 void GtManagerService::ScanThirdApp(const char *appDir, const List<ToBeInstalledApp *> *systemPathL… in ScanThirdApp()
697 ToBeInstalledApp *toBeInstalledApp = node->value_; in IsSystemBundleInstalledPath()
728 List<ToBeInstalledApp *> *systemPathList, int32_t versionCode, uint8_t scanFlag) in ReloadEntireBundleInfo()
783 List<ToBeInstalledApp *> *systemPathList, bool isSystemApp, bool isUpdated, const char *appId) in AddSystemAppPathList()
789 ToBeInstalledApp *toBeInstalledApp = in AddSystemAppPathList()
[all …]