Home
last modified time | relevance | path

Searched refs:GetIsSequential (Results 1 – 4 of 4) sorted by relevance

/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_job_test.cpp270 EXPECT_EQ(job.GetIsSequential(), true);
429 EXPECT_EQ(jobInfo.GetIsSequential(), false);
447 EXPECT_EQ(getJob.GetIsSequential(), true);
465 EXPECT_EQ(getJob.GetIsSequential(), true);
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_job.h87 [[nodiscard]] bool GetIsSequential() const;
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_job.cpp234 bool PrintJob::GetIsSequential() const in GetIsSequential() function in OHOS::Print::PrintJob
358 parcel.WriteBool(GetIsSequential()); in Marshalling()
/base/print/print_fwk/frameworks/helper/src/
Dprint_job_helper.cpp60 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_JOB_ISSEQUENTIAL, job.GetIsSequential()); in MakeJsObject()