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:waterLine
(Results
1 - 3
of
3
) sorted by relevance
/foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include/
H
A
D
dynamic_cache.h
42
char
waterLine
[128] = {0};
in QueryResult()
local
44
GetParameter(key_.c_str(), defaultValue.c_str(),
waterLine
, waterLineLength);
in QueryResult()
47
if (CanUseCache(querySaId,
waterLine
, defaultValue)) {
in QueryResult()
59
localPara_[key_] =
waterLine
;
in QueryResult()
71
bool CanUseCache(int32_t querySaId, char*
waterLine
, string defaultValue)
in CanUseCache()
argument
74
defaultValue != string(
waterLine
) && string(
waterLine
) == localPara_[key_] &&
in CanUseCache()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H
A
D
http_media_downloader.cpp
1255
size_t
waterLine
= wantedLength > 0 ? std::max(PLAY_WATER_LINE, wantedLength) : 0;
in GetPlayable()
local
1256
return
waterLine
== 0 ? GetBufferSize() >
waterLine
: GetBufferSize() >=
waterLine
;
in GetPlayable()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H
A
D
hls_media_downloader.cpp
458
size_t
waterLine
= readDataInfo.wantReadLength_ > 0 ?
in ReadDelegate()
local
460
if (isFirstFrameArrived_ && GetBufferSize() <
waterLine
&& !CheckBreakCondition()) {
in ReadDelegate()
1587
size_t
waterLine
= wantedLength > 0 ? std::max(PLAY_WATER_LINE, wantedLength) : 0;
in GetPlayable()
local
1588
return
waterLine
== 0 ? GetBufferSize() >
waterLine
: GetBufferSize() >=
waterLine
;
in GetPlayable()
Completed in 6 milliseconds