Home
last modified time | relevance | path

Searched defs:propertyId (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dbacnet.json21 "propertyId": "presentValue" string
29 "propertyId": "presentValue" string
37 "propertyId": "presentValue" string
46 "propertyId": "presentValue" string
53 "propertyId": "presentValue" string
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DInventory.cpp81 gpu::InventoryPropertyId propertyId, in registerProperty()
92 void Inventory::processInventoryProperty(gpu::InventoryPropertyId propertyId) in processInventoryProperty()
134 gpu::InventoryPropertyId propertyId) in sendInventoryPropertyRequest()
159 gpu::InventoryPropertyId propertyId, int sendRecvMsgResult) in handleInventoryPropertyResponse()
H A DNvidiaGpuMctpVdm.cpp417 int encodeGetInventoryInformationRequest(uint8_t instanceId, uint8_t propertyId, in encodeGetInventoryInformationRequest()
452 InventoryPropertyId propertyId, InventoryValue& value) in decodeGetInventoryInformationResponse()
/openbmc/dbus-sensors/src/tests/
H A Dtest_NvidiaDeviceInventoryMctpVdm.cpp21 uint8_t propertyId = in TEST() local