Home
last modified time | relevance | path

Searched refs:MapSharedMemory (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_info_shared_memory.h168 return MapSharedMemory(memInfo); in CreateSharedMemory()
196 static int MapSharedMemory(SharedMemoryInfo &memInfo) in MapSharedMemory() function
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.h136 TEEC_Result MapSharedMemory(int fd, uint32_t offset, TEEC_SharedMemory *sharedMem);
H A Dtee_client.cpp1293 TEEC_Result TeeClient::MapSharedMemory(int fd, uint32_t offset, TEEC_SharedMemory *sharedMem) in MapSharedMemory() function in OHOS::TeeClient
1346 rRet = MapSharedMemory(fd, offset, sharedMem); in ProcAllocateSharedMemory()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_stub.cpp443 ret = SharedMemoryOperation::MapSharedMemory(*memInfo); in CmdListFile()