Home
last modified time | relevance | path

Searched defs:instanceId (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/
Djsnapistartdebugger_fuzzer.cpp33 int32_t instanceId = 0; in JSNApiStartDebuggerFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/
Djsnapistopdebugger_fuzzer.cpp33 int32_t instanceId = 0; in JSNApiStopDebuggerFuzzTest() local
/arkcompiler/toolchain/inspector/
Dconnect_inspector.cpp180 void SetSwitchCallBack(const std::function<void(int32_t)>& createLayoutInfo, int32_t instanceId) in SetSwitchCallBack()
259 void StoreMessage(int32_t instanceId, const std::string& message) in StoreMessage()
272 void RemoveMessage(int32_t instanceId) in RemoveMessage()
Dinspector.cpp450 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug()
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserversendreply_fuzzer/
Dwsserversendreply_fuzzer.cpp37 int32_t instanceId = 10001; // 10001:test instanceId in WsServerSendReplyFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebugger_arkapi.cpp53 …l ArkDebugNativeAPI::NotifyDebugMode([[maybe_unused]] int tid, [[maybe_unused]] int32_t instanceId, in NotifyDebugMode()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp1010int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) in StartProfiler()
Djsnapi_expo.cpp4971 bool JSNApi::StartDebuggerCheckParameters(EcmaVM *vm, const DebugOption &option, int32_t instanceId, in StartDebuggerCheckParameters()
5024 [[maybe_unused]] int32_t instanceId, in StartDebugger()
5056 [[maybe_unused]] int32_t instanceId, in StartDebuggerForOldProcess()
5161 [[maybe_unused]] int32_t instanceId, in NotifyDebugMode()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp636 int32_t instanceId = 1; in HWTEST_F_L0() local