Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h677 ErrCode RemoveProfileFromCodeSign(const std::string &bundleName) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp481 RemoveProfileFromCodeSign(bundleName); in UninstallHspBundle()
1387 RemoveProfileFromCodeSign(bundleName_); in RollBack()
1650 RemoveProfileFromCodeSign(bundleName); in ProcessBundleUninstall()
1768 RemoveProfileFromCodeSign(bundleName); in ProcessBundleUninstall()
5669 ErrCode BaseBundleInstaller::RemoveProfileFromCodeSign(const std::string &bundleName) const in RemoveProfileFromCodeSign() function in OHOS::AppExecFwk::BaseBundleInstaller