Lines Matching full:effecter
43 error("Effecter json file for remote terminus '{PATH}' does not exist.", in parseEffecterJson()
81 "Effecter PDRType not supported {TYPE} of effecterID '{EFFECTERID}'", in parseEffecterJson()
98 for (const auto& effecter : effecters) in parseEffecterJson() local
101 auto jsonDbusInfo = effecter.value("dbus_info", empty); in parseEffecterJson()
102 dbusInfo.dataSize = effecter.value("effecterDataSize", 0); in parseEffecterJson()
103 dbusInfo.unitModifier = effecter.value("unitModifier", 0); in parseEffecterJson()
104 dbusInfo.resolution = effecter.value("resolution", 1); in parseEffecterJson()
105 dbusInfo.offset = effecter.value("offset", 0); in parseEffecterJson()
115 * Only support these property type for Numeric Effecter D-Bus in parseEffecterJson()
145 for (const auto& effecter : effecters) in parseEffecterJson() local
148 auto jsonDbusInfo = effecter.value("dbus_info", empty); in parseEffecterJson()
161 auto state = effecter.value("state", empty); in parseEffecterJson()
217 …t remote terminus state. Will still continue to set the remote terminus effecter, error - {ERROR}", in isHostOn()
261 …"Effecter ID '{EFFECTERID}' of entity type '{TYPE}', entityInstance '{INSTANCE}' and containerID '… in processHostEffecterChangeNotification()
310 … "Failed to set remote terminus state effecter for effecter ID '{EFFECTERID}', error - {ERROR}", in processHostEffecterChangeNotification()
317 …"Failed to set the remote terminus state effecter for effecter ID '{EFFECTERID}', response code '{… in processHostEffecterChangeNotification()
342 …"Dbus to PLDM Numeric Effecter setting requires valid effecter ID. Invalid effecter ID {EFFECTER_I… in processTerminusNumericEffecterChangeNotification()
349 …"DBus Value to PLDM Numeric Effecter setting only supports D-Bus Numeric data type. Invalid type {… in processTerminusNumericEffecterChangeNotification()
365 …"DBus Value to PLDM Numeric Effecter setting only supports Numeric D-Bus data type. Invalid type {… in processTerminusNumericEffecterChangeNotification()
385 /* Setting value equals the D-Bus value which is real value of effecter */ in processTerminusNumericEffecterChangeNotification()
406 "Could not set the numeric effecter ID '{EFFECTERID}' return code '{RC}'", in processTerminusNumericEffecterChangeNotification()
413 error("Could not set numeric effecter ID= '{EFFECTERID}'", "EFFECTERID", in processTerminusNumericEffecterChangeNotification()
562 …"Failed to encode set numeric effecter request message for effecter ID '{EFFECTERID}' and instance… in setTerminusNumericEffecter()
586 …"Failed to decode set numeric effecter response message for effecter ID '{EFFECTERID}' with error … in setTerminusNumericEffecter()
592 … "Failed to set numeric effecter for effecter ID '{EFFECTERID}' with complete code '{CC}'", in setTerminusNumericEffecter()
602 error("Failed to send request to set an effecter on Host"); in setTerminusNumericEffecter()
636 …"Failed to encode set state effecter states message for effecter ID '{EFFECTERID}' and instanceID … in setHostStateEffecter()
649 "Failed to receive response for setting state effecter states."); in setHostStateEffecter()
658 "Failed to decode response of set state effecter states, response code '{RC}'", in setHostStateEffecter()
666 "Failed to set a remote terminus effecter, completion code '{CC}'", in setHostStateEffecter()
679 …"Failed to send request to set an effecter on remote terminus for effecter ID '{EFFECTERID}', resp… in setHostStateEffecter()