Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_driver_base.h43 enum ConnectMethod { ID_AUTO = 0, IP_AUTO, IP_IPP, IP_LPD, IP_SOCKET }; enumerator
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_manager_test.cpp129 vendorManager.SetConnectingPrinter(ConnectMethod::IP_AUTO, printerId);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp3532 vendorManager.SetConnectingPrinter(IP_AUTO, ip); in TryConnectPrinterByIp()