Home
last modified time | relevance | path

Searched refs:willHaveCachedData_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_unmarshal_thread.cpp127 willHaveCachedData_ = true; in RecvParcel()
141 willHaveCachedData_ = false; in GetCachedTransactionData()
152 return cachedTransactionDataMap_.empty() && !willHaveCachedData_; in CachedTransactionDataEmpty()
H A Drs_unmarshal_thread.h59 bool willHaveCachedData_ = false; variable