Lines Matching defs:effecterId
286 uint16_t effecterId;
293 (payloadLength < sizeof(effecterId) + sizeof(compEffecterCnt) +
300 request, payloadLength, &effecterId, &compEffecterCnt,
314 if (isOemStateEffecter(*this, effecterId, compEffecterCnt, entityType,
317 !effecterDbusObjMaps.contains(effecterId))
321 effecterId);
326 pldm::utils::DBusHandler, Handler>(dBusIntf, *this, effecterId,
652 uint16_t effecterId{};
654 &effecterId);
669 dBusIntf, *this, effecterId, effecterDataSize, propertyType, dbusValue);
699 "EFFECTERID", effecterId, "RC", rc);
710 uint16_t effecterId{};
714 if ((payloadLength > sizeof(effecterId) + sizeof(effecterDataSize) +
716 (payloadLength < sizeof(effecterId) + sizeof(effecterDataSize) + 1))
722 request, payloadLength, &effecterId, &effecterDataSize, effecterValue);
729 dBusIntf, *this, effecterId, effecterDataSize, effecterValue,
916 bool isOemStateEffecter(Handler& handler, uint16_t effecterId,
944 if (pdr->effecter_id != effecterId)
963 effecterId);