Lines Matching refs:constexpr
18 static constexpr auto mapperBusName = "xyz.openbmc_project.ObjectMapper";
19 static constexpr auto mapperObjPath = "/xyz/openbmc_project/object_mapper";
20 static constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper";
22 static constexpr auto logWatchPath = "/xyz/openbmc_project/logging";
23 static constexpr auto logBasePath = "/xyz/openbmc_project/logging/entry";
24 static constexpr auto logEntryIntf = "xyz.openbmc_project.Logging.Entry";
25 static constexpr auto logDeleteIntf = "xyz.openbmc_project.Object.Delete";
27 static constexpr auto logObj = "/xyz/openbmc_project/logging";
28 static constexpr auto logIntf = "xyz.openbmc_project.Collection.DeleteAll";
29 static constexpr auto logDeleteAllMethod = "DeleteAll";
31 static constexpr auto propIntf = "org.freedesktop.DBus.Properties";
43 static constexpr auto selVersion = 0x51;
44 static constexpr auto invalidTimeStamp = 0xFFFFFFFF;
46 static constexpr auto firstEntry = 0x0000;
47 static constexpr auto lastEntry = 0xFFFF;
48 static constexpr auto entireRecord = 0xFF;
49 static constexpr auto selRecordSize = 16;
53 static constexpr bool overflow = false;
54 static constexpr bool deleteSel = true;
55 static constexpr bool partialAddSelEntry = false;
56 static constexpr bool reserveSel = true;
57 static constexpr bool getSelAllocationInfo = false;
72 constexpr size_t SELRecordLength = 16;
143 static constexpr auto initiateErase = 0xAA;
144 static constexpr auto getEraseStatus = 0x00;
145 static constexpr auto eraseComplete = 0x01;