Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h37 void EnableGlobalHook(PtHookType hookType) in EnableGlobalHook()
42 void DisableGlobalHook(PtHookType hookType) in DisableGlobalHook()
Ddebugger.cpp48 std::optional<Error> Debugger::SetNotification(PtThread thread, bool enable, PtHookType hookType) in SetNotification()