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:is_allocated
(Results
1 - 5
of
5
) sorted by relevance
/base/tee/tee_client/interfaces/kits/c/include/
H
A
D
tee_client_type.h
123
bool
is_allocated
;
member
/base/tee/tee_client/frameworks/include/
H
A
D
tee_client_inner.h
100
bool
is_allocated
; /* memory allocated flag, distinguish between registered or distributed */
member
/base/tee/tee_client/frameworks/libteec_vendor/
H
A
D
tee_client_api.c
383
bool condition = (sharedMem->
is_allocated
) && (sharedMem->buffer != NULL) && (sharedMem->buffer != ZERO_SIZE_PTR) &&
in ReleaseSharedMemory()
535
if (memRef->parent->
is_allocated
) {
in TEEC_EncodePartialParam()
587
if (!memref->parent->
is_allocated
) {
in TEEC_EncodeParam()
1256
sharedMem->
is_allocated
= false;
in TEEC_RegisterSharedMemoryInner()
1311
sharedMem->
is_allocated
= shmInner->
is_allocated
;
in TEEC_RegisterSharedMemory()
1375
sharedMem->
is_allocated
= true;
in TEEC_AllocateSharedMemoryInner()
1432
sharedMem->
is_allocated
= shmInner->
is_allocated
;
in TEEC_AllocateSharedMemory()
1513
shmInner.
is_allocated
in TEEC_ReleaseSharedMemory()
[all...]
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H
A
D
cadaemon_service.cpp
618
shareMemBuf->
is_allocated
= *reinterpret_cast<bool *>(data + shmInfoOffset);
in CopyToShareMemory()
662
if (!shareMemBuf->
is_allocated
) {
in TeecOptDecodePartialMem()
1021
sharedMem->
is_allocated
= outShm->
is_allocated
;
in RegisterSharedMemory()
1092
sharedMem->
is_allocated
= outShm->
is_allocated
;
in AllocateSharedMemory()
/base/tee/tee_client/interfaces/kits/c/src/
H
A
D
tee_client.cpp
614
if (!shm->
is_allocated
) {
in TeecOptDecodePartialMem()
816
bool nRet = optMem->WriteToAshmem(&(shm->
is_allocated
), (int32_t)(sizeof(bool)),
in CovertEncodePtr()
880
if (!shm->
is_allocated
) {
in TeecOptEncodePartialMem()
1230
tloge("reieve shmRet_is_allocated = %{public}d\n", shmRet->
is_allocated
);
in FormatSharedMemory()
1233
sharedMem->
is_allocated
= shmRet->
is_allocated
;
in FormatSharedMemory()
1450
if (sharedMem->
is_allocated
) {
in ReleaseSharedMemory()
Completed in 8 milliseconds