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:teecRet
(Results
1 - 2
of
2
) sorted by relevance
/base/tee/tee_client/frameworks/libteec_vendor/
H
A
D
tee_client_api.c
922
TEEC_Result
teecRet
;
in TEEC_DoOpenSession()
local
932
teecRet
= TranslateRetValue(ret);
in TEEC_DoOpenSession()
934
return
teecRet
;
in TEEC_DoOpenSession()
939
teecRet
= (TEEC_Result)cliContext->returns.code;
in TEEC_DoOpenSession()
941
teecRet
= (TEEC_Result)TEEC_ERROR_GENERIC;
in TEEC_DoOpenSession()
943
return
teecRet
;
in TEEC_DoOpenSession()
953
TEEC_Result
teecRet
= (TEEC_Result)TEEC_ERROR_BAD_PARAMETERS;
in TEEC_OpenSessionInner()
local
980
teecRet
= TEEC_CheckOperation(context, operation);
in TEEC_OpenSessionInner()
981
if (
teecRet
!= TEEC_SUCCESS) {
in TEEC_OpenSessionInner()
990
teecRet
in TEEC_OpenSessionInner()
1080
TEEC_Result
teecRet
;
TEEC_CloseSessionInner()
local
1139
TEEC_Result
teecRet
;
ProcessInvokeCommand()
local
1165
TEEC_Result
teecRet
= (TEEC_Result)TEEC_ERROR_BAD_PARAMETERS;
TEEC_InvokeCommandInner()
local
1681
TEEC_Result
teecRet
;
TEEC_RequestCancellation()
local
1826
TEEC_Result
teecRet
= (TEEC_Result)TEEC_SUCCESS;
TEEC_SendSecfileInner()
local
[all...]
/base/tee/tee_client/interfaces/kits/c/src/
H
A
D
tee_client.cpp
425
TEEC_Result
teecRet
= TEEC_ERROR_BAD_PARAMETERS;
in OpenSession()
local
440
teecRet
= TEEC_CheckOperation(operation);
in OpenSession()
441
if (
teecRet
!= TEEC_SUCCESS) {
in OpenSession()
449
teecRet
= TEEC_ERROR_BAD_PARAMETERS;
in OpenSession()
460
teecRet
= OpenSessionSendCmd(context, session, destination, connectionMethod, fd, operation, &retOrigin);
in OpenSession()
470
return
teecRet
;
in OpenSession()
Completed in 4 milliseconds