Searched refs:notificationType (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.h | 174 * @param notificationType the type of notification. 176 void NotifyChangeWithCount(int32_t index, int32_t count, NotificationType notificationType) const;
|
H A D | lazy_for_each_node.cpp | 563 void LazyForEachNode::NotifyChangeWithCount(int32_t index, int32_t count, NotificationType notificationType) const in NotifyChangeWithCount() 568 parent->NotifyChange(index, count, accessibilityId, notificationType); in NotifyChangeWithCount()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_evt.h | 543 uint8_t notificationType; member
|
H A D | hci_def_controller_baseband_cmd.h | 734 uint8_t notificationType; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 773 * @param notificationType the type of notification. 775 virtual void NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType);
|
H A D | ui_node.cpp | 1780 void UINode::NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType) 1786 parent->NotifyChange(updateFrom, count, accessibilityId, notificationType);
|
H A D | frame_node.h | 1094 void NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType) override;
|
H A D | frame_node.cpp | 5681 void FrameNode::NotifyChange(int32_t index, int32_t count, int64_t id, NotificationType notificationType) in NotifyChange() argument 5685 switch (notificationType) { in NotifyChange()
|
Completed in 24 milliseconds