Home
last modified time | relevance | path

Searched refs:TEEC_ERROR_OUT_OF_MEMORY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_constants.h104 TEEC_ERROR_OUT_OF_MEMORY = 0xFFFF000C, enumerator
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_socket.c163 return (int)TEEC_ERROR_OUT_OF_MEMORY; in FillMsgBuffer()
H A Dtee_client_api.c479 teeRet = TEEC_ERROR_OUT_OF_MEMORY; in TranslateRetValue()
1371 ret = TEEC_ERROR_OUT_OF_MEMORY; in TEEC_AllocateSharedMemoryInner()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
H A Dhks_teec.c114 HKS_IF_NULL_LOGE_RETURN(localSession, (TEEC_Result)TEEC_ERROR_OUT_OF_MEMORY, "out of memory!") in OpenSession()
143 HKS_IF_NULL_LOGE_RETURN(g_context, TEEC_ERROR_OUT_OF_MEMORY, "memory allocate failed!") in TeecOpen()
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp1305 return TEEC_ERROR_OUT_OF_MEMORY; in MapSharedMemory()