| /base/tee/tee_os_framework/test/xts/ca/client_api/src/ |
| D | releasesharedmemory_test.cpp | 39 TEEC_SharedMemory sharedMem; variable 58 TEEC_SharedMemory sharedMem; variable 83 TEEC_SharedMemory sharedMem; variable 101 TEEC_SharedMemory sharedMem = { 0 }; variable
|
| D | invokecommand_test.cpp | 303 TEEC_SharedMemory sharedMem[PARAM_COUNT] = { { 0 } }; variable 1184 static void SetOperationParams(TEEC_Operation *operation, TEEC_SharedMemory *sharedMem) in SetOperationParams() 1202 TEEC_SharedMemory sharedMem = { 0 }; in ThreadTestOpenInvokeAllocmem() local
|
| D | registersharedmemory_test.cpp | 90 TEEC_SharedMemory sharedMem; variable
|
| D | allocatesharedmemory_test.cpp | 84 TEEC_SharedMemory sharedMem; variable
|
| D | opensession_test.cpp | 392 TEEC_SharedMemory sharedMem = { 0 }; variable
|
| /base/security/selinux_adapter/framework/policycoreutils/src/ |
| D | selinux_share_mem.c | 39 void *sharedMem = (void *)mmap(NULL, spaceSize, prot, MAP_SHARED, fd, 0); in InitSharedMem() local 48 void UnmapSharedMem(char *sharedMem, uint32_t dataSize) in UnmapSharedMem() 56 void WriteSharedMem(char *sharedMem, const char *data, uint32_t length) in WriteSharedMem() 65 char *ReadSharedMem(char *sharedMem, uint32_t length) in ReadSharedMem()
|
| /base/tee/tee_client/test/unittest/ |
| D | cadaemontest.cpp | 181 TEEC_SharedMemory sharedMem = { 0 }; variable 230 TEEC_SharedMemory sharedMem = { 0 }; variable 266 TEEC_SharedMemory sharedMem = { 0 }; variable 314 TEEC_SharedMemory sharedMem = { 0 }; variable 361 TEEC_SharedMemory sharedMem = { 0 }; variable 405 TEEC_SharedMemory sharedMem = { 0 }; variable 502 TEEC_SharedMemory sharedMem = { 0 }; variable 532 TEEC_SharedMemory sharedMem = { 0 }; variable 573 TEEC_SharedMemory sharedMem; variable 617 TEEC_SharedMemory sharedMem; variable [all …]
|
| D | teecvendortest.cpp | 150 TEEC_SharedMemoryInner sharedMem = { 0 }; variable 172 TEEC_SharedMemory sharedMem = { 0 }; variable 194 TEEC_SharedMemory sharedMem = { 0 }; variable 244 TEEC_SharedMemory sharedMem = { 0 }; variable 289 TEEC_SharedMemory sharedMem = { 0 }; variable 319 TEEC_SharedMemory sharedMem = { 0 }; variable 639 TEEC_SharedMemory sharedMem = { 0 }; variable 710 TEEC_SharedMemory sharedMem = { 0 }; variable
|
| /base/tee/tee_client/test/fuzztest/libteecvendor/libteecvendorreleasesharedmemory_fuzzer/ |
| D | libteecvendorreleasesharedmemory_fuzzer.cpp | 41 TEEC_SharedMemoryInner sharedMem = { 0 }; in TEEC_ReleaseSharedMemoryInnerTest_001() local 51 TEEC_SharedMemory sharedMem = { 0 }; in TEEC_ReleaseSharedMemoryTest_001() local
|
| /base/tee/tee_client/test/fuzztest/libteecvendor/libteecvendorregistersharedmemory_fuzzer/ |
| D | libteecvendorregistersharedmemory_fuzzer.cpp | 40 TEEC_SharedMemoryInner sharedMem = { 0 }; in TEEC_RegisterSharedMemoryInnerTest_001() local 61 TEEC_SharedMemory sharedMem = { 0 }; in TEEC_RegisterSharedMemoryTest_001() local
|
| /base/tee/tee_os_framework/test/xts/utils/session_mgr/ |
| D | client_session_mgr.h | 33 TEEC_SharedMemory sharedMem; member
|
| /base/tee/tee_os_framework/test/xts/utils/include/ |
| D | public_test.h | 53 static TEEC_SharedMemory sharedMem; variable
|
| /base/tee/tee_os_framework/test/xts/utils/public_test/ |
| D | public_test.cpp | 49 TEEC_SharedMemory TeeBasicTestFramWithInitContext::sharedMem = { 0 }; member in TeeBasicTestFramWithInitContext
|
| /base/tee/tee_client/frameworks/libteec_vendor/ |
| D | tee_client_api.c | 469 static void ReleaseSharedMemory(TEEC_SharedMemoryInner *sharedMem) in ReleaseSharedMemory() 1421 …esult TEEC_RegisterSharedMemoryInner(TEEC_ContextInner *context, TEEC_SharedMemoryInner *sharedMem) in TEEC_RegisterSharedMemoryInner() 1464 TEEC_Result TEEC_RegisterSharedMemory(TEEC_Context *context, TEEC_SharedMemory *sharedMem) in TEEC_RegisterSharedMemory() 1506 static void RelaseBufferAndClearBit(TEEC_ContextInner *context, TEEC_SharedMemoryInner *sharedMem) in RelaseBufferAndClearBit() 1517 …t CheckSharedMemoryParam(const TEEC_ContextInner *context, const TEEC_SharedMemoryInner *sharedMem) in CheckSharedMemoryParam() 1535 static TEEC_Result AllocateSharedMem(TEEC_SharedMemoryInner *sharedMem) in AllocateSharedMem() 1555 …esult TEEC_AllocateSharedMemoryInner(TEEC_ContextInner *context, TEEC_SharedMemoryInner *sharedMem) in TEEC_AllocateSharedMemoryInner() 1622 TEEC_Result TEEC_AllocateSharedMemory(TEEC_Context *context, TEEC_SharedMemory *sharedMem) in TEEC_AllocateSharedMemory() 1665 static bool TEEC_FindAndRemoveShrMemInner(TEEC_SharedMemoryInner **sharedMem, TEEC_ContextInner *co… in TEEC_FindAndRemoveShrMemInner() 1702 void TEEC_ReleaseSharedMemoryInner(TEEC_SharedMemoryInner *sharedMem) in TEEC_ReleaseSharedMemoryInner() [all …]
|
| /base/tee/tee_client/frameworks/libteec_client/ |
| D | tee_client.cpp | 1247 TEEC_Result TeeClient::FormatSharedMemory(MessageParcel &reply, TEEC_SharedMemory *sharedMem, uint3… in FormatSharedMemory() 1270 TEEC_Result TeeClient::RegisterSharedMemory(TEEC_Context *context, TEEC_SharedMemory *sharedMem) in RegisterSharedMemory() 1323 TEEC_Result TeeClient::MapSharedMemory(int fd, uint32_t offset, TEEC_SharedMemory *sharedMem) in MapSharedMemory() 1354 TEEC_Result TeeClient::ProcAllocateSharedMemory(MessageParcel &reply, TEEC_SharedMemory *sharedMem) in ProcAllocateSharedMemory() 1394 TEEC_Result TeeClient::AllocateSharedMemory(TEEC_Context *context, TEEC_SharedMemory *sharedMem) in AllocateSharedMemory() 1437 TEEC_Result TeeClient::FreeShareMem(TEEC_SharedMemory *sharedMem) in FreeShareMem() 1469 void TeeClient::ReleaseSharedMemory(TEEC_SharedMemory *sharedMem) in ReleaseSharedMemory() 1632 TEEC_Result TEEC_RegisterSharedMemory(TEEC_Context *context, TEEC_SharedMemory *sharedMem) in TEEC_RegisterSharedMemory() 1637 TEEC_Result TEEC_AllocateSharedMemory(TEEC_Context *context, TEEC_SharedMemory *sharedMem) in TEEC_AllocateSharedMemory() 1642 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMem) in TEEC_ReleaseSharedMemory()
|
| /base/tee/tee_client/test/fuzztest/libteecvendor/libteecvendorallocatesharedmemory_fuzzer/ |
| D | libteecvendorallocatesharedmemory_fuzzer.cpp | 41 TEEC_SharedMemory sharedMem = { 0 }; in TEEC_AllocateSharedMemoryTest_001() local
|
| /base/tee/tee_client/test/fuzztest/libteecvendor/libteecvendoropensession_fuzzer/ |
| D | libteecvendoropensession_fuzzer.cpp | 236 TEEC_SharedMemory sharedMem = { 0 }; in TranslateParamTypeTest_001() local 325 TEEC_SharedMemory sharedMem = { 0 }; in TEEC_CheckMemRefTest_001() local 366 TEEC_SharedMemory sharedMem = { 0 }; in TEEC_CheckMemRefTest_002() local 396 TEEC_SharedMemory sharedMem = { 0 }; in CheckSharedBufferExistTest_002() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrbulkcancel_fuzzer/ |
| D | usbmgrbulkcancel_fuzzer.cpp | 77 auto sharedMem = GetSharedMem(); in UsbMgrBulkCancelFuzzTest() local
|
| /base/tee/tee_os_framework/test/xts/ca/client_api/common/ |
| D | common_test.h | 54 TEEC_SharedMemory *sharedMem; member
|
| /base/tee/tee_client/services/cadaemon/src/ca_daemon/ |
| D | cadaemon_stub.cpp | 487 TEEC_SharedMemory sharedMem; in RegisterMemRecvProc() local 509 TEEC_SharedMemory sharedMem; in AllocMemRecvProc() local 531 TEEC_SharedMemory sharedMem; in ReleaseMemRecvProc() local
|
| D | cadaemon_service.cpp | 1020 TEEC_SharedMemory *sharedMem, MessageParcel &reply) in RegisterSharedMemory() 1083 static bool RecAllocReply(TEEC_Result ret, TEEC_SharedMemory *sharedMem, in RecAllocReply() 1101 TEEC_SharedMemory *sharedMem, MessageParcel &reply) in AllocateSharedMemory() 1160 TEEC_SharedMemory *sharedMem, uint32_t shmOffset, MessageParcel &reply) in ReleaseSharedMemory()
|
| /base/tee/tee_client/test/fuzztest/teeclient/teeclientopensession_fuzzer/ |
| D | teeclientopensession_fuzzer.cpp | 205 TEEC_SharedMemory sharedMem = { 0 }; in TeeClientOpenSessionFuzzTest_2() local
|