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:TEEC_PARAM_NUM
(Results
1 - 8
of
8
) sorted by relevance
/base/tee/tee_client/interfaces/kits/c/include/
H
A
D
tee_client_type.h
200
TEEC_Parameter params[
TEEC_PARAM_NUM
];
H
A
D
tee_client_constants.h
42
#define
TEEC_PARAM_NUM
4
macro
/base/tee/tee_client/frameworks/include/
H
A
D
tc_ns_client.h
68
TC_NS_ClientParam params[
TEEC_PARAM_NUM
];
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H
A
D
cadaemon_service.h
57
TEEC_SharedMemory shm[
TEEC_PARAM_NUM
];
58
TEEC_SharedMemoryInner *shmInner[
TEEC_PARAM_NUM
];
H
A
D
cadaemon_service.cpp
573
for (uint32_t i = 0; i <
TEEC_PARAM_NUM
; i++) {
in WriteOperation()
695
uint32_t paramType[
TEEC_PARAM_NUM
] = { 0 };
in GetTeecOptMem()
706
for (paramCnt = 0; paramCnt <
TEEC_PARAM_NUM
; paramCnt++) {
in GetTeecOptMem()
826
PutAllocShrMem(paraDecode.shmInner,
TEEC_PARAM_NUM
);
in OpenSession()
922
PutAllocShrMem(paraDecode.shmInner,
TEEC_PARAM_NUM
);
in InvokeCommand()
H
A
D
cadaemon_stub.cpp
213
uint32_t paramType[
TEEC_PARAM_NUM
] = { 0 };
in GetOperationFromData()
234
for (uint32_t paramCnt = 0; paramCnt <
TEEC_PARAM_NUM
; paramCnt++) {
in GetOperationFromData()
/base/tee/tee_client/interfaces/kits/c/src/
H
A
D
tee_client.cpp
184
for (uint32_t i = 0; i <
TEEC_PARAM_NUM
; i++) {
in TEEC_CheckOperation()
639
uint32_t paramType[
TEEC_PARAM_NUM
] = { 0 };
in TeecOptDecode()
645
for (paramCnt = 0; paramCnt <
TEEC_PARAM_NUM
; paramCnt++) {
in TeecOptDecode()
902
uint32_t paramType[
TEEC_PARAM_NUM
] = { 0 };
in TeecOptEncode()
906
for (paramCnt = 0; paramCnt <
TEEC_PARAM_NUM
; paramCnt++) {
in TeecOptEncode()
959
uint32_t paramType[
TEEC_PARAM_NUM
] = { 0 };
in GetPartialMemSize()
992
uint32_t paramType[
TEEC_PARAM_NUM
] = { 0 };
in GetOptMemSize()
1003
for (paramCnt = 0; paramCnt <
TEEC_PARAM_NUM
; paramCnt++) {
in GetOptMemSize()
/base/tee/tee_client/frameworks/libteec_vendor/
H
A
D
tee_client_api.c
564
uint32_t paramType[
TEEC_PARAM_NUM
];
in TEEC_EncodeParam()
570
for (paramCnt = 0; paramCnt <
TEEC_PARAM_NUM
; paramCnt++) {
in TEEC_EncodeParam()
1623
uint32_t paramType[
TEEC_PARAM_NUM
];
in TEEC_CheckOperation()
1639
for (paramCnt = 0; paramCnt <
TEEC_PARAM_NUM
; paramCnt++) {
in TEEC_CheckOperation()
Completed in 10 milliseconds