Searched refs:templateName (Results 1 – 7 of 7) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | utils.cpp | 205 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 D | pmbus.hpp | 182 virtual std::string insertPageNum(const std::string& templateName, 367 std::string insertPageNum(const std::string& templateName,
|
| H A D | pmbus.cpp | 70 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 D | mock_pmbus.hpp | 59 (const std::string& templateName, size_t page), (override));
|
| /openbmc/phosphor-power/phosphor-power-supply/test/ |
| H A D | mock.hpp | 39 (const std::string& templateName, size_t page), (override));
|
| /openbmc/witherspoon-pfault-analysis/ |
| H A D | pmbus.hpp | 248 static std::string insertPageNum(const std::string& templateName,
|
| H A D | pmbus.cpp | 47 std::string PMBus::insertPageNum(const std::string& templateName, size_t page) in insertPageNum() argument 49 auto name = templateName; in insertPageNum()
|