Searched refs:GetMapMem (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 478 static char *GetMapMem(uint32_t clientId, const char *processName, uint32_t size, bool readOnly, bo… in GetMapMem() function 508 char *buffer = GetMapMem(property->client.id, GetProcessName(property), memSize, false, isNweb); in WriteMsgToChild() 691 … uint8_t *buffer = (uint8_t *)GetMapMem(property->client.id, "prefork", MAX_MEM_SIZE, true, false); in GetAppSpawnMsg() 811 … content->propertyBuffer = GetMapMem(property->client.id, "prefork", MAX_MEM_SIZE, false, false); in AppSpawnProcessMsgForPrefork() 1150 uint8_t *buffer = (uint8_t *)GetMapMem(property->client.id, in GetAppSpawningCtxFromArg()
|