Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp146 void ArkJSRuntime::StartDebuggerForSocketPair(std::string& option, uint32_t socketFd) in StartDebuggerForSocketPair() function in OHOS::Ace::Framework::ArkJSRuntime
150 panda::JSNApi::StartDebuggerForSocketPair(identifierId, socketFd); in StartDebuggerForSocketPair()
175 runtime->StartDebuggerForSocketPair(option, socketFd); in StartDebugger()
H A Dark_js_runtime.h64 void StartDebuggerForSocketPair(std::string& option, uint32_t socketFd);
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp192 debugMode_ = panda::JSNApi::StartDebuggerForSocketPair(identifierId, socketFd); in StartDebugger()