Home
last modified time | relevance | path

Searched refs:windowContentChangeTypes_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp170 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()
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp48 windowContentChangeTypes_ = static_cast<WindowsContentChangeTypes>(windowContentChangeTypes); in ReadFromParcelFirstPart()
150 …TE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(windowContentChangeTypes_)); in Marshalling()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h522 WindowsContentChangeTypes windowContentChangeTypes_ = CONTENT_CHANGE_TYPE_INVALID; variable