Home
last modified time | relevance | path

Searched refs:GetIsDefaultPrinter (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h89 [[nodiscard]] bool GetIsDefaultPrinter() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp72 …ntUtils::SetBooleanProperty(env, jsObj, PARAM_INFO_IS_DAFAULT_PRINTER, info.GetIsDefaultPrinter()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprinter_info_test.cpp319 EXPECT_TRUE(info.GetIsDefaultPrinter());
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp237 bool PrinterInfo::GetIsDefaultPrinter() const in GetIsDefaultPrinter() function in OHOS::Print::PrinterInfo
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp523 if (info.HasIsDefaultPrinter() && info.GetIsDefaultPrinter() == true) { in ConvertToNativePrinterInfo()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp940 EXPECT_TRUE(info.GetIsDefaultPrinter()); in TEST_F()