Lines Matching refs:value
49 for (const auto& [key, value] : fruAssociationMap) in enableSlot()
51 if (entity.entity_instance_num == value.entity_instance_num && in enableSlot()
52 entity.entity_type == value.entity_type && in enableSlot()
53 entity.entity_container_id == value.entity_container_id) in enableSlot()
55 this->currentOnGoingSlotEntity.entity_type = value.entity_type; in enableSlot()
57 value.entity_instance_num; in enableSlot()
59 value.entity_container_id; in enableSlot()
60 processSlotOperations(key, value, stateFileValue); in enableSlot()
76 adapterObjPath = getAdapterObjPath(slotObjectPath).value(); in processSlotOperations()
172 bool value = std::get<bool>(itr->second); in createPresenceMatch() local
174 this->processPresentPropertyChange(value, stateFieldValue, in createPresenceMatch()
269 adapterObjPath = getAdapterObjPath(slotObjectPath).value(); in fetchSlotSensorState()