Home
last modified time | relevance | path

Searched refs:CleanBundleCacheFilesAutomatic (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp193 auto ret = bundleMgr->CleanBundleCacheFilesAutomatic(lowThreshold * CONST_NUM_TWO); in CleanBundleCache()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp237 ErrCode ret = bundleMgrHostImpl_->CleanBundleCacheFilesAutomatic(cacheSize);
1441 auto result = bundleMgrProxy->CleanBundleCacheFilesAutomatic(cacheSize);
H A Dbms_bundle_permission_false_test.cpp972 ErrCode ret = bundleMgrHostImpl_->CleanBundleCacheFilesAutomatic(cacheSize);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp236 bundleMgrProxy.CleanBundleCacheFilesAutomatic(reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h711 virtual ErrCode CleanBundleCacheFilesAutomatic(uint64_t cacheSize) in CleanBundleCacheFilesAutomatic() function
H A Dbundle_mgr_proxy.h517 virtual ErrCode CleanBundleCacheFilesAutomatic(uint64_t cacheSize) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h496 virtual ErrCode CleanBundleCacheFilesAutomatic(uint64_t cacheSize) override;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp2952 ErrCode res = bundleMgrProxy_->CleanBundleCacheFilesAutomatic(cacheSize); in RunAsCleanBundleCacheFilesAutomaticCommand()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp4527 auto result = hostImpl->CleanBundleCacheFilesAutomatic(cacheSize);
4613 ErrCode result = bundleMgrProxy->CleanBundleCacheFilesAutomatic(cacheSize);
9214 ErrCode ret = hostImpl->CleanBundleCacheFilesAutomatic(cacheSize);
H A Dbms_bundle_data_mgr_test.cpp4261 ErrCode ret = bundleMgrHostImpl_->CleanBundleCacheFilesAutomatic(cacheSize);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1637 ErrCode ret = CleanBundleCacheFilesAutomatic(cacheSize); in HandleCleanBundleCacheFilesAutomatic()
H A Dbundle_mgr_proxy.cpp1603 ErrCode BundleMgrProxy::CleanBundleCacheFilesAutomatic(uint64_t cacheSize) in CleanBundleCacheFilesAutomatic() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1289 ErrCode BundleMgrHostImpl::CleanBundleCacheFilesAutomatic(uint64_t cacheSize) in CleanBundleCacheFilesAutomatic() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2992 ErrCode ret = hostImpl->CleanBundleCacheFilesAutomatic(cacheSize);