Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h53 void RecordThirdSystemBundle(const char *bundleName, const char *path);
H A Dgt_bundle_installer.h51 void RecordThirdSystemBundle(const char *bundleName, const char *path);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp161 RecordThirdSystemBundle(installRecord.bundleName, THIRD_SYSTEM_BUNDLE_JSON); in Install()
472 RecordThirdSystemBundle(bundleName, UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in Uninstall()
555 void BundleInstaller::RecordThirdSystemBundle(const char *bundleName, const char *path) in RecordThirdSystemBundle() function in OHOS::BundleInstaller
H A Dgt_bundle_installer.cpp218 RecordThirdSystemBundle(installRecord.bundleName, THIRD_SYSTEM_BUNDLE_JSON); in Install()
631 RecordThirdSystemBundle(bundleName, UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in Uninstall()
669 void GtBundleInstaller::RecordThirdSystemBundle(const char *bundleName, const char *path) in RecordThirdSystemBundle() function in OHOS::GtBundleInstaller