Searched refs:windowContentChangeTypes_ (Results 1 – 3 of 3) sorted by relevance
170 HILOG_DEBUG("windowType_[%{public}d]", windowContentChangeTypes_); in GetWindowContentChangeTypes()171 return windowContentChangeTypes_; in GetWindowContentChangeTypes()176 windowContentChangeTypes_ = changeTypes; in SetWindowContentChangeTypes()177 HILOG_DEBUG("windowType_[%{public}d]", windowContentChangeTypes_); in SetWindowContentChangeTypes()
48 windowContentChangeTypes_ = static_cast<WindowsContentChangeTypes>(windowContentChangeTypes); in ReadFromParcelFirstPart()150 …TE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(windowContentChangeTypes_)); in Marshalling()
522 WindowsContentChangeTypes windowContentChangeTypes_ = CONTENT_CHANGE_TYPE_INVALID; variable