Home
last modified time | relevance | path

Searched refs:NotificationType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp127 NotifyChangeWithCount(0, 0, NotificationType::START_CHANGE_POSITION); in OnDataReloaded()
128 …NotifyChangeWithCount(static_cast<int32_t>(FrameCount()), 0, NotificationType::END_CHANGE_POSITION… in OnDataReloaded()
143 NotifyChangeWithCount(insertIndex, 1, NotificationType::START_AND_END_CHANGE_POSITION); in OnDataAdded()
182 NotifyChangeWithCount(deletedIndex, -1, NotificationType::START_AND_END_CHANGE_POSITION); in OnDataDeleted()
224 NotifyChangeWithCount(changedIndex, 0, NotificationType::START_AND_END_CHANGE_POSITION); in OnDataChanged()
252 NotifyChangeWithCount(changedIndex, 0, NotificationType::START_CHANGE_POSITION); in OnDataBulkChanged()
267 …NotifyChangeWithCount(static_cast<int32_t>(std::max(from, to)), 0, NotificationType::END_CHANGE_PO… in OnDataMoveToNewPlace()
281 …NotifyChangeWithCount(static_cast<int32_t>(std::max(from, to)), 0, NotificationType::END_CHANGE_PO… in OnDataMoved()
312 NotifyChangeWithCount(initialChangedIndex, 0, NotificationType::START_CHANGE_POSITION); in OnDatasetChange()
612 NotificationType::END_CHANGE_POSITION); in ParseOperations()
[all …]
H A Dlazy_for_each_node.h177 … void NotifyChangeWithCount(int32_t index, int32_t count, NotificationType notificationType) const;
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dims_reg_state_callback_stub.cpp49 uint32_t item = NotificationType::NOTIFICATION_TYPE_IMS; in OnImsRegInfoChanged()
H A Dsms_network_policy_manager.cpp92 case NotificationType::NOTIFICATION_TYPE_IMS: in ProcessEvent()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_network_policy_manager.h30 enum NotificationType { enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h753 enum class NotificationType : int32_t { enum
766 …virtual void NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificat…
H A Dframe_node.h1096 …void NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType)…
H A Dframe_node.cpp5670 void FrameNode::NotifyChange(int32_t index, int32_t count, int64_t id, NotificationType notificatio… in NotifyChange()
5675 case NotificationType::START_CHANGE_POSITION: in NotifyChange()
5678 case NotificationType::END_CHANGE_POSITION: in NotifyChange()
5681 case NotificationType::START_AND_END_CHANGE_POSITION: in NotifyChange()
H A Dui_node.cpp1699 void UINode::NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificati… in NotifyChange()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_syntax_test_ng.cpp1393 …lazyForEachNode->NotifyChangeWithCount(INDEX_0, 0, UINode::NotificationType::START_CHANGE_POSITION…
2160 lazyForEachNode->NotifyChangeWithCount(0, 0, UINode::NotificationType::END_CHANGE_POSITION);