Lines Matching defs:path
68 "Failed to getSubtree call at path '{PATH}' and interface '{INTERFACE}', error - {ERROR} ",
73 for (const auto& [path, services] : mapperResponse)
79 getMctpEndpointProps(service, path);
80 const UUID& uuid = getEndpointUUIDProp(service, path);
82 getEndpointConnectivityProp(path);
98 const std::string& service, const std::string& path)
103 service.c_str(), path.c_str(), MCTPInterface);
118 "Error reading MCTP Endpoint property at path '{PATH}' and service '{SERVICE}', error - {ERROR}",
119 "SERVICE", service, "PATH", path, "ERROR", e);
127 const std::string& path)
132 service.c_str(), path.c_str(), EndpointUUID);
142 "Error reading Endpoint UUID property at path '{PATH}' and service '{SERVICE}', error - {ERROR}",
143 "SERVICE", service, "PATH", path, "ERROR", e);
150 Availability MctpDiscovery::getEndpointConnectivityProp(const std::string& path)
157 path.c_str(), MCTPConnectivityProp, MCTPInterfaceCC);
166 "Error reading Endpoint Connectivity property at path '{PATH}', error - {ERROR}",
167 "PATH", path, "ERROR", e);
448 warning("No associated subtree found for path {PATH}", "PATH",
458 warning("No associated service found for path {PATH}", "PATH",
473 error("No associated interface found for path {PATH}", "PATH",
491 "Error getting associated subtree for path {PATH}, error - {ERROR}",