Home
last modified time | relevance | path

Searched refs:templateName (Results 1 – 7 of 7) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Dutils.cpp205 std::string templateName = templateChar + propName; in templateCharReplace() local
207 iFindFirst(*strPtr, templateName); in templateCharReplace()
224 size_t nextItemIdx = start + templateName.size() + 1; in templateCharReplace()
231 iReplaceAll(*strPtr, templateName, val); in templateCharReplace()
/openbmc/phosphor-power/
H A Dpmbus.hpp182 virtual std::string insertPageNum(const std::string& templateName,
367 std::string insertPageNum(const std::string& templateName,
H A Dpmbus.cpp70 std::string PMBus::insertPageNum(const std::string& templateName, size_t page) in getPath()
72 auto name = templateName; in getPath()
48 insertPageNum(const std::string & templateName,size_t page) insertPageNum() argument
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dmock_pmbus.hpp59 (const std::string& templateName, size_t page), (override));
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.hpp39 (const std::string& templateName, size_t page), (override));
/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.hpp248 static std::string insertPageNum(const std::string& templateName,
H A Dpmbus.cpp47 std::string PMBus::insertPageNum(const std::string& templateName, size_t page) in insertPageNum() argument
49 auto name = templateName; in insertPageNum()