Home
last modified time | relevance | path

Searched refs:createFile (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dpmbus_driver_device_tests.cpp89 void createFile(const std::string& name, const std::string& contents = "") in createFile() function in PMBusDriverDeviceTests
394 createFile("in13_label"); // PAGE 9 -> file number 13 in TEST_F()
423 createFile("in13_label"); // PAGE 8 -> file number 13 in TEST_F()
463 createFile("in1_label"); // PAGE 6 -> file number 1 in TEST_F()
492 createFile("in1_label"); // PAGE 7 -> file number 1 in TEST_F()
532 createFile("in1_input"); // Not a label file in TEST_F()
533 createFile("in9_lcrit"); // Not a label file in TEST_F()
534 createFile("in_label"); // Invalid voltage label file name in TEST_F()
535 createFile("in9a_label"); // Invalid voltage label file name in TEST_F()
536 createFile("fan3_label"); // Not a voltage label file in TEST_F()
[all …]
/openbmc/bios-bmc-smm-error-logger/test/
H A Dexternal_storer_file_test.cpp27 MOCK_METHOD(bool, createFile,
113 EXPECT_CALL(*mockFileWriterPtr, createFile(exServiceFolder, exServiceJson)) in TEST_F()
115 EXPECT_CALL(*mockFileWriterPtr, createFile(exEntriesFolder, exEntriesJson)) in TEST_F()
147 EXPECT_CALL(*mockFileWriterPtr, createFile(exServiceFolder, exServiceJson)) in TEST_F()
149 EXPECT_CALL(*mockFileWriterPtr, createFile(exEntriesFolder, exEntriesJson)) in TEST_F()
162 EXPECT_CALL(*mockFileWriterPtr, createFile(_, _)) in TEST_F()
172 EXPECT_CALL(*mockFileWriterPtr, createFile(_, _)) in TEST_F()
182 EXPECT_CALL(*mockFileWriterPtr, createFile(_, _)) in TEST_F()
193 EXPECT_CALL(*mockFileWriterPtr, createFile(_, _)) in TEST_F()
204 EXPECT_CALL(*mockFileWriterPtr, createFile(_, _)) in TEST_F()
[all …]
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp32 bool ExternalStorerFileWriter::createFile(const std::string& folderPath, in createFile()
164 if (!fileHandler->createFile(fullPath, logEntry)) in processLogEntry()
207 if (!createFile(logService["@odata.id"].get<std::string>(), logService)) in processLogService()
216 return createFile(logService["@odata.id"].get<std::string>() + "/Entries", in processLogService()
235 return createFile(path, jsonPdr);
238 bool ExternalStorerFileInterface::createFile(
241 return fileHandler->createFile(rootPath + subPath, jsonPdr);
31 bool ExternalStorerFileWriter::createFile(const std::string& folderPath, createFile() function in bios_bmc_smm_error_logger::rde::ExternalStorerFileWriter
230 bool ExternalStorerFileInterface::createFile( createFile() function in bios_bmc_smm_error_logger::rde::ExternalStorerFileInterface
/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Dexternal_storer_file.hpp46 virtual bool createFile(const std::string& folderPath,
65 bool createFile(const std::string& folderPath,
159 bool createFile(const std::string& subPath,