Home
last modified time | relevance | path

Searched refs:cJSONPtr (Results 1 – 3 of 3) sorted by relevance

/base/update/updater/services/ui/view/layout/
Dlayout_parser.cpp32 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; typedef in Updater::LayoutParser::Impl
/base/update/updater/utils/json/
Djson_node.h40 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; variable
/base/update/updater/services/ptable_parse/
Dptable.cpp110 cJSONPtr root(cJSON_Parse(content.c_str()), cJSON_Delete); in ParsePtableData()