Lines Matching refs:root_
56 abilityIconId_(0), abilityLabelId_(0), root_(nullptr)
62 abilityIconId_(0), abilityLabelId_(0), root_(nullptr)
68 if (root_) {
69 cJSON_Delete(root_);
75 if (!ResourceUtil::OpenJsonFile(filePath_, &root_)) {
79 if (!root_ || !cJSON_IsObject(root_)) {
84 cJSON *moduleNode = cJSON_GetObjectItem(root_, "module");
118 if (ParseRefImpl(root_, "", root_)) {
126 if (ResourceUtil::SaveToJsonFile(filePath, root_)) {
134 cJSON *appNode = cJSON_GetObjectItem(root_, "app");
146 cJSON *appNode = cJSON_GetObjectItem(root_, "app");