/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstarttrackingheapobjects_fuzzer/ |
D | heapprofilerstarttrackingheapobjects_fuzzer.cpp | 46 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerStartTrackingHeapObjectsFuzzTest() local 50 dispatcherImpl->StartTrackingHeapObjects(*req); in HeapprofilerStartTrackingHeapObjectsFuzzTest() 51 dispatcherImpl->StopTrackingHeapObjects(*req); in HeapprofilerStartTrackingHeapObjectsFuzzTest()
|
/arkcompiler/toolchain/websocket/ |
D | websocket.cpp | 75 bool WebSocket::HttpProtocolDecode(const std::string& request, HttpProtocol& req) in HttpProtocolDecode() argument 85 req.version = headers.at(2); // 2: to get the version param in HttpProtocolDecode() 89 req.connection = headers.at(1); // 1: to get the connection param in HttpProtocolDecode() 91 req.upgrade = headers.at(1); // 1: to get the upgrade param in HttpProtocolDecode() 93 req.secWebSocketKey = headers.at(1); // 1: to get the secWebSocketKey param in HttpProtocolDecode() 188 bool WebSocket::ProtocolUpgrade(const HttpProtocol& req) in ProtocolUpgrade() argument 190 std::string rawKey = req.secWebSocketKey + WEB_SOCKET_GUID; in ProtocolUpgrade() 267 HttpProtocol req; in HttpHandShake() local 268 if (!HttpProtocolDecode(msgBuf, req)) { in HttpHandShake() 271 } else if (req.connection.find("Upgrade") != std::string::npos && in HttpHandShake() [all …]
|
D | websocket.h | 69 bool HttpProtocolDecode(const std::string& request, HttpProtocol& req); 71 bool ProtocolUpgrade(const HttpProtocol& req);
|
/arkcompiler/toolchain/test/fuzztest/protocolhandlerresponse_fuzzer/ |
D | protocolhandlerresponse_fuzzer.cpp | 39 DispatchRequest req(str); in ProtocolHandlerResponseFuzzTest() local 41 handler.SendResponse(req, DispatchResponse::Ok(), ret); in ProtocolHandlerResponseFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilertakeheapsnapshot_fuzzer/ |
D | heapprofilertakeheapsnapshot_fuzzer.cpp | 45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerTakeHeapSnapshotFuzzTest() local 49 dispatcherImpl->TakeHeapSnapshot(*req); in HeapprofilerTakeHeapSnapshotFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstartsampling_fuzzer/ |
D | heapprofilerstartsampling_fuzzer.cpp | 45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerStartSamplingFuzzTest() local 49 dispatcherImpl->StartSampling(*req); in HeapprofilerStartSamplingFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstoptrackingheapobjects_fuzzer/ |
D | heapprofilerstoptrackingheapobjects_fuzzer.cpp | 45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerStopTrackingHeapObjectsFuzzTest() local 49 dispatcherImpl->StopTrackingHeapObjects(*req); in HeapprofilerStopTrackingHeapObjectsFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstopsampling_fuzzer/ |
D | heapprofilerstopsampling_fuzzer.cpp | 45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerStopSamplingFuzzTest() local 49 dispatcherImpl->StopSampling(*req); in HeapprofilerStopSamplingFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilercollectgarbage_fuzzer/ |
D | heapprofilercollectgarbage_fuzzer.cpp | 45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerCollectgarbageFuzzTest() local 49 dispatcherImpl->CollectGarbage(*req); in HeapprofilerCollectgarbageFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetsamplingprofile_fuzzer/ |
D | heapprofilergetsamplingprofile_fuzzer.cpp | 45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerGetSamplingProfileFuzzTest() local 49 dispatcherImpl->GetSamplingProfile(*req); in HeapprofilerGetSamplingProfileFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofileraddinspectedheapobject_fuzzer/ |
D | heapprofileraddinspectedheapobject_fuzzer.cpp | 47 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerAddInspectedHeapObjectFuzzTest() local 51 dispatcherImpl->AddInspectedHeapObject(*req); in HeapprofilerAddInspectedHeapObjectFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerenable_fuzzer/ |
D | heapprofilerenable_fuzzer.cpp | 47 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerEnableFuzzTest() local 51 dispatcherImpl->Enable(*req); in HeapprofilerEnableFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetheapobjectid_fuzzer/ |
D | heapprofilergetheapobjectid_fuzzer.cpp | 47 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerGetheapObjectIdFuzzTest() local 51 dispatcherImpl->GetHeapObjectId(*req); in HeapprofilerGetheapObjectIdFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetobjectbyheapobjectid_fuzzer/ |
D | heapprofilergetobjectbyheapobjectid_fuzzer.cpp | 47 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerGetObjectByHeapObjectIdFuzzTest() local 51 dispatcherImpl->GetObjectByHeapObjectId(*req); in HeapprofilerGetObjectByHeapObjectIdFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdisable_fuzzer/ |
D | heapprofilerdisable_fuzzer.cpp | 47 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerDisableFuzzTest() local 51 dispatcherImpl->Disable(*req); in HeapprofilerDisableFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdispatch_fuzzer/ |
D | heapprofilerdispatch_fuzzer.cpp | 47 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerDispatchFuzzTest() local 51 dispatcherImpl->Dispatch(*req); in HeapprofilerDispatchFuzzTest()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | declareExternalModuleWithExportAssignedFundule.ts | 34 post(path: RegExp, handler: (req: Function) => void ): void;
|
D | declaredExternalModule.ts | 26 (res, req, next): void;
|
D | declaredExternalModuleWithExportAssignment.ts | 24 (res, req, next): void;
|
D | exportAssignmentWithPrivacyError.ts | 22 (res, req, next): void;
|
D | exportAssignmentWithImportStatementPrivacyError.ts | 24 (res, req, next): void;
|
D | declFileExportAssignmentImportInternalModule.ts | 25 (res, req, next): void;
|
D | declarationMaps.ts | 23 (res, req, next): void;
|
D | declareFileExportAssignment.ts | 23 (res, req, next): void;
|
D | declareFileExportAssignmentWithVarFromVariableStatement.ts | 23 (res, req, next): void;
|