Lines Matching full:uuid
79 const UUID& uuid = getEndpointUUIDProp(service, path); in getMctpInfos() local
86 mctpInfoMap[MctpInfo(std::get<eid>(epProps), uuid, "", in getMctpInfos()
123 UUID MctpDiscovery::getEndpointUUIDProp(const std::string& service, in getEndpointUUIDProp()
131 if (properties.contains("UUID")) in getEndpointUUIDProp()
133 return std::get<UUID>(properties.at("UUID")); in getEndpointUUIDProp()
139 … "Error reading Endpoint UUID property at path '{PATH}' and service '{SERVICE}', error - {ERROR}", in getEndpointUUIDProp()
141 return static_cast<UUID>(emptyUUID); in getEndpointUUIDProp()
144 return static_cast<UUID>(emptyUUID); in getEndpointUUIDProp()
178 std::string uuid = emptyUUID; in getAddedMctpInfos() local
193 /* Get UUID */ in getAddedMctpInfos()
198 uuid = getEndpointUUIDProp(service, objPath.str); in getAddedMctpInfos()
202 error("Error getting Endpoint UUID D-Bus interface, error - {ERROR}", in getAddedMctpInfos()
232 "Adding Endpoint networkId '{NETWORK}' and EID '{EID}' UUID '{UUID}'", in getAddedMctpInfos()
233 "NETWORK", networkId, "EID", eid, "UUID", uuid); in getAddedMctpInfos()
234 mctpInfos.emplace_back(MctpInfo(eid, uuid, "", networkId)); in getAddedMctpInfos()
316 const UUID& uuid = getEndpointUUIDProp(service, objPath); in propertiesChangedCb() local
318 MctpInfo mctpInfo(std::get<eid>(epProps), uuid, "", in propertiesChangedCb()