Home
last modified time | relevance | path

Searched defs:changeTypes (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dipc_utils_test.cpp192 std::unordered_set<ProfileChangeType> changeTypes; variable
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp174 …id AccessibilityEventInfo::SetWindowContentChangeTypes(const WindowsContentChangeTypes changeTypes) in SetWindowContentChangeTypes()
186 void AccessibilityEventInfo::SetWindowChangeTypes(const WindowUpdateType changeTypes) in SetWindowChangeTypes()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp123 …ol IpcUtils::Marshalling(MessageParcel& parcel, const std::unordered_set<ProfileChangeType>& chang… in Marshalling()
251 …ool IpcUtils::UnMarshalling(MessageParcel& parcel, std::unordered_set<ProfileChangeType>& changeTy… in UnMarshalling()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/
H A Daccessibilitysystemabilityclient_fuzzer.cpp93 WindowsContentChangeTypes changeTypes; in CreateEventInfoFirstPart() local