Lines Matching full:uuid
80 const UUID& uuid = getEndpointUUIDProp(service, path); in getMctpInfos() local
88 MctpInfo(std::get<eid>(epProps), uuid, "", in getMctpInfos()
126 UUID MctpDiscovery::getEndpointUUIDProp(const std::string& service, in getEndpointUUIDProp()
134 if (properties.contains("UUID")) in getEndpointUUIDProp()
136 return std::get<UUID>(properties.at("UUID")); in getEndpointUUIDProp()
142 … "Error reading Endpoint UUID property at path '{PATH}' and service '{SERVICE}', error - {ERROR}", in getEndpointUUIDProp()
144 return static_cast<UUID>(emptyUUID); in getEndpointUUIDProp()
147 return static_cast<UUID>(emptyUUID); in getEndpointUUIDProp()
181 std::string uuid = emptyUUID; in getAddedMctpInfos() local
196 /* Get UUID */ in getAddedMctpInfos()
201 uuid = getEndpointUUIDProp(service, objPath.str); in getAddedMctpInfos()
205 error("Error getting Endpoint UUID D-Bus interface, error - {ERROR}", in getAddedMctpInfos()
235 "Adding Endpoint networkId '{NETWORK}' and EID '{EID}' UUID '{UUID}'", in getAddedMctpInfos()
236 "NETWORK", networkId, "EID", eid, "UUID", uuid); in getAddedMctpInfos()
238 MctpInfo(eid, uuid, "", networkId, std::nullopt); in getAddedMctpInfos()
323 const UUID& uuid = getEndpointUUIDProp(service, objPath); in propertiesChangedCb() local
325 MctpInfo mctpInfo(std::get<eid>(epProps), uuid, "", in propertiesChangedCb()