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:idItem_
(Results
1 - 10
of
10
) sorted by relevance
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
hap_resource.cpp
52
idItem_
= idItem;
in ValueUnderQualifierDir()
270
result[value->
idItem_
->name_][value->
idItem_
->resType_] = value->
idItem_
->id_;
in BuildNameTypeIdMapping()
283
std::string name = value->
idItem_
->name_;
in UpdateOverlayInfo()
284
ResType type = value->
idItem_
->resType_;
in UpdateOverlayInfo()
294
item->
idItem_
->id_ = newId;
in UpdateOverlayInfo()
351
idParam->
idItem_
, resPath, isOverlay_, isSystem_);
in InitMap()
359
std::string name = std::string(idParam->
idItem_
->name_);
in InitMap()
360
idValuesNameMap_[idParam->
idItem_
in InitMap()
[all...]
H
A
D
res_desc.cpp
285
idItem_
->ToString().c_str());
in ToString()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H
A
D
hap_resource.h
84
return
idItem_
;
in GetIdItem()
117
IdItem *
idItem_
;
member in OHOS::Global::Resource::HapResource::ValueUnderQualifierDir
H
A
D
res_desc.h
111
IdItem *
idItem_
;
member in OHOS::Global::Resource::IdParam
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H
A
D
hap_resource.cpp
39
idItem_
= idItem;
in ValueUnderQualifierDir()
45
// keyParams_
idItem_
was passed into this, we dont delete them because someone will do
in ~ValueUnderQualifierDir()
185
new (std::nothrow) HapResource::ValueUnderQualifierDir(resKey->keyParams_, idParam->
idItem_
, this);
in InitIdList()
193
std::string name = std::string(idParam->
idItem_
->name_);
in InitIdList()
194
idValuesNameMap_[idParam->
idItem_
->resType_]->insert(std::make_pair(name, idValues));
in InitIdList()
198
new (std::nothrow) HapResource::ValueUnderQualifierDir(resKey->keyParams_, idParam->
idItem_
, this);
in InitIdList()
H
A
D
res_desc.cpp
208
delete (
idItem_
);
in ~IdParam()
214
idItem_
->ToString().c_str());
in ToString()
/base/global/resource_management/frameworks/resmgr/include/
H
A
D
hap_resource.h
192
return
idItem_
;
in GetIdItem()
246
std::shared_ptr<IdItem>
idItem_
;
member in OHOS::Global::Resource::HapResource::ValueUnderQualifierDir
H
A
D
res_desc.h
127
std::shared_ptr<IdItem>
idItem_
;
member in OHOS::Global::Resource::IdParam
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H
A
D
hap_parser.cpp
283
ip->
idItem_
= idItem;
in ParseId()
/base/global/resource_management/frameworks/resmgr/src/utils/
H
A
D
hap_parser.cpp
544
ip->
idItem_
= idItem;
in ParseId()
Completed in 7 milliseconds