Home
last modified time | relevance | path

Searched refs:cleanCache (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp1131 bool cleanCache = false; in RunAsCleanCommand() local
1215 cleanCache = cleanData ? false : true; in RunAsCleanCommand()
1222 cleanData = cleanCache ? false : true; in RunAsCleanCommand()
1262 if (!cleanCache && !cleanData) { in RunAsCleanCommand()
1273 if (cleanCache) { in RunAsCleanCommand()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-cloudsync-sys.md1181 ### cleanCache<sup>11+</sup>
1183 cleanCache(uri: string): void;
1222 fileCache.cleanCache(uri);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp434 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); variable
435 ErrCode ret = bundleMgrHostImpl_->CleanBundleCacheFiles(BUNDLE_NAME, cleanCache, USERID);
H A Dbms_bundle_permission_false_test.cpp508 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); variable
509 ErrCode ret = bundleMgrHostImpl_->CleanBundleCacheFiles(BUNDLE_NAME, cleanCache, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp4443 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); variable
4445 auto result = hostImpl->CleanBundleCacheFiles("", cleanCache);
4464 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); variable
4466 auto result = hostImpl->CleanBundleCacheFiles("wrong", cleanCache);
4486 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); variable
4488 auto result = hostImpl->CleanBundleCacheFiles(BUNDLE_NAME_TEST, cleanCache);
4507 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); variable
4543 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); variable
4564 sptr<MockCleanCache> cleanCache = new (std::nothrow) MockCleanCache(); variable
4570 ErrCode result = bundleMgrProxy->CleanBundleCacheFiles("", cleanCache);
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-cloudsync-sys.md1181 ### cleanCache<sup>11+</sup>
1183 cleanCache(uri: string): void;
1222 fileCache.cleanCache(uri);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1593 auto cleanCache = [bundleName, userId, rootDir, dataMgr, cleanCacheCallback, appIndex, this]() { in CleanBundleCacheTask() local
1646 ffrt::submit(cleanCache); in CleanBundleCacheTask()