Home
last modified time | relevance | path

Searched defs:request (Results 1 - 25 of 29) sorted by relevance

12

/arkcompiler/toolchain/tooling/agent/
H A Dcss_impl.cpp22 void CssImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() argument
45 void CssImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable() argument
H A Doverlay_impl.cpp24 void OverlayImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() argument
47 void OverlayImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable() argument
H A Ddom_impl.cpp22 void DomImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() argument
45 void DomImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable() argument
H A Dtarget_impl.cpp22 void TargetImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() argument
45 void TargetImpl::DispatcherImpl::SetAutoAttach(const DispatchRequest &request) in SetAutoAttach() argument
H A Dpage_impl.cpp22 void PageImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() argument
45 void PageImpl::DispatcherImpl::GetNavigationHistory(const DispatchRequest &request) in GetNavigationHistory() argument
H A Dprofiler_impl.cpp39 void ProfilerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() argument
127 Disable(const DispatchRequest &request) Disable() argument
133 Enable(const DispatchRequest &request) Enable() argument
141 Start(const DispatchRequest &request) Start() argument
147 Stop(const DispatchRequest &request) Stop() argument
160 EnableSerializationTimeoutCheck(const DispatchRequest &request) EnableSerializationTimeoutCheck() argument
172 DisableSerializationTimeoutCheck(const DispatchRequest &request) DisableSerializationTimeoutCheck() argument
178 SetSamplingInterval(const DispatchRequest &request) SetSamplingInterval() argument
189 GetBestEffortCoverage(const DispatchRequest &request) GetBestEffortCoverage() argument
195 StopPreciseCoverage(const DispatchRequest &request) StopPreciseCoverage() argument
201 TakePreciseCoverage(const DispatchRequest &request) TakePreciseCoverage() argument
207 StartPreciseCoverage(const DispatchRequest &request) StartPreciseCoverage() argument
218 StartTypeProfile(const DispatchRequest &request) StartTypeProfile() argument
224 StopTypeProfile(const DispatchRequest &request) StopTypeProfile() argument
230 TakeTypeProfile(const DispatchRequest &request) TakeTypeProfile() argument
[all...]
H A Dtracing_impl.cpp24 void TracingImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() argument
67 End(const DispatchRequest &request) End() argument
81 GetCategories(const DispatchRequest &request) GetCategories() argument
88 RecordClockSyncMarker(const DispatchRequest &request) RecordClockSyncMarker() argument
95 RequestMemoryDump(const DispatchRequest &request) RequestMemoryDump() argument
105 Start(const DispatchRequest &request) Start() argument
[all...]
H A Dheapprofiler_impl.cpp29 void HeapProfilerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() argument
107 AddInspectedHeapObject(const DispatchRequest &request) AddInspectedHeapObject() argument
118 CollectGarbage(const DispatchRequest &request) CollectGarbage() argument
124 Enable(const DispatchRequest &request) Enable() argument
132 Disable(const DispatchRequest &request) Disable() argument
138 GetHeapObjectId(const DispatchRequest &request) GetHeapObjectId() argument
152 GetObjectByHeapObjectId(const DispatchRequest &request) GetObjectByHeapObjectId() argument
171 GetSamplingProfile(const DispatchRequest &request) GetSamplingProfile() argument
185 StartSampling(const DispatchRequest &request) StartSampling() argument
196 StopSampling(const DispatchRequest &request) StopSampling() argument
209 StartTrackingHeapObjects(const DispatchRequest &request) StartTrackingHeapObjects() argument
221 StopTrackingHeapObjects(const DispatchRequest &request) StopTrackingHeapObjects() argument
232 TakeHeapSnapshot(const DispatchRequest &request) TakeHeapSnapshot() argument
[all...]
/arkcompiler/toolchain/tooling/client/domain/
H A Dtest_client.cpp48 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SuccessCommand() local
67 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in FailCommand() local
[all...]
H A Druntime_client.cpp54 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in HeapusageCommand() local
74 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in RuntimeEnableCommand() local
94 std::unique_ptr<PtJson> request = PtJson::CreateObject(); RuntimeDisableCommand() local
114 std::unique_ptr<PtJson> request = PtJson::CreateObject(); RunIfWaitingForDebuggerCommand() local
136 std::unique_ptr<PtJson> request = PtJson::CreateObject(); GetPropertiesCommand() local
160 std::unique_ptr<PtJson> request = PtJson::CreateObject(); GetPropertiesCommand2() local
[all...]
H A Dprofiler_client.cpp56 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CpuprofileEnableCommand() local
76 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CpuprofileDisableCommand() local
96 std::unique_ptr<PtJson> request = PtJson::CreateObject(); CpuprofileCommand() local
116 std::unique_ptr<PtJson> request = PtJson::CreateObject(); CpuprofileStopCommand() local
136 std::unique_ptr<PtJson> request = PtJson::CreateObject(); SetSamplingIntervalCommand() local
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dshared_object_factory_test.cpp47 JSHandle<EcmaString> request = factory->NewFromASCII("request"); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/
H A Dprotocol_handler.cpp86 void ProtocolHandler::SendResponse(const DispatchRequest &request, const DispatchResponse &response, in SendResponse() argument
H A Ddispatcher.cpp125 void DispatcherBase::SendResponse(const DispatchRequest &request, const DispatchResponse &response, in SendResponse() argument
181 void Dispatcher::Dispatch(const DispatchRequest &request) in Dispatch() argument
/arkcompiler/toolchain/tooling/test/
H A Dprofiler_impl_test.cpp151 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
[all...]
H A Dtracing_impl_test.cpp125 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
143 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
161 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
179 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
197 DispatchRequest request = DispatchRequest(msg); HWTEST_F_L0() local
[all...]
/arkcompiler/toolchain/websocket/
H A Dhttp.cpp35 std::string HttpRequest::DecodeVersion(const std::string& request, std::string::size_type methodStartPos) in DecodeVersion() argument
57 bool HttpRequest::Decode(const std::string& request, HttpRequest& parsed) in Decode() argument
[all...]
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem_hooks.cpp55 PandaAllocHook(int alloctype, [[maybe_unused]] void *data, std::size_t size, int blocktype, [[maybe_unused]] long request, const unsigned char *filename, int linenumber) PandaAllocHook() argument
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module.cpp87 JSHandle<JSTaggedValue> CjsModule::Load(JSThread *thread, JSHandle<EcmaString> &request) in Load() argument
170 JSTaggedValue CjsModule::Require(JSThread *thread, JSHandle<EcmaString> &request, in Require() argument
/arkcompiler/toolchain/tooling/client/manager/
H A Dwatch_manager.cpp35 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SendRequestWatch() local
64 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in GetPropertiesCommand() local
[all...]
H A Dsource_manager.cpp30 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SendRequeSource() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dfile.cpp145 ResolveFilenameFromNative(JSThread *thread, const CString &dirname, CString request) ResolveFilenameFromNative() argument
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dfile.cpp151 ResolveFilenameFromNative(JSThread *thread, const CString &dirname, CString request) ResolveFilenameFromNative() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebuggable_thread.cpp114 bool DebuggableThread::RequestToObjectRepository(std::function<void(ObjectRepository &)> request) in RequestToObjectRepository() argument
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dutils.py28 from urllib import request namespace

Completed in 14 milliseconds

12