Home
last modified time | relevance | path

Searched refs:DELETE_DEFAULT_PRINTER (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_user_data.h46 const uint32_t DELETE_DEFAULT_PRINTER = 101; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_user_data.cpp163 } else if (type == DEFAULT_PRINTER_TYPE_LAST_USED_PRINTER || type == DELETE_DEFAULT_PRINTER) { in SetDefaultPrinter()
H A Dprint_service_ability.cpp3007 userData->SetDefaultPrinter("", DELETE_DEFAULT_PRINTER); in ChangeDefaultPrinterForDelete()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_user_data_test.cpp373 userData->SetDefaultPrinter(printerId1, DELETE_DEFAULT_PRINTER);
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_user_data_other_test.cpp378 uint32_t type = DELETE_DEFAULT_PRINTER; in TEST_F()