Home
last modified time | relevance | path

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

/arkcompiler/toolchain/inspector/
Dinspector.h38 bool StartDebugForSocketpair(int tid, int socketfd);
Dinspector.cpp316 bool StartDebugForSocketpair(int tid, int socketfd) in StartDebugForSocketpair() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3074 using StartDebugForSocketpair = bool (*)(int, int); in StartDebuggerForSocketPair() typedef
3082 bool ret = reinterpret_cast<StartDebugForSocketpair>(sym.Value())(tid, socketfd); in StartDebuggerForSocketPair()