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:idParams
(Results
1 - 3
of
3
) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H
A
D
global.c
172
if (idHeader.
idParams
[i].id == id) {
in GLOBAL_GetValueByIdInternal()
173
ret = utilsImpl->GetIdItem(file, idHeader.
idParams
[i].offset, &idItem);
in GLOBAL_GetValueByIdInternal()
176
free(idHeader.
idParams
);
in GLOBAL_GetValueByIdInternal()
182
free(idHeader.
idParams
);
in GLOBAL_GetValueByIdInternal()
192
free(idHeader.
idParams
);
in GLOBAL_GetValueByIdInternal()
240
ret = utilsImpl->GetIdItem(file, idHeader.
idParams
[i].offset, &idItem);
in GLOBAL_GetValueByNameInternal()
243
free(idHeader.
idParams
);
in GLOBAL_GetValueByNameInternal()
253
free(idHeader.
idParams
);
in GLOBAL_GetValueByNameInternal()
263
free(idHeader.
idParams
);
in GLOBAL_GetValueByNameInternal()
H
A
D
global_utils.c
507
idHeader->
idParams
= (IdParam *)malloc(sizeof(IdParam) * idHeader->count);
in GetIdHeaderByOffset()
508
if (idHeader->
idParams
== NULL) {
in GetIdHeaderByOffset()
512
idHeader->
idParams
[i].id = GetDefaultOffsetValue(file);
in GetIdHeaderByOffset()
513
idHeader->
idParams
[i].offset = GetDefaultOffsetValue(file);
in GetIdHeaderByOffset()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H
A
D
global_utils.h
85
IdParam *
idParams
;
member
Completed in 3 milliseconds