Searched refs:CheckHeader (Results 1 – 8 of 8) sorted by relevance
48 bool CheckHeader(Parcel& parcel) const override;84 bool CheckHeader(Parcel& parcel) const override;114 bool CheckHeader(Parcel& parcel) const override;
124 virtual bool CheckHeader(Parcel& parcel) const = 0;
55 bool RSNodeGetShowingPropertyAndCancelAnimation::CheckHeader(Parcel& parcel) const in CheckHeader() function in OHOS::Rosen::RSNodeGetShowingPropertyAndCancelAnimation121 bool RSNodeGetShowingPropertiesAndCancelAnimation::CheckHeader(Parcel& parcel) const in CheckHeader() function in OHOS::Rosen::RSNodeGetShowingPropertiesAndCancelAnimation188 bool RSNodeGetAnimationsValueFraction::CheckHeader(Parcel& parcel) const in CheckHeader() function in OHOS::Rosen::RSNodeGetAnimationsValueFraction
32 bool CheckHeader(Parcel& parcel) const override in CheckHeader() function
60 result = task->CheckHeader(parcel2);
91 EXPECT_TRUE(animation.CheckHeader(parcel) == false);176 EXPECT_TRUE(animation.CheckHeader(parcel) == false);
121 bool CheckHeader(Parcel& parcel) const override in CheckHeader() function in OHOS::Rosen::DerivedSyncTask
110 if (task->CheckHeader(reply)) { in ExecuteSynchronousTask()