Home
last modified time | relevance | path

Searched refs:notificationType (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.h174 * @param notificationType the type of notification.
176 void NotifyChangeWithCount(int32_t index, int32_t count, NotificationType notificationType) const;
H A Dlazy_for_each_node.cpp563 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 Dhci_def_evt.h543 uint8_t notificationType; member
H A Dhci_def_controller_baseband_cmd.h734 uint8_t notificationType; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h773 * @param notificationType the type of notification.
775 virtual void NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType);
H A Dui_node.cpp1780 void UINode::NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType)
1786 parent->NotifyChange(updateFrom, count, accessibilityId, notificationType);
H A Dframe_node.h1094 void NotifyChange(int32_t changeIdx, int32_t count, int64_t id, NotificationType notificationType) override;
H A Dframe_node.cpp5681 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