Home
last modified time | relevance | path

Searched defs:onResponse (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/test/fuzztest/initializedebugger_fuzzer/
Dinitializedebugger_fuzzer.cpp32 …OnResponseType onResponse = [data, size](const void *d, [[maybe_unused]] const std::string &s) -> … in InitializeDebuggerFuzzTest() local
/arkcompiler/toolchain/tooling/
Ddebugger_service.cpp25 const std::function<void(const void *, const std::string &)> &onResponse) in InitializeDebugger()