Searched refs:GetIsSequential (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_job_test.cpp | 277 EXPECT_EQ(job.GetIsSequential(), true); 436 EXPECT_EQ(jobInfo.GetIsSequential(), false); 454 EXPECT_EQ(getJob.GetIsSequential(), true); 472 EXPECT_EQ(getJob.GetIsSequential(), true);
|
H A D | print_attributes_test.cpp | 161 EXPECT_EQ(printAttributes.GetIsSequential(), true);
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_attributes.cpp | 180 bool PrintAttributes::GetIsSequential() const in GetIsSequential() function in OHOS::Print::PrintAttributes 352 parcel.WriteBool(GetIsSequential()); in Marshalling()
|
H A D | print_job.cpp | 238 bool PrintJob::GetIsSequential() const in GetIsSequential() function in OHOS::Print::PrintJob 366 parcel.WriteBool(GetIsSequential()); in Marshalling()
|
H A D | print_utils.cpp | 216 attrJson["isSequential"] = attrParam.GetIsSequential(); in BuildPrintAttributesParam()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_attributes.h | 68 [[nodiscard]] bool GetIsSequential() const;
|
H A D | print_job.h | 88 [[nodiscard]] bool GetIsSequential() const;
|
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
H A D | print_manager_adapter_impl.cpp | 124 printAttributesAdapter.isSequential = attrs.GetIsSequential(); in ConvertPrintingParameters()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_attributes_helper.cpp | 43 …piPrintUtils::SetBooleanProperty(env, jsObj, PARAM_JOB_ISSEQUENTIAL, attributes.GetIsSequential()); in MakeJsObject()
|
H A D | print_job_helper.cpp | 70 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_JOB_ISSEQUENTIAL, job.GetIsSequential()); in MakeJsObject()
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 515 attributes->isSequential = attrs.GetIsSequential(); in BuildPrintAttributes()
|