Searched refs:APP_RESOURCE_RECORD (Results 1 – 1 of 1) sorted by relevance
33 static const std::string APP_RESOURCE_RECORD = "appResourceRecord"; variable230 root[APP_RESOURCE_RECORD] = appValue; in ConvertMapToString()249 if (root.contains(APP_RESOURCE_RECORD) && root.at(APP_RESOURCE_RECORD).is_object()) { in DivideJsonToMap()250 nlohmann::json appRecordJson = root.at(APP_RESOURCE_RECORD); in DivideJsonToMap()