Lines Matching refs:propertyType
349 if (dBusMap.propertyType == "uint8_t") in setDbusProperty()
354 else if (dBusMap.propertyType == "bool") in setDbusProperty()
359 else if (dBusMap.propertyType == "int16_t") in setDbusProperty()
364 else if (dBusMap.propertyType == "uint16_t") in setDbusProperty()
369 else if (dBusMap.propertyType == "int32_t") in setDbusProperty()
374 else if (dBusMap.propertyType == "uint32_t") in setDbusProperty()
379 else if (dBusMap.propertyType == "int64_t") in setDbusProperty()
384 else if (dBusMap.propertyType == "uint64_t") in setDbusProperty()
389 else if (dBusMap.propertyType == "double") in setDbusProperty()
394 else if (dBusMap.propertyType == "string") in setDbusProperty()
399 else if (dBusMap.propertyType == "array[string]") in setDbusProperty()
408 dBusMap.propertyType); in setDbusProperty()
721 dbusMapping.propertyType = "bool"; in setFruPresence()