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:GetItemType
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H
A
D
heif_parser.cpp
171
std::string HeifParser::
GetItemType
(heif_item_id itemId) const
in GetItemType()
function in OHOS::ImagePlugin::HeifParser
177
return infe_box->
GetItemType
();
in GetItemType()
221
std::string item_type = infe_box->
GetItemType
();
in GetItemData()
258
if (!infe || infe->
GetItemType
() != "grid") {
in GetTileImages()
276
if (!infe || infe->
GetItemType
() != "iden") {
in GetIdenImage()
315
const std::string& itemType = infe->
GetItemType
();
in AssembleImages()
347
if (
GetItemType
(metadataItemId) != "it35") {
in ExtractIT35Metadata()
360
if (
GetItemType
(itemId) != "tmap") {
in ExtractISOMetadata()
425
const std::string& itemType = infe->
GetItemType
();
in ExtractGainmap()
492
if (!infe || (infe->
GetItemType
() !
in ExtractDerivedImageProperties()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/list/
H
A
D
list_item_element.h
35
std::string
GetItemType
() const
in GetItemType()
function in OHOS::Ace::ListItemElement
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H
A
D
indexer_item_component.h
131
int32_t
GetItemType
() const
in GetItemType()
function in OHOS::Ace::V2::IndexerItemComponent
H
A
D
render_indexer_item.h
41
int32_t
GetItemType
() const
in GetItemType()
function in OHOS::Ace::V2::RenderIndexerItem
H
A
D
render_indexer_item.cpp
41
itemType_ = itemComponent->
GetItemType
();
in Update()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H
A
D
indexer_item_component.h
158
int32_t
GetItemType
() const
in GetItemType()
function in OHOS::Ace::IndexerItemComponent
H
A
D
render_indexer_item.h
45
int32_t
GetItemType
() const
in GetItemType()
function in OHOS::Ace::RenderIndexerItem
H
A
D
render_indexer_item.cpp
49
itemType_ = itemComponent->
GetItemType
();
in Update()
H
A
D
render_indexer_circle.cpp
235
return indexerItem->
GetItemType
() != curItemType_;
in NeedChangeIndexer()
949
if (indexerItem && (indexerItem->
GetItemType
() == curItemType_ || indexerItem->IsItemPrimary())) {
in NeedProcess()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H
A
D
item_info_box.h
50
const std::string &
GetItemType
() const { return itemType_; }
in GetItemType()
function in OHOS::ImagePlugin::HeifInfeBox
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H
A
D
HeifDecoderImpl.cpp
366
if (info->mIccData.empty() && !info->hasNclxColor && (parser_->
GetItemType
(image->GetItemId())== "grid")) {
in InitFrameInfo()
417
std::string imageType = parser_->
GetItemType
(image->GetItemId());
in GetTileSize()
561
parser_->
GetItemType
(auxiliaryImage_->GetItemId()) == "mime") {
in decodeAuxiliaryMap()
611
std::string imageType = parser_->
GetItemType
(image->GetItemId());
in HwDecodeImage()
792
std::string imageType = parser_->
GetItemType
(image->GetItemId());
in SwDecodeImage()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H
A
D
heif_parser.h
63
std::string
GetItemType
(heif_item_id itemId) const;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
heif_parser_test.cpp
263
std::string ret = heifParser.
GetItemType
(itemId);
in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_headers.h
485
const ObexOptionalStringHeader *
GetItemType
() const;
H
A
D
obex_headers.cpp
718
const ObexOptionalStringHeader *ObexHeader::
GetItemType
() const
in GetItemType()
function in OHOS::bluetooth::ObexHeader
Completed in 15 milliseconds