Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h693 void DeleteScreenLockProtectionDir(const std::string bundleName) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1298 … ScopeGuard ScreenLockFileProtectionDirGuard([&] { DeleteScreenLockProtectionDir(bundleName_); }); in ProcessBundleInstall()
3084 void BaseBundleInstaller::DeleteScreenLockProtectionDir(const std::string bundleName) const in DeleteScreenLockProtectionDir() function in OHOS::AppExecFwk::BaseBundleInstaller