Home
last modified time | relevance | path

Searched refs:QueryAddedPrinterIdList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h63 std::vector<std::string> QueryAddedPrinterIdList();
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp798 std::vector<std::string> PrintSystemData::QueryAddedPrinterIdList() in QueryAddedPrinterIdList() function in OHOS::Print::PrintSystemData
H A Dprint_service_ability.cpp433 std::vector<std::string> printerIdList = printSystemData_.QueryAddedPrinterIdList(); in StartDiscoverPrinter()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp583 printServiceAbility.printSystemData_.QueryAddedPrinterIdList = undefined { return std::vector; }; in TEST_F()