Searched refs:sendFile (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_updater_unittest.cpp | 76 updater.sendFile(ipmi_flash::staticLayoutBlobId, firmwareImage); in TEST_F() 96 updater.sendFile(ipmi_flash::staticLayoutBlobId, firmwareImage), in TEST_F() 122 updater.sendFile(ipmi_flash::staticLayoutBlobId, firmwareImage), in TEST_F() 149 updater.sendFile(ipmi_flash::staticLayoutBlobId, firmwareImage); in TEST_F() 371 EXPECT_CALL(handler, sendFile(path, image)).WillOnce(Return()); in TEST_F() 372 EXPECT_CALL(handler, sendFile(ipmi_flash::hashBlobId, signature)) in TEST_F() 389 EXPECT_CALL(handler, sendFile(path, image)).WillOnce(Return()); in TEST_F() 390 EXPECT_CALL(handler, sendFile(ipmi_flash::hashBlobId, signature)) in TEST_F() 412 EXPECT_CALL(handler, sendFile(path, image)).WillOnce(Return()); in TEST_F() 413 EXPECT_CALL(handler, sendFile(ipmi_flash::hashBlobId, signature)) in TEST_F() [all …]
|
H A D | updater_mock.hpp | 20 MOCK_METHOD(void, sendFile, (const std::string&, const std::string&),
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | updater.cpp | 75 updater->sendFile(layout, imagePath); in updaterMain() 79 updater->sendFile(ipmi_flash::hashBlobId, signaturePath); in updaterMain()
|
H A D | handler.hpp | 33 virtual void sendFile(const std::string& target, 77 void sendFile(const std::string& target, const std::string& path) override;
|
H A D | handler.cpp | 122 void UpdateHandler::sendFile(const std::string& target, const std::string& path) in sendFile() function in host_tool::UpdateHandler
|