Home
last modified time | relevance | path

Searched refs:PrintSystemData (Results 1 - 4 of 4) sorted by relevance

/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp29 bool PrintSystemData::ParsePrinterListJsonV1(nlohmann::json &jsonObject) in ParsePrinterListJsonV1()
81 bool PrintSystemData::Init() in Init()
93 bool PrintSystemData::GetJsonObjectFromFile(nlohmann::json &jsonObject, const std::string &fileName) in GetJsonObjectFromFile()
127 void PrintSystemData::InsertCupsPrinter( in InsertCupsPrinter()
163 void PrintSystemData::DeleteCupsPrinter(const std::string &printerId) in DeleteCupsPrinter()
179 bool PrintSystemData::SaveCupsPrinterMap() in SaveCupsPrinterMap()
224 std::string PrintSystemData::QueryPrinterIdByStandardizeName(const std::string &printerName) in QueryPrinterIdByStandardizeName()
232 bool PrintSystemData::QueryCupsPrinterInfoByPrinterId(const std::string &printerId, CupsPrinterInfo &cupsPrinter) in QueryCupsPrinterInfoByPrinterId()
247 void PrintSystemData::QueryPrinterInfoById(const std::string &printerId, PrinterInfo &printerInfo) in QueryPrinterInfoById()
267 void PrintSystemData
[all...]
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp56 * @tc.desc: Verify the PrintSystemData function.
62 auto systemData = std::make_shared<OHOS::Print::PrintSystemData>(); in HWTEST_F()
70 auto systemData = std::make_shared<OHOS::Print::PrintSystemData>(); in HWTEST_F()
86 auto systemData = std::make_shared<OHOS::Print::PrintSystemData>(); in HWTEST_F()
93 auto systemData = std::make_shared<OHOS::Print::PrintSystemData>(); in HWTEST_F()
104 auto systemData = std::make_shared<OHOS::Print::PrintSystemData>(); in HWTEST_F()
122 auto systemData = std::make_shared<OHOS::Print::PrintSystemData>(); in HWTEST_F()
140 auto systemData = std::make_shared<OHOS::Print::PrintSystemData>(); in HWTEST_F()
152 auto systemData = std::make_shared<OHOS::Print::PrintSystemData>(); in HWTEST_F()
171 auto systemData = std::make_shared<OHOS::Print::PrintSystemData>(); in HWTEST_F()
[all...]
/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h42 class PrintSystemData { class
H A Dprint_service_ability.h248 PrintSystemData printSystemData_;

Completed in 4 milliseconds