Searched refs:StoreDebuggerInfo (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | connect_server_manager.h | 49 void StoreDebuggerInfo(int32_t tid, void* vm, const panda::JSNApi::DebugOption& debugOption,
|
H A D | connect_server_manager.cpp | 148 void ConnectServerManager::StoreDebuggerInfo(int32_t tid, void* vm, const panda::JSNApi::DebugOption& debugOption, in StoreDebuggerInfo() function in OHOS::AbilityRuntime::ConnectServerManager
|
H A D | js_worker.cpp | 114 ConnectServerManager::Get().StoreDebuggerInfo( in InitWorkerFunc()
|
H A D | js_runtime.cpp | 218 ConnectServerManager::Get().StoreDebuggerInfo(getproctid(), reinterpret_cast<void*>(vm), option, dTask, isDebugApp); in DebuggerConnectionHandler() 362 ConnectServerManager::Get().StoreDebuggerInfo(getproctid(), reinterpret_cast<void*>(vm), option, dTask, isDebugApp); in DebuggerConnectionManager()
|
Completed in 5 milliseconds