Searched refs:PACKAGE_NAMES (Results 1 – 4 of 4) sorted by relevance
29 const std::string PACKAGE_NAMES = "packageNames"; variable41 jsonData[PACKAGE_NAMES] = packageNames; in ConvertToProfileData()
102 …if (appInfoJson.find(PACKAGE_NAMES) == appInfoJson.end() || !appInfoJson.at(PACKAGE_NAMES).is_stri… in ParseAppInfo()105 appInfoJson.at(PACKAGE_NAMES).get_to(packageNamesData); in ParseAppInfo()
26 constexpr const char* PACKAGE_NAMES = "packageNames"; variable
53 cJSON* item = cJSON_AddStringToObject(jsonData, DistributedSchedule::Constants::PACKAGE_NAMES, in ConvertToProfile()