Home
last modified time | relevance | path

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

/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_margin.cpp104 uint32_t PrintMargin::GetBottom() const in GetBottom() function in OHOS::Print::PrintMargin
161 parcel.WriteUint32(GetBottom()); in Marshalling()
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_margin.h42 [[nodiscard]] uint32_t GetBottom() const;
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_margin_test.cpp64 EXPECT_EQ((uint32_t)0, margin.GetBottom());
77 EXPECT_EQ((uint32_t)0, margin.GetBottom());
129 EXPECT_EQ((uint32_t)6, margin.GetBottom());
Dprint_job_test.cpp342 EXPECT_EQ(getMargin.GetBottom(), 1);
/base/print/print_fwk/frameworks/helper/src/
Dprint_margin_helper.cpp35 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_MARGIN_BOTTOM, margin.GetBottom()); in MakeJsObject()