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:cache_
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H
A
D
daily_controller.cpp
83
return
cache_
.size() > maxSizeOfCache;
in CheckSizeOfCache()
88
HIVIEW_LOGI("start to update cache to db, size=%{public}zu",
cache_
.size());
in UpdateCacheToDb()
89
for (const auto& [key, value] :
cache_
) {
in UpdateCacheToDb()
106
cache_
.clear();
in UpdateCacheToDb()
119
if (
cache_
.find(cachekey) !=
cache_
.end()) {
in GetThreshold()
120
return
cache_
[cachekey].threshold;
in GetThreshold()
132
if (
cache_
.find(cachekey) !=
cache_
.end()) {
in GetCount()
133
return
cache_
[cacheke
in GetCount()
[all...]
/base/telephony/core_service/services/network_search/src/
H
A
D
signal_info.cpp
28
cache_
.Init();
in Reset()
41
bool ret = (cur_.gsm ==
cache_
.gsm);
in ProcessGsm()
42
cache_
.gsm = cur_.gsm;
in ProcessGsm()
50
bool ret = (cur_.cdma ==
cache_
.cdma);
in ProcessCdma()
51
cache_
.cdma = cur_.cdma;
in ProcessCdma()
59
bool ret = (cur_.lte ==
cache_
.lte);
in ProcessLte()
60
cache_
.lte = cur_.lte;
in ProcessLte()
68
bool ret = (cur_.wcdma ==
cache_
.wcdma);
in ProcessWcdma()
69
cache_
.wcdma = cur_.wcdma;
in ProcessWcdma()
77
bool ret = (cur_.tdScdma ==
cache_
in ProcessTdScdma()
[all...]
/base/hiviewdfx/hiview/plugins/sysevent_source/control/include/
H
A
D
daily_controller.h
53
std::unordered_map<std::pair<std::string, std::string>, ControlInfo, EventPairHash>
cache_
;
member in OHOS::HiviewDFX::DailyController
/base/telephony/core_service/services/network_search/include/
H
A
D
signal_info.h
66
SignalInformations
cache_
;
member in OHOS::Telephony::SignalInfo
Completed in 3 milliseconds