Lines Matching +full:copy +full:- +full:item
5 // You may obtain a copy of the License at
7 // http://www.apache.org/licenses/LICENSE-2.0
40 for (const auto& item : data) in buildHandlerFromJson() local
47 item.at("blob").get_to(output.blobId); in buildHandlerFromJson()
57 const auto& h = item.at("handler"); in buildHandlerFromJson()
72 const auto& a = item.at("actions"); in buildHandlerFromJson()
80 pack->onOpen = std::move(buildSystemd(onOpen)); in buildHandlerFromJson()
84 pack->onOpen = SkipAction::CreateSkipAction(); in buildHandlerFromJson()
96 pack->onDelete = std::move(buildSystemd(onDelete)); in buildHandlerFromJson()
100 pack->onDelete = SkipAction::CreateSkipAction(); in buildHandlerFromJson()
113 /* TODO: Once phosphor-logging supports unit-test injection, fix in buildHandlerFromJson()