Home
last modified time | relevance | path

Searched refs:FormatSharedMemory (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.h135 …TEEC_Result FormatSharedMemory(MessageParcel &reply, TEEC_SharedMemory *sharedMem, uint32_t *offse…
H A Dtee_client.cpp1221 TEEC_Result TeeClient::FormatSharedMemory(MessageParcel &reply, TEEC_SharedMemory *sharedMem, uint3… in FormatSharedMemory() function in OHOS::TeeClient
1290 return FormatSharedMemory(reply, sharedMem, nullptr); in RegisterSharedMemory()
1337 TEEC_Result rRet = FormatSharedMemory(reply, sharedMem, &offset); in ProcAllocateSharedMemory()