Home
last modified time | relevance | path

Searched refs:allPrintUserList (Results 1 - 3 of 3) sorted by relevance

/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h61 bool GetAllPrintUser(std::vector<int32_t> &allPrintUserList);
97 nlohmann::json &jsonObject, std::vector<int32_t> &allPrintUserList);
/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp763 bool PrintSystemData::GetAllPrintUser(std::vector<int32_t> &allPrintUserList)
771 return ParseUserListJsonV1(jsonObject, allPrintUserList);
774 bool PrintSystemData::ParseUserListJsonV1(nlohmann::json &jsonObject, std::vector<int32_t> &allPrintUserList)
787 allPrintUserList.push_back(userId);
789 if (!allPrintUserList.size()) {
790 PRINT_HILOGE("allPrintUserList is empty.");
H A Dprint_service_ability.cpp2891 std::vector<int32_t> allPrintUserList; in DeletePrinterFromUserData() local
2892 printSystemData_.GetAllPrintUser(allPrintUserList); in DeletePrinterFromUserData()
2893 for (auto userId : allPrintUserList) { in DeletePrinterFromUserData()

Completed in 8 milliseconds