Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/firmware/check/include/
H A Dfirmware_icheck.h57 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; variable
125 cJSONPtr root(cJSON_Parse(buffer.data()), cJSON_Delete); in ParseJsonFile()
/ohos5.0/base/update/updater/services/ui/view/layout/
H A Dlayout_parser.cpp33 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; typedef in Updater::LayoutParser::Impl
/ohos5.0/base/update/updater/utils/json/
H A Djson_node.h41 using cJSONPtr = std::unique_ptr<cJSON, decltype(&cJSON_Delete)>; variable
/ohos5.0/base/update/updater/services/ptable_parse/
H A Dptable.cpp116 cJSONPtr root(cJSON_Parse(content.c_str()), cJSON_Delete); in ParsePtableData()