Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp187 int32_t identifierId = ParseHdcRegisterOption(option); in StartDebugger() local
188 if (identifierId == -1) { in StartDebugger()
192 debugMode_ = panda::JSNApi::StartDebuggerForSocketPair(identifierId, socketFd); in StartDebugger()
208 int32_t identifierId = ParseHdcRegisterOption(option); in StopDebugger() local
209 if (identifierId == -1) { in StopDebugger()
213 panda::JSNApi::StopDebugger(identifierId); in StopDebugger()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp149 int identifierId = ParseHdcRegisterOption(option); in StartDebuggerForSocketPair() local
150 panda::JSNApi::StartDebuggerForSocketPair(identifierId, socketFd); in StartDebuggerForSocketPair()