Home
last modified time | relevance | path

Searched refs:ParsePrinterListJsonV1 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp304 systemData->ParsePrinterListJsonV1(jsonObject);
317 systemData->ParsePrinterListJsonV1(jsonObject);
325 systemData->ParsePrinterListJsonV1(jsonObject2);
334 systemData->ParsePrinterListJsonV1(jsonObject3);
343 systemData->ParsePrinterListJsonV1(jsonObject4);
353 systemData->ParsePrinterListJsonV1(jsonObject5);
366 systemData->ParsePrinterListJsonV1(jsonObject);
376 systemData->ParsePrinterListJsonV1(jsonObject6);
387 systemData->ParsePrinterListJsonV1(jsonObject7);
406 systemData->ParsePrinterListJsonV1(jsonObject);
[all …]
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h73 bool ParsePrinterListJsonV1(nlohmann::json& jsonObject);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp29 bool PrintSystemData::ParsePrinterListJsonV1(nlohmann::json &jsonObject) in ParsePrinterListJsonV1() function in OHOS::Print::PrintSystemData
90 return ParsePrinterListJsonV1(jsonObject); in Init()