Searched defs:headInfo (Results 1 – 2 of 2) sorted by relevance
56 void UpdateInfoInMisc(const std::string headInfo, const std::optional<int> message, bool isRemove) in UpdateInfoInMisc()817 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo) in SetMessageToMisc()886 void AddUpdateInfoToMisc(const std::string headInfo, const std::optional<int> message) in AddUpdateInfoToMisc()891 void RemoveUpdateInfoFromMisc(const std::string &headInfo) in RemoveUpdateInfoFromMisc()
44 for (const auto &headInfo : headInfos) { in FillTransferHeader() local