Home
last modified time | relevance | path

Searched refs:jsonObject2 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp226 cJSON_Delete(jsonObject2);
324 cJSON_Delete(jsonObject2);
364 cJSON_Delete(jsonObject2);
396 cJSON_Delete(jsonObject2);
428 cJSON_Delete(jsonObject2);
472 cJSON_Delete(jsonObject2);
505 cJSON_Delete(jsonObject2);
571 cJSON_Delete(jsonObject2);
601 cJSON_Delete(jsonObject2);
631 cJSON_Delete(jsonObject2);
[all …]
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_user_data_test.cpp273 nlohmann::json jsonObject2; variable
278 jsonObject2["print_user_data"] = userDataList2;
279 userData->ParseUserDataFromJson(jsonObject2);
301 nlohmann::json jsonObject2; variable
306 jsonObject2["print_user_data"] = userDataList2;
307 printUserData->ParseUserDataFromJson(jsonObject2);
H A Dprint_system_data_test.cpp322 nlohmann::json jsonObject2; variable
323 jsonObject2["version"] = "v1";
324 jsonObject2["printer_list"] = printerMapJson;
325 systemData->ParsePrinterListJsonV1(jsonObject2);
1022 nlohmann::json jsonObject2; variable
1024 jsonObject2["printer_list"] = printerMapJson2;
1025 systemData->GetPrinterCapabilityFromJson(printerId, jsonObject2, printerCapability);
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp620 nlohmann::json jsonObject2; in CheckJsonConverter() local
621 auto ret2 = NotificationJsonConverter::ConvertToJson(pRequest1, jsonObject2); in CheckJsonConverter()
625 << jsonObject2.dump(); in CheckJsonConverter()