Searched refs:componentName (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/toolchain/inspector/ |
D | inspector.cpp | 137 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()
|
D | inspector.h | 35 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, 38 void StopDebug(const std::string& componentName);
|
D | connect_inspector.h | 31 void StartServer(const std::string& componentName); 33 void StopServer([[maybe_unused]] const std::string& componentName);
|
D | connect_inspector.cpp | 101 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/ |
D | assemblyType.proto | 20 bytes componentName = 1; field
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 101 … bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, int32_t instanceId, 103 void StopDebug(const std::string& componentName);
|