Searched refs:PostCodeHandler (Results 1 – 5 of 5) sorted by relevance
14 class PostCodeHandler : public FileHandler class17 PostCodeHandler() = delete;18 PostCodeHandler(const PostCodeHandler&) = delete;19 PostCodeHandler(PostCodeHandler&&) = delete;20 PostCodeHandler& operator=(const PostCodeHandler&) = delete;21 PostCodeHandler& operator=(PostCodeHandler&&) = delete;23 explicit PostCodeHandler(pldm_tid_t tid) : tid(tid) {} in PostCodeHandler() function in pldm::responder::oem_meta::PostCodeHandler25 ~PostCodeHandler() = default;
15 int PostCodeHandler::write(const message& postCodeList) in write()
20 return std::make_unique<PostCodeHandler>(messageTid); in getHandlerByType()
74 struct PostCodeHandler struct86 std::vector<PostCodeHandler> handlers; argument88 const PostCodeHandler* find(postcode_t code);
86 void from_json(const json& j, PostCodeHandler& handler) in from_json()111 const PostCodeHandler* PostCodeHandlers::find(postcode_t code) in find()126 const PostCodeHandler* handler = find(code); in handle()149 handlers = json::parse(ifs).template get<std::vector<PostCodeHandler>>(); in load()