Searched refs:jsons (Results 1 – 2 of 2) sorted by relevance
207 char* jsons = JSON_PrintUnformatted(obj); in getRelatedGroups1() local208 *returnDevInfoVec = jsons; in getRelatedGroups1()230 char* jsons = JSON_PrintUnformatted(obj); in getTrustedDevices() local231 *returnDevInfoVec = jsons; in getTrustedDevices()
57 std::vector<cJSON*> jsons{jsonPolicy}; variable58 ASSERT_TRUE(serializer->MergePolicy(jsons, jsonPolicy2));