Home
last modified time | relevance | path

Searched refs:DeleteUidInfoFromJson (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h58 static bool DeleteUidInfoFromJson(const char *bundleName);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp462 if (!BundleUtil::DeleteUidInfoFromJson(bundleName)) { in Uninstall()
H A Dbundle_manager_service.cpp531 BundleUtil::DeleteUidInfoFromJson(bundleName); in ReloadBundleInfo()
H A Dbundle_util.cpp764 bool BundleUtil::DeleteUidInfoFromJson(const char *bundleName) in DeleteUidInfoFromJson() function in OHOS::BundleUtil