Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CleanCache
(Results
1 - 25
of
44
) sorted by relevance
1
2
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H
A
D
aging_handler.h
48
bool
CleanCache
(const AgingBundleInfo &agingBundle) const;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H
A
D
rs_rcd_render_listener.cpp
48
node->
CleanCache
();
in OnGoBackground()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/recentlyunusedagingmgr_fuzzer/
H
A
D
recentlyunusedagingmgr_fuzzer.cpp
40
bundleAgingMgr.
CleanCache
(agingBundle);
in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H
A
D
recently_unused_bundle_aging_handler.cpp
119
return
CleanCache
(agingBundleInfo);
in AgingClean()
125
bool RecentlyUnuseBundleAgingHandler::
CleanCache
(const AgingBundleInfo &agingBundle) const
in CleanCache()
function in OHOS::AppExecFwk::RecentlyUnuseBundleAgingHandler
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_render_service_listener.cpp
112
surfaceHandler->
CleanCache
();
in OnGoBackground()
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H
A
D
cloud_sync_manager.h
114
virtual int32_t
CleanCache
(const std::string &uri) = 0;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H
A
D
data_sync_manager.cpp
130
int32_t DataSyncManager::
CleanCache
(const std::string &bundleName, const int32_t userId, const std::string &uri)
in CleanCache()
function in OHOS::FileManagement::CloudFile::DataSyncManager
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H
A
D
data_sync_manager.h
65
virtual int32_t
CleanCache
(const std::string &bundleName, const int32_t userId, const std::string &uri);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_dma_buffer_surface_render_node_drawable.cpp
207
surfaceHandlerUiFirst_->
CleanCache
();
in ClearBufferQueue()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H
A
D
cloud_sync_manager_impl.h
56
int32_t
CleanCache
(const std::string &uri) override;
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
buffer_queue_test.cpp
557
bq->
CleanCache
(false);
in HWTEST_F()
659
* Function:
CleanCache
663
* CaseDescription: 1. call
CleanCache
and check ret
667
GSError ret = bq->
CleanCache
(false);
in HWTEST_F()
696
bq->
CleanCache
(false);
in HWTEST_F()
718
bq->
CleanCache
(false);
in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H
A
D
producer_surface.cpp
295
CleanCache
();
323
CleanCache
();
742
return producer_->
CleanCache
(cleanAll);
745
GSError ProducerSurface::
CleanCache
(bool cleanAll)
750
BLOGD("
CleanCache
, uniqueId: %{public}" PRIu64 ".", queueId_);
755
return producer_->
CleanCache
(cleanAll);
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hdecoder.cpp
594
GSError err = currSurface_.surface_->
CleanCache
();
in OnClearBufferPool()
646
currSurface_.surface_->
CleanCache
();
in AllocOutDynamicSurfaceBuf()
679
currSurface_.surface_->
CleanCache
();
in AllocateOutputBuffersFromSurface()
1121
newSurface->
CleanCache
(); // make sure new surface is empty
in SwitchBetweenSurface()
1167
oldSurface.surface_->
CleanCache
(true); // make sure old surface is empty and go black
in SwitchBetweenSurface()
/foundation/graphic/graphic_surface/surface/include/
H
A
D
buffer_client_producer.h
77
GSError
CleanCache
(bool cleanAll) override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
ibuffer_producer.h
82
virtual GSError
CleanCache
(bool cleanAll = false) = 0;
H
A
D
surface.h
89
virtual GSError
CleanCache
(bool cleanAll = false) = 0;
H
A
D
iconsumer_surface.h
91
virtual GSError
CleanCache
(bool cleanAll = false) = 0;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H
A
D
rs_surface_handler.h
241
void
CleanCache
()
in CleanCache()
function in OHOS::Rosen::RSSurfaceHandler
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H
A
D
rs_surface_handler_test.cpp
186
rSSurfaceHandlerPtr_->
CleanCache
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_render_surface.cpp
484
producerSurface_->
CleanCache
();
in DrawBuffer()
500
consumerSurface_->
CleanCache
();
in DrawBuffer()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H
A
D
bufferqueue_fuzzer.cpp
167
bufferqueue->
CleanCache
(cleanAll);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H
A
D
bufferqueueproducer_fuzzer.cpp
110
bqp->
CleanCache
(cleanAll);
in BufferQueueProducerFuzzTest1()
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H
A
D
surface_sink_plugin.cpp
197
surface_->
CleanCache
();
in Stop()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H
A
D
cloud_sync_manager_impl_test.cpp
534
* @tc.desc: Verify the
CleanCache
function.
543
auto res = CloudSyncManagerImpl::GetInstance().
CleanCache
(uri);
in HWTEST_F()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H
A
D
cloudsyncmanager_fuzzer.cpp
189
CloudSyncManager::GetInstance().
CleanCache
(uri);
in CleanCacheFuzzTest()
Completed in 26 milliseconds
1
2