Searched refs:BUNDLEINFO_JSON_KEY_SYSTEMAPP (Results 1 – 1 of 1) sorted by relevance
27 const char BUNDLEINFO_JSON_KEY_SYSTEMAPP[] = "isSystemApp"; variable243 …if (cJSON_AddBoolToObject(root, BUNDLEINFO_JSON_KEY_SYSTEMAPP, bundleInfo->isSystemApp) == nullptr… in ConvertBundleInfoPartToJson()576 cJSON *item = cJSON_GetObjectItem(root, BUNDLEINFO_JSON_KEY_SYSTEMAPP); in ConvertJsonToBundleInfo()