Searched refs:identifierId (Results 1 – 2 of 2) sorted by relevance
187 int32_t identifierId = ParseHdcRegisterOption(option); in StartDebugger() local188 if (identifierId == -1) { in StartDebugger()192 debugMode_ = panda::JSNApi::StartDebuggerForSocketPair(identifierId, socketFd); in StartDebugger()208 int32_t identifierId = ParseHdcRegisterOption(option); in StopDebugger() local209 if (identifierId == -1) { in StopDebugger()213 panda::JSNApi::StopDebugger(identifierId); in StopDebugger()
149 int identifierId = ParseHdcRegisterOption(option); in StartDebuggerForSocketPair() local150 panda::JSNApi::StartDebuggerForSocketPair(identifierId, socketFd); in StartDebuggerForSocketPair()