Home
last modified time | relevance | path

Searched refs:ExampleBlobHandler (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.cpp16 constexpr char ExampleBlobHandler::supportedPath[];
18 ExampleBlob* ExampleBlobHandler::getSession(uint16_t id) in getSession()
30 bool ExampleBlobHandler::canHandleBlob(const std::string& path) in canHandleBlob()
35 std::vector<std::string> ExampleBlobHandler::getBlobIds() in getBlobIds()
40 bool ExampleBlobHandler::deleteBlob(const std::string&) in deleteBlob()
45 bool ExampleBlobHandler::stat(const std::string&, BlobMeta*) in stat()
50 bool ExampleBlobHandler::open(uint16_t session, uint16_t flags, in open()
120 bool ExampleBlobHandler::writeMeta(uint16_t, uint32_t, in writeMeta()
140 bool ExampleBlobHandler::close(uint16_t session) in close()
168 bool ExampleBlobHandler::expire(uint16_t session) in expire()
[all …]
H A Dexample.hpp56 class ExampleBlobHandler : public GenericBlobInterface class
60 ExampleBlobHandler() = default;
61 ~ExampleBlobHandler() = default;
62 ExampleBlobHandler(const ExampleBlobHandler&) = default;
63 ExampleBlobHandler& operator=(const ExampleBlobHandler&) = default;
64 ExampleBlobHandler(ExampleBlobHandler&&) = default;
65 ExampleBlobHandler& operator=(ExampleBlobHandler&&) = default;