Searched refs:entity_path (Results 1 – 5 of 5) sorted by relevance
75 std::string entity_path = e.value("entity_path", ""); in generateStateEffecterPDR() local77 if (entity_path != "" && associatedEntityMap.contains(entity_path)) in generateStateEffecterPDR()80 associatedEntityMap.at(entity_path).entity_type; in generateStateEffecterPDR()82 associatedEntityMap.at(entity_path).entity_instance_num; in generateStateEffecterPDR()84 associatedEntityMap.at(entity_path).entity_container_id; in generateStateEffecterPDR()
78 std::string entity_path = e.value("entity_path", ""); in generateStateSensorPDR() local80 if (entity_path != "" && associatedEntityMap.contains(entity_path)) in generateStateSensorPDR()83 associatedEntityMap.at(entity_path).entity_type; in generateStateSensorPDR()85 associatedEntityMap.at(entity_path).entity_instance_num; in generateStateSensorPDR()87 associatedEntityMap.at(entity_path).entity_container_id; in generateStateSensorPDR()
58 std::string entity_path = e.value("entity_path", ""); in generateNumericEffecterPDR() local60 if (entity_path != "" && associatedEntityMap.contains(entity_path)) in generateNumericEffecterPDR()63 associatedEntityMap.at(entity_path).entity_type; in generateNumericEffecterPDR()65 associatedEntityMap.at(entity_path).entity_instance_num; in generateNumericEffecterPDR()67 associatedEntityMap.at(entity_path).entity_container_id; in generateNumericEffecterPDR()
100 std::string entity_path = p.string(); in addObjectPathEntityAssociations() local103 oemPlatformHandler->updateOemDbusPaths(entity_path); in addObjectPathEntityAssociations()107 pldm::utils::DBusHandler().getService(entity_path.c_str(), in addObjectPathEntityAssociations()114 if (objPathMap.contains(entity_path)) in addObjectPathEntityAssociations()116 objPathMap[entity_path] = entity; in addObjectPathEntityAssociations()121 objPathMap[entity_path] = entity; in addObjectPathEntityAssociations()
251 for (const auto& entity_path : slotobjpaths) in buildAllSlotEnableEffecterPDR() local262 if (entity_path != "" && associatedEntityMap.contains(entity_path)) in buildAllSlotEnableEffecterPDR()264 pdr->entity_type = associatedEntityMap.at(entity_path).entity_type; in buildAllSlotEnableEffecterPDR()266 associatedEntityMap.at(entity_path).entity_instance_num; in buildAllSlotEnableEffecterPDR()268 associatedEntityMap.at(entity_path).entity_container_id; in buildAllSlotEnableEffecterPDR()270 entity_path; in buildAllSlotEnableEffecterPDR()364 for (const auto& entity_path : slotobjpaths) in buildAllSlotEnableSensorPDR() local373 if (entity_path != "" && associatedEntityMap.contains(entity_path)) in buildAllSlotEnableSensorPDR()375 pdr->entity_type = associatedEntityMap.at(entity_path).entity_type; in buildAllSlotEnableSensorPDR()377 associatedEntityMap.at(entity_path).entity_instance_num; in buildAllSlotEnableSensorPDR()[all …]