Home
last modified time | relevance | path

Searched refs:Disable (Results 1 - 25 of 31) sorted by relevance

12

/arkcompiler/toolchain/tooling/agent/
H A Dcss_impl.cpp28 Disable(request); in Dispatch()
45 void CssImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable() function in panda::ecmascript::tooling::CssImpl::DispatcherImpl
H A Doverlay_impl.cpp30 Disable(request); in Dispatch()
47 void OverlayImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable() function in panda::ecmascript::tooling::OverlayImpl::DispatcherImpl
H A Ddom_impl.cpp28 Disable(request); in Dispatch()
45 void DomImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable() function in panda::ecmascript::tooling::DomImpl::DispatcherImpl
H A Dprofiler_impl.cpp45 Disable(request); in Dispatch()
127 void ProfilerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable() function in panda::ecmascript::tooling::ProfilerImpl::DispatcherImpl
129 DispatchResponse response = profiler_->Disable(); in Disable()
251 DispatchResponse ProfilerImpl::Disable() in Disable() function in panda::ecmascript::tooling::ProfilerImpl
H A Dprofiler_impl.h32 DispatchResponse Disable();
55 void Disable(const DispatchRequest &request);
H A Dcss_impl.h36 void Disable(const DispatchRequest &request);
H A Doverlay_impl.h36 void Disable(const DispatchRequest &request);
H A Ddom_impl.h36 void Disable(const DispatchRequest &request);
H A Dheapprofiler_impl.cpp44 Disable(request); in Dispatch()
132 void HeapProfilerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable() function in panda::ecmascript::tooling::HeapProfilerImpl::DispatcherImpl
134 DispatchResponse response = heapprofiler_->Disable(); in Disable()
336 DispatchResponse HeapProfilerImpl::Disable() in Disable() function in panda::ecmascript::tooling::HeapProfilerImpl
H A Dheapprofiler_impl.h47 DispatchResponse Disable();
72 void Disable(const DispatchRequest &request);
H A Druntime_impl.h33 DispatchResponse Disable();
50 void Disable(const DispatchRequest &request);
H A Ddebugger_impl.h66 DispatchResponse Disable();
156 void Disable(const DispatchRequest &request);
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dmem_hooks_test.cpp40 os::mem_hooks::PandaHooks::Disable(); in TEST()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem_hooks.h29 static void Disable();
H A Dmem_hooks.cpp107 void PandaHooks::Disable() in Disable() function in ark::os::windows::mem_hooks::PandaHooks
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dpt_hook_type_info.h44 void Disable(const PtHookType type) in Disable() function in ark::tooling::PtHookTypeInfo
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdisable_fuzzer/
H A Dheapprofilerdisable_fuzzer.cpp49 dispatcherImpl->Disable(*req); in HeapprofilerDisableFuzzTest()
/arkcompiler/toolchain/tooling/client/domain/
H A Dheapprofiler_client.h49 int Disable();
H A Dheapprofiler_client.cpp37 { "heapprofiler-disable", std::bind(&HeapProfilerClient::Disable, this)}, in DispatcherCmd()
139 int HeapProfilerClient::Disable() in Disable() function in OHOS::ArkCompiler::Toolchain::HeapProfilerClient
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dmem_hooks.h28 PANDA_PUBLIC_API static void Disable();
H A Dmem_hooks.cpp135 void PandaHooks::Disable() in Disable() function in ark::os::unix::mem_hooks::PandaHooks
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_stats.h105 void Disable() in Disable() function in ark::CoroutineStatsBase
H A Dstackful_coroutine_manager.cpp523 worker->GetPerfStats().Disable(); in DumpCoroutineStats()
589 stats_.Disable(); in MainCoroutineCompleted()
/arkcompiler/toolchain/tooling/test/
H A Druntime_impl_test.cpp106 dispatcherImpl->Disable(request1); in HWTEST_F_L0()
H A Dprofiler_impl_test.cpp52 HWTEST_F_L0(ProfilerImplTest, Disable) in HWTEST_F_L0()
56 DispatchResponse response = profiler->Disable(); in HWTEST_F_L0()

Completed in 11 milliseconds

12