Home
last modified time | relevance | path

Searched refs:AddSystemAppPathList (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.h97 …void AddSystemAppPathList(const char *installedPath, const char *path, List<ToBeInstalledApp *> *s…
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp749 AddSystemAppPathList(nullptr, appPath, systemPathList, isSystemApp, false, appId); in ReloadEntireBundleInfo()
755 AddSystemAppPathList(codePath, appPath, systemPathList, isSystemApp, true, appId); in ReloadEntireBundleInfo()
782 void GtManagerService::AddSystemAppPathList(const char *installedPath, const char *path, in AddSystemAppPathList() function in OHOS::GtManagerService