Home
last modified time | relevance | path

Searched refs:tmpPath (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-occ-control/test/
H A Docc_dbus_test.cpp9 std::string tmpPath = "/abc/def"; in TEST() local
13 OccDBusSensors::getOccDBus().setMaxValue(tmpPath, maxValue); in TEST()
23 std::string tmpPath = "/abc/def"; in TEST() local
27 OccDBusSensors::getOccDBus().setMinValue(tmpPath, minValue); in TEST()
37 std::string tmpPath = "/abc/def"; in TEST() local
41 OccDBusSensors::getOccDBus().setValue(tmpPath, value); in TEST()
42 retValue = OccDBusSensors::getOccDBus().getValue(tmpPath); in TEST()
51 std::string tmpPath = "/abc/def"; in TEST() local
55 OccDBusSensors::getOccDBus().setUnit(tmpPath, unit); in TEST()
56 retUnit = OccDBusSensors::getOccDBus().getUnit(tmpPath); in TEST()
[all …]
/openbmc/pldm/host-bmc/test/
H A Dcustom_dbus_test.cpp8 std::string tmpPath = "/abc/def"; in TEST() local
11 CustomDBus::getCustomDBus().setLocationCode(tmpPath, locationCode); in TEST()
12 auto retLocationCode = CustomDBus::getCustomDBus().getLocationCode(tmpPath); in TEST()
20 std::string tmpPath = "/abc/def"; in TEST() local
23 CustomDBus::getCustomDBus().setMicroCode(tmpPath, value); in TEST()
24 auto retMicroCode = CustomDBus::getCustomDBus().getMicroCode(tmpPath); in TEST()
/openbmc/phosphor-led-manager/manager/
H A Djson-parser.hpp113 fs::path tmpPath("/xyz/openbmc_project/led/groups"); in loadJsonConfigV1() local
114 tmpPath /= entry.value("group", ""); in loadJsonConfigV1()
115 auto objpath = tmpPath.string(); in loadJsonConfigV1()
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_version.cpp31 auto tmpPath = fs::temp_directory_path(); in TestVersion() local
32 tmpDir = (tmpPath / "test_XXXXXX"); in TestVersion()
/openbmc/phosphor-power/tools/power-utils/test/
H A Dtest_updater.cpp59 auto tmpPath = fs::temp_directory_path(); in setupDeviceSysfs() local
60 tmpDir = (tmpPath / "test_XXXXXX"); in setupDeviceSysfs()