Home
last modified time | relevance | path

Searched refs:SetDebugModeCallBack (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/inspector/
Dconnect_inspector.h55 void SetDebugModeCallBack(const std::function<void()>& setDebugMode);
Dconnect_inspector.cpp161 void SetDebugModeCallBack(const std::function<void()>& setDebugMode) in SetDebugModeCallBack() function
/arkcompiler/toolchain/inspector/test/
Dconnect_server_test.cpp79 SetDebugModeCallBack(debugModeCb); in CallbackInit()