Home
last modified time | relevance | path

Searched refs:borderless (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_wrapper_test.cpp307 EXPECT_EQ(jobParams->borderless, 0);
311 EXPECT_EQ(jobParams->borderless, 1);
315 EXPECT_EQ(jobParams->borderless, optionJson["documentCategory"]);
H A Dprint_cups_client_test.cpp386 jobParams->borderless = 1;
445 jobParams->borderless = 0;
474 jobParams->borderless = 1;
536 jobParams->borderless = 1;
1796 jobParams->borderless = 1;
1828 jobParams->borderless = 1;
1860 jobParams->borderless = 0;
1892 jobParams->borderless = 1;
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h438 bool borderless; member
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_client.h35 uint32_t borderless; member
/ohos5.0/docs/en/application-dev/security/DataProtectionKit/
H A Ddlp-guidelines.md46 …>| Starts the DLP manager application on the current UIAbility page in borderless mode (available …
116 …Start the DLP manager application in borderless mode. This API can be called only in the UIAbility…
301 14. Start the DLP manager application in borderless mode. This API can be called only in the UIAbil…
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp840 if (jobParams->mediaType == CUPS_MEDIA_TYPE_PHOTO_GLOSSY && jobParams->borderless == TRUE) { in FillBorderlessOptions()
894 if (jobParams->mediaType != CUPS_MEDIA_TYPE_PHOTO_GLOSSY || jobParams->borderless != TRUE) { in FillLandscapeOptions()
1625 params->borderless = isBorderless ? TRUE : FALSE; in UpdateBorderlessJobParameter()
1627 params->borderless = TRUE; in UpdateBorderlessJobParameter()
1711 PRINT_HILOGD("jobParams->borderless: %{public}d", jobParams->borderless); in DumpJobParameters()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp620 jsonOptions["borderless"] = nativePrintJob.borderless ? "true" : "false"; in SetOptionInPrintJob()
/ohos5.0/docs/en/application-dev/reference/apis-data-protection-kit/
H A Djs-apis-dlppermission.md934 Starts the DLP manager application on the current UIAbility page in borderless mode. This API uses …