Lines Matching defs:asyncResp
160 inline void dimmPropToHex(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in dimmPropToHex()
172 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPersistentMemoryProperties()
406 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in assembleDimmProperties()
632 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& dimmId, in getDimmDataByService()
653 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in assembleDimmPartitionData()
705 inline void getDimmPartitionData(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getDimmPartitionData()
730 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetDimmData()
813 inline void getDimmData(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getDimmData()
831 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSetDimmData()
838 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterGetValidDimmPath()
875 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidDimmPath()
894 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleMemoryPatch()
935 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleMemoryGet()
972 const std::string& systemName) { in requestRoutesMemoryCollection()