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:attributeIndex
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/common/src/
H
A
D
attribute.c
218
uint32_t
attributeIndex
;
in ParseAttributeSerializedMsgInner()
local
219
if (GetAttributeIndex(type, &
attributeIndex
) != RESULT_SUCCESS) {
in ParseAttributeSerializedMsgInner()
393
uint32_t
attributeIndex
;
in GetAttributeLength()
local
394
ResultCode getAttrIndexResult = GetAttributeIndex(key, &
attributeIndex
);
in GetAttributeLength()
397
if (attributePri->values[
attributeIndex
] == NULL) {
in GetAttributeLength()
401
*len = attributePri->values[
attributeIndex
]->len;
in GetAttributeLength()
413
uint32_t
attributeIndex
;
in GetAttributeUint8Array()
local
414
ResultCode getAttrIndexResult = GetAttributeIndex(key, &
attributeIndex
);
in GetAttributeUint8Array()
417
if (attribute->values[
attributeIndex
] == NULL) {
in GetAttributeUint8Array()
422
if (attribute->values[
attributeIndex
]
in GetAttributeUint8Array()
442
uint32_t
attributeIndex
;
SetAttributeUint8Array()
local
[all...]
/drivers/peripheral/user_auth/hdi_service/utils/src/
H
A
D
attribute.c
413
uint32_t
attributeIndex
;
in GetAttributeUint8Array()
local
414
ResultCode getAttrIndexResult = GetAttributeIndex(key, &
attributeIndex
);
in GetAttributeUint8Array()
417
if (attribute->values[
attributeIndex
] == NULL) {
in GetAttributeUint8Array()
422
if (attribute->values[
attributeIndex
]->data != NULL && attribute->values[
attributeIndex
]->len != 0) {
in GetAttributeUint8Array()
423
errno_t memcpyRet = memcpy_s(retData->data, retData->len, attribute->values[
attributeIndex
]->data,
in GetAttributeUint8Array()
424
attribute->values[
attributeIndex
]->len);
in GetAttributeUint8Array()
429
retData->len = attribute->values[
attributeIndex
]->len;
in GetAttributeUint8Array()
441
uint32_t
attributeIndex
;
in SetAttributeUint8Array()
local
442
ResultCode getAttrIndexResult = GetAttributeIndex(key, &
attributeIndex
);
in SetAttributeUint8Array()
[all...]
Completed in 2 milliseconds