Searched refs:cleanCache (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 1093 bool cleanCache = false; in RunAsCleanCommand() local 1177 cleanCache = cleanData ? false : true; in RunAsCleanCommand() 1184 cleanData = cleanCache ? false : true; in RunAsCleanCommand() 1215 if (!cleanCache && !cleanData) { in RunAsCleanCommand() 1226 if (cleanCache) { in RunAsCleanCommand()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 508 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); in HWTEST_F() local 509 ErrCode ret = bundleMgrHostImpl_->CleanBundleCacheFiles(BUNDLE_NAME, cleanCache, USERID); in HWTEST_F()
|
H A D | bms_bundle_permission_system_app_test.cpp | 460 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); in HWTEST_F() local 461 ErrCode ret = bundleMgrHostImpl_->CleanBundleCacheFiles(BUNDLE_NAME, cleanCache, USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 4438 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); in HWTEST_F() local 4440 auto result = hostImpl->CleanBundleCacheFiles("", cleanCache); in HWTEST_F() 4459 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); in HWTEST_F() local 4461 auto result = hostImpl->CleanBundleCacheFiles("wrong", cleanCache); in HWTEST_F() 4481 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); in HWTEST_F() local 4483 auto result = hostImpl->CleanBundleCacheFiles(BUNDLE_NAME_TEST, cleanCache); in HWTEST_F() 4502 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); in HWTEST_F() local 4504 auto result = hostImpl->CleanBundleCacheFiles(BUNDLE_NAME_TEST, cleanCache); in HWTEST_F() 4538 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); in HWTEST_F() local 4544 auto result = bundleMgrProxy->CleanBundleCacheFiles(BUNDLE_NAME_TEST, cleanCache); in HWTEST_F() 4559 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); HWTEST_F() local 4626 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1553 auto cleanCache = [bundleName, userId, rootDir, dataMgr, cleanCacheCallback, appIndex, this]() { in CleanBundleCacheTask() local 1615 ffrt::submit(cleanCache); in CleanBundleCacheTask()
|
Completed in 32 milliseconds