Home
last modified time | relevance | path

Searched defs:req (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetheapobjectid_fuzzer/
Dheapprofilergetheapobjectid_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerGetheapObjectIdFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetobjectbyheapobjectid_fuzzer/
Dheapprofilergetobjectbyheapobjectid_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerGetObjectByHeapObjectIdFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstartsampling_fuzzer/
Dheapprofilerstartsampling_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerStartSamplingFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofileraddinspectedheapobject_fuzzer/
Dheapprofileraddinspectedheapobject_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerAddInspectedHeapObjectFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetsamplingprofile_fuzzer/
Dheapprofilergetsamplingprofile_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerGetSamplingProfileFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilertakeheapsnapshot_fuzzer/
Dheapprofilertakeheapsnapshot_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerTakeHeapSnapshotFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdisable_fuzzer/
Dheapprofilerdisable_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerDisableFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdispatch_fuzzer/
Dheapprofilerdispatch_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerDispatchFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstopsampling_fuzzer/
Dheapprofilerstopsampling_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerStopSamplingFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstarttrackingheapobjects_fuzzer/
Dheapprofilerstarttrackingheapobjects_fuzzer.cpp46 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerStartTrackingHeapObjectsFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstoptrackingheapobjects_fuzzer/
Dheapprofilerstoptrackingheapobjects_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerStopTrackingHeapObjectsFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilercollectgarbage_fuzzer/
Dheapprofilercollectgarbage_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerCollectgarbageFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerenable_fuzzer/
Dheapprofilerenable_fuzzer.cpp45 auto req = std::make_unique<DispatchRequest>(str); in HeapprofilerEnableFuzzTest() local
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp34 static bool ValidateHandShakeMessage(const HttpRequest& req) in ValidateHandShakeMessage()
82 bool WebSocketServer::ProtocolUpgrade(const HttpRequest& req) in ProtocolUpgrade()
122 HttpRequest req; in HttpHandShake() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlersendreply_fuzzer/
Dprotocolhandlersendreply_fuzzer.cpp39 DispatchRequest req(str); in ProtocolHandlerSendReplyFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlerresponse_fuzzer/
Dprotocolhandlerresponse_fuzzer.cpp39 DispatchRequest req(str); in ProtocolHandlerResponseFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1022 JsArrayRequirements req; in IndexOf() local
1042 JsArrayRequirements req; in LastIndexOf() local
1170 JsArrayRequirements req; in Slice() local