Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp86 if (!GetJsonObjectFromFile(jsonObject, printerListFilePath)) { in Init()
93 bool PrintSystemData::GetJsonObjectFromFile(nlohmann::json &jsonObject, const std::string &fileName) in GetJsonObjectFromFile() function in OHOS::Print::PrintSystemData
669 if (!GetJsonObjectFromFile(jsonObject, printerListFilePath)) { in GetPrinterCapabilityFromFile()
765 if (!GetJsonObjectFromFile(jsonObject, userDataFilePath)) { in GetAllPrintUser()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h74 bool GetJsonObjectFromFile(nlohmann::json &jsonObject, const std::string &fileName);