Lines Matching full:std
28 std::function<void(const std::filesystem::path&, std::error_code&)>;
30 std::function<void(const std::filesystem::path&,
31 const std::filesystem::path&, const ErrorCallbackType&)>;
33 std::function<void(const std::vector<std::string>&)>;
35 const std::map<std::string, std::vector<std::string>>&,
36 const std::vector<std::string>&, std::vector<std::string>&);
37 void writeLink(const std::filesystem::path&, const std::filesystem::path&,
39 void findLinks(const std::filesystem::path&, const std::vector<std::string>&,
42 const std::map<
43 std::string,
44 std::map<std::string, std::variant<std::vector<std::string>>>>&,
46 std::shared_ptr<void> processHostFirmware(
47 sdbusplus::bus_t&, std::map<std::string, std::vector<std::string>>,
48 std::filesystem::path, ErrorCallbackType, sdeventplus::Event&);
49 std::vector<std::shared_ptr<void>> updateBiosAttrTable(
50 sdbusplus::bus_t&, std::map<std::string, std::vector<std::string>>,
51 std::filesystem::path, sdeventplus::Event&);