Home
last modified time | relevance | path

Searched refs:needDelete (Results 1 - 3 of 3) sorted by relevance

/base/update/updater/utils/json/
H A Djson_node.cpp38 JsonNode::JsonNode(const std::string &str, bool needDelete) : JsonNode(cJSON_Parse(str.c_str()), needDelete) in JsonNode() argument
67 JsonNode::JsonNode(const cJSON *root, bool needDelete) in JsonNode() argument
70 Init(root, needDelete); in JsonNode()
78 void JsonNode::Init(const cJSON *root, bool needDelete) in Init() argument
84 if (needDelete) { in Init()
H A Djson_node.h51 explicit JsonNode(const std::string &str, bool needDelete = true);
52 explicit JsonNode(const cJSON *root, bool needDelete = true);
108 void Init(const cJSON *root, bool needDelete);
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dlog_analyzer.cpp49 bool needDelete = false; in AnalysisFaultlog() local
55 needDelete = true; in AnalysisFaultlog()
59 if (needDelete) { in AnalysisFaultlog()

Completed in 2 milliseconds