Home
last modified time | relevance | path

Searched refs:componentName (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/inspector/
Dinspector.cpp137 bool InitializeInspector(void* vm, const std::string& componentName, int32_t instanceId, in InitializeInspector() argument
156 newInspector->websocketServer_ = std::make_unique<WsServer>(componentName, in InitializeInspector()
260 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, in StartDebug() argument
276 if (!InitializeInspector(vm, componentName, instanceId, debuggerPostTask, port)) { in StartDebug()
287 void StopDebug(const std::string& componentName) in StopDebug() argument
289 LOGI("StopDebug: %{private}s", componentName.c_str()); in StopDebug()
Dinspector.h35 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode,
38 void StopDebug(const std::string& componentName);
Dconnect_inspector.h31 void StartServer(const std::string& componentName);
33 void StopServer([[maybe_unused]] const std::string& componentName);
Dconnect_inspector.cpp101 void StartServer(const std::string& componentName) in StartServer() argument
104 g_inspector->connectServer_ = std::make_unique<ConnectServer>(componentName, in StartServer()
116 void StopServer([[maybe_unused]] const std::string& componentName) in StopServer() argument
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyType.proto20 bytes componentName = 1; field
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp101 … bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, int32_t instanceId,
103 void StopDebug(const std::string& componentName);