Home
last modified time | relevance | path

Searched refs:jsons (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_hichain_mock.cpp207 char* jsons = JSON_PrintUnformatted(obj); in getRelatedGroups1() local
208 *returnDevInfoVec = jsons; in getRelatedGroups1()
230 char* jsons = JSON_PrintUnformatted(obj); in getTrustedDevices() local
231 *returnDevInfoVec = jsons; in getTrustedDevices()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/utils/
H A Dcjson_serializer_test.cpp57 std::vector<cJSON*> jsons{jsonPolicy}; variable
58 ASSERT_TRUE(serializer->MergePolicy(jsons, jsonPolicy2));