Searched refs:NotificationType (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.cpp | 127 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 D | lazy_for_each_node.h | 177 … void NotifyChangeWithCount(int32_t index, int32_t count, NotificationType notificationType) const;
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | ims_reg_state_callback_stub.cpp | 49 uint32_t item = NotificationType::NOTIFICATION_TYPE_IMS; in OnImsRegInfoChanged()
|
H A D | sms_network_policy_manager.cpp | 92 case NotificationType::NOTIFICATION_TYPE_IMS: in ProcessEvent()
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_network_policy_manager.h | 30 enum NotificationType { enum
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 753 enum class NotificationType : int32_t { enum 766 …virtual void NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificat…
|
H A D | frame_node.h | 1096 …void NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType)…
|
H A D | frame_node.cpp | 5670 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 D | ui_node.cpp | 1699 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 D | lazy_for_each_syntax_test_ng.cpp | 1393 …lazyForEachNode->NotifyChangeWithCount(INDEX_0, 0, UINode::NotificationType::START_CHANGE_POSITION… 2160 lazyForEachNode->NotifyChangeWithCount(0, 0, UINode::NotificationType::END_CHANGE_POSITION);
|