Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_user_data_test.cpp318 nlohmann::json jsonObject4; variable
324 jsonObject4["print_user_data"] = userDataList4;
325 printUserData->ParseUserDataFromJson(jsonObject4);
H A Dprint_system_data_test.cpp340 nlohmann::json jsonObject4; variable
341 jsonObject4["version"] = "v1";
342 jsonObject4["printer_list"] = printerMapJson;
343 systemData->ParsePrinterListJsonV1(jsonObject4);