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.cpp83 gpu::InventoryPropertyId propertyId, in registerProperty()
94 void Inventory::processInventoryProperty(gpu::InventoryPropertyId propertyId) in processInventoryProperty()
136 gpu::InventoryPropertyId propertyId) in sendInventoryPropertyRequest()
168 gpu::InventoryPropertyId propertyId, const std::error_code& ec, in handleInventoryPropertyResponse()
H A DNvidiaGpuMctpVdm.cpp414 encodeGetInventoryInformationRequest(uint8_t instanceId,uint8_t propertyId,std::span<uint8_t> buf) encodeGetInventoryInformationRequest() argument
449 decodeGetInventoryInformationResponse(std::span<const uint8_t> buf,ocp::accelerator_management::CompletionCode & cc,uint16_t & reasonCode,InventoryPropertyId propertyId,InventoryValue & value) decodeGetInventoryInformationResponse() argument
/openbmc/dbus-sensors/src/tests/
H A Dtest_NvidiaDeviceInventoryMctpVdm.cpp21 uint8_t propertyId = in TEST() local