Home
last modified time | relevance | path

Searched refs:RemoveBreakpointsByUrl (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_interface.h149 virtual bool RemoveBreakpointsByUrl(const std::string &url) = 0;
H A Djs_debugger.h123 bool RemoveBreakpointsByUrl(const std::string &url) override;
H A Djs_debugger.cpp94 bool JSDebugger::RemoveBreakpointsByUrl(const std::string &url) in RemoveBreakpointsByUrl() function in panda::ecmascript::tooling::JSDebugger
H A Ddebugger_api.h159 static bool RemoveBreakpointsByUrl(JSDebugger *debugger, const std::string &url);
H A Ddebugger_api.cpp323 bool DebuggerApi::RemoveBreakpointsByUrl(JSDebugger *debugger, const std::string &url) in RemoveBreakpointsByUrl() function in panda::ecmascript::tooling::DebuggerApi
325 return debugger->RemoveBreakpointsByUrl(url); in RemoveBreakpointsByUrl()
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.h74 DispatchResponse RemoveBreakpointsByUrl(const RemoveBreakpointsByUrlParams &params);
162 void RemoveBreakpointsByUrl(const DispatchRequest &request);
H A Ddebugger_impl.cpp491 RemoveBreakpointsByUrl(request); in Dispatch()
714 void DebuggerImpl::DispatcherImpl::RemoveBreakpointsByUrl(const DispatchRequest &request) in RemoveBreakpointsByUrl() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl
721 DispatchResponse response = debugger_->RemoveBreakpointsByUrl(*params); in RemoveBreakpointsByUrl()
1198 DispatchResponse DebuggerImpl::RemoveBreakpointsByUrl(const RemoveBreakpointsByUrlParams &params) in RemoveBreakpointsByUrl() function in panda::ecmascript::tooling::DebuggerImpl
1208 if (!DebuggerApi::RemoveBreakpointsByUrl(jsDebugger_, url)) { in RemoveBreakpointsByUrl()

Completed in 10 milliseconds