Lines Matching refs:SmbiosBlobHandler
69 bool SmbiosBlobHandler::canHandleBlob(const std::string& path) in canHandleBlob()
74 std::vector<std::string> SmbiosBlobHandler::getBlobIds() in getBlobIds()
79 bool SmbiosBlobHandler::deleteBlob(const std::string& /* path */) in deleteBlob()
84 bool SmbiosBlobHandler::stat(const std::string& path, struct BlobMeta* meta) in stat()
96 bool SmbiosBlobHandler::open(uint16_t session, uint16_t flags, in open()
116 std::vector<uint8_t> SmbiosBlobHandler::read( in read()
123 bool SmbiosBlobHandler::write(uint16_t session, uint32_t offset, in write()
162 bool SmbiosBlobHandler::writeMeta(uint16_t /* session */, uint32_t /* offset */, in writeMeta()
168 bool SmbiosBlobHandler::commit(uint16_t session, in commit()
258 bool SmbiosBlobHandler::close(uint16_t session) in close()
269 bool SmbiosBlobHandler::stat(uint16_t session, struct BlobMeta* meta) in stat()
281 bool SmbiosBlobHandler::expire(uint16_t session) in expire()