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:CacheEntry
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/imgdecode/
H
A
D
cache_manager.h
22
class
CacheEntry
: public HeapBase {
class
24
CacheEntry
() : dsc_{0}, life_(0) {}
in CacheEntry()
function in OHOS::CacheEntry
26
~
CacheEntry
() {}
in ~CacheEntry()
76
RetCode Open(const char* path, const Style& style,
CacheEntry
& entry);
82
RetCode ReadToCache(
CacheEntry
& entry);
91
void Clear(
CacheEntry
& entry);
99
RetCode TryDecode(const char* path, const Style& style,
CacheEntry
& entry);
102
CacheEntry
* entryArr_;
H
A
D
cache_manager.cpp
22
const uint8_t*
CacheEntry
::GetImgData() const
in GetImgData()
27
RetCode
CacheEntry
::ReadLine(const Point& start, int16_t len, uint8_t* buf)
in ReadLine()
39
void
CacheEntry
::Clear()
in Clear()
53
void
CacheEntry
::ClearSrc()
in ClearSrc()
61
RetCode
CacheEntry
::SetSrc(const char* path)
in SetSrc()
102
uint32_t tmpCacheSize = size * sizeof(
CacheEntry
);
in Init()
103
entryArr_ = static_cast<
CacheEntry
*>(UIMalloc(tmpCacheSize));
in Init()
119
RetCode CacheManager::Open(const char* path, const Style& style,
CacheEntry
& entry)
in Open()
180
CacheEntry
entry;
in GetImageHeader()
207
RetCode CacheManager::ReadToCache(
CacheEntry
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_image.h
26
class
CacheEntry
;
H
A
D
draw_image.cpp
43
CacheEntry
entry;
in DrawCommon()
/foundation/arkui/ui_lite/test/uitest/test_screenshot/
H
A
D
ui_test_screenshot.cpp
117
CacheEntry
entry;
in UIKit_SCREENSHOT_TEST_001()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_analog_clock.cpp
51
CacheEntry
entry;
in SetHandImage()
H
A
D
ui_image_view.cpp
449
CacheEntry
entry;
in OnDraw()
Completed in 3 milliseconds