Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Dhttp_server.cpp348 size_t conterntLen = atoi(value.c_str()); in ParseRequest() local
349 if (conterntLen > httpReq.bodyLen) { in ParseRequest()
352 } else if (conterntLen < httpReq.bodyLen) { in ParseRequest()
353 httpReq.bodyLen = conterntLen; in ParseRequest()
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/
Dhttp_server.cpp342 size_t conterntLen = atoi(value.c_str()); in ParseRequest() local
343 if (conterntLen > httpReq.bodyLen) { in ParseRequest()
346 } else if (conterntLen < httpReq.bodyLen) { in ParseRequest()
347 httpReq.bodyLen = conterntLen; in ParseRequest()
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_server.cpp399 size_t conterntLen = atoi(value.c_str()); in ParseRequest() local
400 if (conterntLen > httpReq.bodyLen) { in ParseRequest()
403 } else if (conterntLen < httpReq.bodyLen) { in ParseRequest()
404 httpReq.bodyLen = conterntLen; in ParseRequest()
/developtools/smartperf_host/trace_streamer/src/rpc/
Dhttp_server.cpp400 size_t conterntLen = atoi(value.c_str()); in ParseRequest() local
401 if (conterntLen > httpReq.bodyLen) { in ParseRequest()
404 } else if (conterntLen < httpReq.bodyLen) { in ParseRequest()
405 httpReq.bodyLen = conterntLen; in ParseRequest()