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:GarbageCollect
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H
A
D
store_cache.cpp
66
taskId_ = executorPool_->Schedule(std::chrono::minutes(INTERVAL), std::bind(&StoreCache::
GarbageCollect
, this));
in GetStore()
71
void StoreCache::
GarbageCollect
()
in GarbageCollect()
function in OHOS::UDMF::StoreCache
76
ZLOGI("
GarbageCollect
, stores:%{public}s time limit, will be close.", key.c_str());
in GarbageCollect()
83
ZLOGD("
GarbageCollect
, stores size:%{public}zu", stores_.Size());
in GarbageCollect()
84
taskId_ = executorPool_->Schedule(std::chrono::minutes(INTERVAL), std::bind(&StoreCache::
GarbageCollect
, this));
in GarbageCollect()
H
A
D
store_cache.h
43
void
GarbageCollect
();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
db_delegate.cpp
60
void DBDelegate::
GarbageCollect
()
in GarbageCollect()
function in OHOS::DataShare::DBDelegate
83
GarbageCollect
();
in StartTimer()
H
A
D
db_delegate.h
53
static void
GarbageCollect
();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H
A
D
auto_cache.cpp
55
GarbageCollect
(true);
in ~AutoCache()
131
GarbageCollect
(false);
in StartTimer()
214
void AutoCache::
GarbageCollect
(bool isForce)
in GarbageCollect()
function in OHOS::DistributedData::AutoCache
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H
A
D
auto_cache.h
66
void
GarbageCollect
(bool isForce);
Completed in 4 milliseconds