Home
last modified time | relevance | path

Searched refs:HandleStop (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/cast/receiver/
Dapplication_agent.h132 Json::Value HandleStop(const Json::Value& request);
Dapplication_agent.cc161 response = HandleStop(request); in OnMessage()
261 Json::Value ApplicationAgent::HandleStop(const Json::Value& request) { in HandleStop() function in openscreen::cast::ApplicationAgent
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1181 virtual StopHookResult HandleStop(ExecutionContext &exe_ctx,
1222 StopHookResult HandleStop(ExecutionContext &exc_ctx,
1240 StopHookResult HandleStop(ExecutionContext &exc_ctx,
/external/llvm-project/lldb/source/Target/
DTarget.cpp2697 cur_hook_sp->HandleStop(exc_ctx, output_sp); in RunStopHooks()
3331 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop() function in Target::StopHookCommandLine
3390 Target::StopHookScripted::HandleStop(ExecutionContext &exc_ctx, in HandleStop() function in Target::StopHookScripted