Home
last modified time | relevance | path

Searched refs:GetEndPage (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_range_test.cpp92 EXPECT_EQ((uint32_t)6, range.GetEndPage());
236 EXPECT_EQ(copyRange.GetEndPage(), range.GetEndPage());
250 EXPECT_EQ(copyRange.GetEndPage(), range.GetEndPage());
268 EXPECT_EQ(range.GetEndPage(), 5);
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_range_helper.cpp34 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_RANGE_ENDPAGE, range.GetEndPage()); in MakeJsObject()
40 if (range.GetStartPage() == 0 && range.GetEndPage() == 0 && pages.size() > 0) { in MakeJsObject()
74 if (nativeObj->GetEndPage() != 0 && nativeObj->GetEndPage() < nativeObj->GetStartPage()) { in BuildFromJs()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_range.cpp79 uint32_t PrintRange::GetEndPage() const in GetEndPage() function in OHOS::Print::PrintRange
143 parcel.WriteUint32(GetEndPage()); in Marshalling()
H A Dprint_utils.cpp248 pageRangeJson["endPage"] = printRangeAttr.GetEndPage(); in ParseAttributesObjectParamForJson()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_range.h41 [[nodiscard]] uint32_t GetEndPage() const;
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp119 printRangeAdapter.endPage = range.GetEndPage(); in ConvertPrintingParameters()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp503 printRange.endPage = range.GetEndPage(); in BuildPrintAttributes()