Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h61 bool GetAllPrintUser(std::vector<int32_t> &allPrintUserList);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp761 bool PrintSystemData::GetAllPrintUser(std::vector<int32_t> &allPrintUserList) in GetAllPrintUser() function in OHOS::Print::PrintSystemData
H A Dprint_service_ability.cpp2979 printSystemData_.GetAllPrintUser(allPrintUserList); in DeletePrinterFromUserData()