Searched refs:GetJsonObjectFromFile (Results 1 – 2 of 2) sorted by relevance
86 if (!GetJsonObjectFromFile(jsonObject, printerListFilePath)) { in Init()93 bool PrintSystemData::GetJsonObjectFromFile(nlohmann::json &jsonObject, const std::string &fileName) in GetJsonObjectFromFile() function in OHOS::Print::PrintSystemData669 if (!GetJsonObjectFromFile(jsonObject, printerListFilePath)) { in GetPrinterCapabilityFromFile()765 if (!GetJsonObjectFromFile(jsonObject, userDataFilePath)) { in GetAllPrintUser()
74 bool GetJsonObjectFromFile(nlohmann::json &jsonObject, const std::string &fileName);