Home
last modified time | relevance | path

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 Dprint_job_test.cpp277 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 Dprint_attributes_test.cpp161 EXPECT_EQ(printAttributes.GetIsSequential(), true);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp180 bool PrintAttributes::GetIsSequential() const in GetIsSequential() function in OHOS::Print::PrintAttributes
352 parcel.WriteBool(GetIsSequential()); in Marshalling()
H A Dprint_job.cpp238 bool PrintJob::GetIsSequential() const in GetIsSequential() function in OHOS::Print::PrintJob
366 parcel.WriteBool(GetIsSequential()); in Marshalling()
H A Dprint_utils.cpp216 attrJson["isSequential"] = attrParam.GetIsSequential(); in BuildPrintAttributesParam()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h68 [[nodiscard]] bool GetIsSequential() const;
H A Dprint_job.h88 [[nodiscard]] bool GetIsSequential() const;
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp124 printAttributesAdapter.isSequential = attrs.GetIsSequential(); in ConvertPrintingParameters()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp43 …piPrintUtils::SetBooleanProperty(env, jsObj, PARAM_JOB_ISSEQUENTIAL, attributes.GetIsSequential()); in MakeJsObject()
H A Dprint_job_helper.cpp70 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_JOB_ISSEQUENTIAL, job.GetIsSequential()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp515 attributes->isSequential = attrs.GetIsSequential(); in BuildPrintAttributes()