Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp257 struct Response : public JsonSerializable { in OnCallDebuggerEnable() struct
258 void Serialize(JsonObjectBuilder &builder) const override in OnCallDebuggerEnable()
399 struct Response : public JsonSerializable { in OnCallDebuggerRestartFrame() struct
400 void Serialize(JsonObjectBuilder &builder) const override in OnCallDebuggerRestartFrame()
433 class Response : public JsonSerializable { in OnCallDebuggerSetBreakpoint() class
435 explicit Response(std::string &&bpId, Location &&loc) in OnCallDebuggerSetBreakpoint() function in ark::tooling::inspector::InspectorServer::OnCallDebuggerSetBreakpoint::Response
863 class Response : public JsonSerializable { in OnCallRuntimeGetProperties() class
865 explicit Response(std::vector<PropertyDescriptor> props) : properties_(std::move(props)) {} in OnCallRuntimeGetProperties() function in ark::tooling::inspector::InspectorServer::OnCallRuntimeGetProperties::Response
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp257 struct Response : public JsonSerializable { in OnCallDebuggerEnable() struct
258 void Serialize(JsonObjectBuilder &builder) const override in OnCallDebuggerEnable()
399 struct Response : public JsonSerializable { in OnCallDebuggerRestartFrame() struct
400 void Serialize(JsonObjectBuilder &builder) const override in OnCallDebuggerRestartFrame()
433 class Response : public JsonSerializable { in OnCallDebuggerSetBreakpoint() class
435 explicit Response(std::string &&bpId, Location &&loc) in OnCallDebuggerSetBreakpoint() function in ark::tooling::inspector::InspectorServer::OnCallDebuggerSetBreakpoint::Response
863 class Response : public JsonSerializable { in OnCallRuntimeGetProperties() class
865 explicit Response(std::vector<PropertyDescriptor> props) : properties_(std::move(props)) {} in OnCallRuntimeGetProperties() function in ark::tooling::inspector::InspectorServer::OnCallRuntimeGetProperties::Response