Searched refs:GetMapMem (Results 1 - 1 of 1) sorted by relevance
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 486 static char *GetMapMem(uint32_t clientId, const char *processName, uint32_t size, bool readOnly, bool isNweb) in GetMapMem() function 492 APPSPAWN_LOGV("GetMapMem for child %{public}s memSize %{public}u", path, size); in GetMapMem() 516 char *buffer = GetMapMem(property->client.id, GetProcessName(property), memSize, false, isNweb); in WriteMsgToChild() 698 uint8_t *buffer = (uint8_t *)GetMapMem(property->client.id, "prefork", MAX_MEM_SIZE, true, false); in GetAppSpawnMsg() 817 content->propertyBuffer = GetMapMem(property->client.id, "prefork", MAX_MEM_SIZE, false, false); in AppSpawnProcessMsgForPrefork() 1164 uint8_t *buffer = (uint8_t *)GetMapMem(property->client.id, in GetAppSpawningCtxFromArg()
|
Completed in 3 milliseconds