Searched refs:GetIsSequential (Results 1 – 4 of 4) sorted by relevance
270 EXPECT_EQ(job.GetIsSequential(), true);429 EXPECT_EQ(jobInfo.GetIsSequential(), false);447 EXPECT_EQ(getJob.GetIsSequential(), true);465 EXPECT_EQ(getJob.GetIsSequential(), true);
87 [[nodiscard]] bool GetIsSequential() const;
234 bool PrintJob::GetIsSequential() const in GetIsSequential() function in OHOS::Print::PrintJob358 parcel.WriteBool(GetIsSequential()); in Marshalling()
60 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_JOB_ISSEQUENTIAL, job.GetIsSequential()); in MakeJsObject()