Home
last modified time | relevance | path

Searched refs:GetIsLandscape (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp189 bool PrintAttributes::GetIsLandscape() const in GetIsLandscape() function in OHOS::Print::PrintAttributes
367 parcel.WriteBool(GetIsLandscape()); in MarshallingParam()
H A Dprint_job.cpp247 bool PrintJob::GetIsLandscape() const in GetIsLandscape() function in OHOS::Print::PrintJob
373 parcel.WriteBool(GetIsLandscape()); in MarshallingParam()
H A Dprint_utils.cpp219 attrJson["isLandscape"] = attrParam.GetIsLandscape(); in BuildPrintAttributesParam()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h72 [[nodiscard]] bool GetIsLandscape() const;
H A Dprint_job.h92 [[nodiscard]] bool GetIsLandscape() const;
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp131 printAttributesAdapter.isLandscape = attrs.GetIsLandscape(); in ConvertPrintingParameters()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp192 EXPECT_EQ(printAttributes.GetIsLandscape(), true);
H A Dprint_job_test.cpp306 EXPECT_EQ(job.GetIsLandscape(), true);
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp50 …NapiPrintUtils::SetBooleanProperty(env, jsObj, PARAM_JOB_ISLANDSCAPE, attributes.GetIsLandscape()); in MakeJsObject()
H A Dprint_job_helper.cpp77 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_JOB_ISLANDSCAPE, job.GetIsLandscape()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp522 attributes->isLandscape = attrs.GetIsLandscape(); in BuildPrintAttributes()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp1698 params->isLandscape = jobInfo.GetIsLandscape(); in BuildJobParameters()