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:ops_cnt
(Results
1 - 5
of
5
) sorted by relevance
/base/tee/tee_client/interfaces/kits/c/include/
H
A
D
tee_client_type.h
104
uint32_t
ops_cnt
;
member
122
uint32_t
ops_cnt
;
member
/base/tee/tee_client/frameworks/include/
H
A
D
tee_client_inner.h
88
uint32_t
ops_cnt
;
member
99
uint32_t
ops_cnt
; /* memoty operation cnt */
member
/base/tee/tee_client/frameworks/libteec_vendor/
H
A
D
tee_client_api.c
210
session->
ops_cnt
= 1; /* only for libteec, not for vendor ca */
in AddSessionList()
227
AtomInc(&session->
ops_cnt
); /* only for libteec, not for vendor ca */
in AddSessionList()
266
AtomInc(&sContext->
ops_cnt
);
in GetBnContext()
279
if (AtomDecAndCompareWithZero(&context->
ops_cnt
)) {
in PutBnContext()
339
AtomInc(&sSession->
ops_cnt
);
in GetBnSession()
353
if (AtomDecAndCompareWithZero(&session->
ops_cnt
)) {
in PutBnSession()
402
sharedMem->
ops_cnt
= 0;
in ReleaseSharedMemory()
413
if (AtomDecAndCompareWithZero(&shrMem->
ops_cnt
)) {
in PutBnShrMem()
441
AtomInc(&tempShardMem->
ops_cnt
);
in GetBnShmByOffset()
749
context->
ops_cnt
in TEEC_InitializeContextInner()
[all...]
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H
A
D
cadaemon_service.cpp
412
PutBnContextAndReleaseFd(pid, *contextInner); /* pair with
ops_cnt
++ when add to list */
in ReleaseContext()
463
PutBnContextAndReleaseFd(caInfo->pid, contextInner); /* pair with
ops_cnt
++ when add to list */
in InitializeContext()
624
shareMemBuf->
ops_cnt
= *reinterpret_cast<uint32_t *>(data + shmInfoOffset);
in CopyToShareMemory()
834
PutBnSession(outSession); /* pair with
ops_cnt
++ when add to list */
in OpenSession()
1020
sharedMem->
ops_cnt
= outShm->
ops_cnt
;
in RegisterSharedMemory()
1091
sharedMem->
ops_cnt
= outShm->
ops_cnt
;
in AllocateSharedMemory()
/base/tee/tee_client/interfaces/kits/c/src/
H
A
D
tee_client.cpp
536
session->
ops_cnt
= sessRet->
ops_cnt
;
in FormatSession()
828
nRet = optMem->WriteToAshmem(&(shm->
ops_cnt
), (int32_t)(sizeof(uint32_t)),
in CovertEncodePtr()
1190
session->
ops_cnt
= 0;
in CloseSession()
1232
sharedMem->
ops_cnt
= shmRet->
ops_cnt
;
in FormatSharedMemory()
1481
sharedMem->
ops_cnt
= 0;
in ReleaseSharedMemory()
Completed in 8 milliseconds