Home
last modified time | relevance | path

Searched refs:MAX_MEM_SIZE (Results 1 - 15 of 15) sorted by relevance

/base/location/test/fuzztest/locator/countrycodecallbackhost_fuzzer/
H A Dcountrycodecallbackhost_fuzzer.cpp35 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
43 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/cachedlocationcallbackhost_fuzzer/
H A Dcachedlocationcallbackhost_fuzzer.cpp44 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
52 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/gnssstatuscallbackhost_fuzzer/
H A Dgnssstatuscallbackhost_fuzzer.cpp35 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
43 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/locationswitchcallbackhost_fuzzer/
H A Dlocationswitchcallbackhost_fuzzer.cpp32 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
40 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/nmeamessagecallbackhost_fuzzer/
H A Dnmeamessagecallbackhost_fuzzer.cpp34 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
42 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/locatorcallbackstub_fuzzer/
H A Dlocatorcallbackstub_fuzzer.cpp32 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
48 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/checkmessage_fuzzer/
H A Dcheckmessage_fuzzer.cpp34 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
57 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/networkcallbackhost_fuzzer/
H A Dnetworkcallbackhost_fuzzer.cpp35 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
73 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/locatorcallbackhost_fuzzer/
H A Dlocatorcallbackhost_fuzzer.cpp33 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
63 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/geoconvertservice_fuzzer/
H A Dgeoconvertservice_fuzzer.cpp37 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
67 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/passiveability_fuzzer/
H A Dpassiveability_fuzzer.cpp37 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
69 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/networkability_fuzzer/
H A Dnetworkability_fuzzer.cpp38 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
70 if (size > MAX_MEM_SIZE) { in ParseData()
/base/startup/appspawn/standard/
H A Dappspawn_service.c55 #define MAX_MEM_SIZE (4 * 1024) macro
683 int ret = memcpy_s(content->propertyBuffer, MAX_MEM_SIZE, &property->message->msgHeader, sizeof(AppSpawnMsg)); in WritePreforkMsg()
685 ret = memcpy_s((char *)content->propertyBuffer + sizeof(AppSpawnMsg), MAX_MEM_SIZE - sizeof(AppSpawnMsg), in WritePreforkMsg()
691 munmap((char *)content->propertyBuffer, MAX_MEM_SIZE); in WritePreforkMsg()
698 uint8_t *buffer = (uint8_t *)GetMapMem(property->client.id, "prefork", MAX_MEM_SIZE, true, false); in GetAppSpawnMsg()
706 property->forkCtx.msgSize = MAX_MEM_SIZE; in GetAppSpawnMsg()
732 ret = munmap(content->propertyBuffer, MAX_MEM_SIZE); in ClearMMAP()
817 content->propertyBuffer = GetMapMem(property->client.id, "prefork", MAX_MEM_SIZE, false, false); in AppSpawnProcessMsgForPrefork()
/base/location/test/fuzztest/locator/gnssability_fuzzer/
H A Dgnssability_fuzzer.cpp37 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
68 if (size > MAX_MEM_SIZE) { in ParseData()
/base/location/test/fuzztest/locator/locatorabilitystub_fuzzer/
H A Dlocatorabilitystub_fuzzer.cpp32 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member
63 if (size > MAX_MEM_SIZE) { in ParseData()

Completed in 10 milliseconds