Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.h54 void SendDebuggerInfo(bool needBreakPoint, bool isDebugApp);
H A Dcj_runtime.cpp227 ConnectServerManager::Get().SendDebuggerInfo(isStartWithDebug, isDebugApp); in StartDebugMode()
H A Dconnect_server_manager.cpp172 void ConnectServerManager::SendDebuggerInfo(bool needBreakPoint, bool isDebugApp) in SendDebuggerInfo() function in OHOS::AbilityRuntime::ConnectServerManager
H A Djs_runtime.cpp232 ConnectServerManager::Get().SendDebuggerInfo(isStartWithDebug, isDebugApp); in StartDebugMode()
367 ConnectServerManager::Get().SendDebuggerInfo(isStartWithDebug, isDebugApp); in StartProfiler()