Home
last modified time | relevance | path

Searched refs:getRandomId (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.hpp19 long uniqueSuffix = getRandomId());
26 static long getRandomId();
H A Dexample_device.cpp29 long ExampleCodeUpdater::getRandomId() in getRandomId() function in ExampleCodeUpdater
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp58 static long int getRandomId() in getRandomId() function
69 return std::format("{}_{}", parent.config.configName, getRandomId()); in getRandomSoftwareId()