| /openbmc/telemetry/tests/src/ |
| H A D | test_path_append.cpp | 36 auto [basePath, extension, expectedPath] = GetParam(); in TEST_P() 37 EXPECT_EQ(pathAppend(basePath, extension), expectedPath); in TEST_P() 56 auto [basePath, extension] = GetParam(); in TEST_P() 57 EXPECT_THROW(pathAppend(basePath, extension), in TEST_P()
|
| /openbmc/phosphor-led-manager/test/ |
| H A D | utest-led-yaml-empty-group.cpp | 13 const std::string basePath = "/xyz/openbmc_project/led/groups/"; variable 24 const std::string emptyGroupPath = basePath + "emptygroup"; in TEST() 25 const std::string nonEmptyGroupPath = basePath + "nonemptygroup"; in TEST()
|
| H A D | utest-led-yaml-group-priority.cpp | 20 const std::string basePath = "/xyz/openbmc_project/led/groups/"; variable 24 const std::string groupPath = basePath + "group1"; in TEST() 42 const std::string groupPath = basePath + "group2"; in TEST() 60 const std::string groupPath = basePath + "group3"; in TEST() 80 const std::string groupPath = basePath + "group4"; in TEST()
|
| H A D | utest-led-yaml-led-priority.cpp | 20 const std::string basePath = "/xyz/openbmc_project/led/groups/"; variable 24 const std::string groupPath = basePath + "group1"; in TEST() 42 const std::string groupPath = basePath + "group2"; in TEST() 60 const std::string groupPath = basePath + "group3"; in TEST()
|
| /openbmc/phosphor-power/ |
| H A D | pmbus.cpp | 91 return basePath; in getDeviceName() 94 return basePath / "hwmon" / hwmonDir; in getDeviceName() 115 auto path = basePath / "name"; in readBitInPage() 182 metadata::CALLOUT_DEVICE_PATH(tryCanonical(basePath).c_str())); in read() 224 metadata::CALLOUT_DEVICE_PATH(tryCanonical(basePath).c_str())); in readString() 261 metadata::CALLOUT_DEVICE_PATH(tryCanonical(basePath).c_str())); in readBinary() 301 tryCanonical(basePath).c_str())); in write() 336 metadata::CALLOUT_DEVICE_PATH(tryCanonical(basePath).c_str())); in writeBinary() 370 metadata::CALLOUT_DEVICE_PATH(tryCanonical(basePath).c_str())); in findHwmonDir() 376 fs::path path{basePath}; in findHwmonDir() [all...] |
| H A D | pmbus.hpp | 223 PMBus(const std::string& path) : basePath(path) in PMBus() 240 basePath(path), driverName(driverName), instance(instance) in PMBus() 351 return basePath; in path() 398 fs::path basePath; member in phosphor::pmbus::PMBus
|
| /openbmc/witherspoon-pfault-analysis/ |
| H A D | pmbus.cpp | 68 return basePath; in getPath() 71 return basePath / "hwmon" / hwmonDir; in getPath() 92 auto path = basePath / "name"; in getDeviceName() 158 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in readBit() 196 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in read() 227 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in readString() 267 fs::canonical(basePath).c_str())); in readBinary() 302 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in write() 308 fs::path path{basePath}; in findHwmonDir() 335 entry("DEVICE_PATH=%s", basePath.c_str())); in findHwmonDir()
|
| H A D | pmbus.hpp | 127 PMBus(const std::string& path) : basePath(path) in PMBus() 144 basePath(path), driverName(driverName), instance(instance) in PMBus() 232 return basePath; in path() 279 fs::path basePath; member in witherspoon::pmbus::PMBus
|
| /openbmc/witherspoon-pfault-analysis/power-supply/ |
| H A D | main.cpp | 124 std::string basePath = in main() 127 psuDevice->enableHistory(basePath, numRecords, syncGPIOPath, gpioNum); in main() 130 sdbusplus::server::manager_t objManager{bus, basePath.c_str()}; in main()
|
| /openbmc/phosphor-power/power-supply/ |
| H A D | main.cpp | 124 std::string basePath = in main() 127 psuDevice->enableHistory(basePath, numRecords, syncGPIOPath, gpioNum); in main() 130 sdbusplus::server::manager_t objManager{bus, basePath.c_str()}; in main()
|
| /openbmc/phosphor-fan-presence/control/json/utils/ |
| H A D | pcie_card_metadata.cpp | 52 const auto basePath = in loadCards() 56 confFile = fs::path{confOverridePath} / basePath; in loadCards() 60 confFile = fs::path{confBasePath} / basePath; in loadCards()
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_device.cpp | 133 fs::path Device::getFilenameByRegex(fs::path basePath, in getFilenameByRegex() argument 138 for (auto& file : fs::directory_iterator(basePath)) in getFilenameByRegex()
|
| H A D | occ_device.hpp | 270 fs::path getFilenameByRegex(fs::path basePath,
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | repository.hpp | 147 explicit Repository(const std::filesystem::path& basePath) : in Repository() argument 148 Repository(basePath, getPELRepoSize(), getMaxNumPELs()) in Repository() 159 Repository(const std::filesystem::path& basePath, size_t repoSize,
|
| H A D | device_callouts.cpp | 27 auto basePath = getPELReadOnlyDataPath(); in getJSONFilename() local 51 path = basePath / filename; in getJSONFilename()
|
| H A D | repository.cpp | 51 Repository::Repository(const std::filesystem::path& basePath, size_t repoSize, in Repository() argument 53 _logPath(basePath / "logs"), _maxRepoSize(repoSize), in Repository() 54 _maxNumPELs(maxNumPELs), _archivePath(basePath / "logs" / "archive") in Repository()
|
| /openbmc/phosphor-power/phosphor-power-supply/ |
| H A D | util.hpp | 192 sdbusplus::message::object_path basePath{"/"}; in getChassis() local 198 bus, assocPath, basePath, interfaces, 0); in getChassis()
|
| /openbmc/service-config-manager/src/ |
| H A D | main.cpp | 264 sdbusplus::message::object_path basePath( in handleListUnitsResponse() local 266 std::string objPath(basePath / it.first); in handleListUnitsResponse()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 255 const std::string& basePath, const nlohmann::json::json_pointer& listPtr, in getCertificateList() argument 261 basePath, 0, interfaces, in getCertificateList()
|
| /openbmc/phosphor-user-manager/ |
| H A D | user_mgr.cpp | 1070 std::string basePath = "/xyz/openbmc_project/user/ldap/openldap"; in getPrivilegeMapperObject() local 1074 getServiceName(std::move(basePath), std::move(interface)); in getPrivilegeMapperObject()
|
| /openbmc/s2600wf-misc/subprojects/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 697 constexpr const char* basePath = in Drive() local 700 objServer.add_interface(basePath + driveName, inventory::interface); in Drive()
|
| /openbmc/s2600wf-misc/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 697 constexpr const char* basePath = in Drive() local 700 objServer.add_interface(basePath + driveName, inventory::interface); in Drive()
|