Home
last modified time | relevance | path

Searched refs:DebuggerConnectionHandler (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h106 void DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp245 DebuggerConnectionHandler(isDebugApp, isStartWithDebug); in StartDebugMode()
248 void JsRuntime::DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug) in DebuggerConnectionHandler() function in OHOS::AbilityRuntime::JsRuntime