Home
last modified time | relevance | path

Searched refs:notificationContent (Results 1 - 5 of 5) sorted by relevance

/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp228 void AccessibilityEventInfo::SetNotificationContent(const std::string &notificationContent) in SetNotificationContent() argument
230 notificationContent_ = notificationContent; in SetNotificationContent()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/
H A Dmock_accessibility_event_info.h125 * @param notificationContent The notification content of the event source.
129 void SetNotificationContent(const std::string &notificationContent);
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h364 * @param notificationContent The notification content of the event source.
368 void SetNotificationContent(const std::string &notificationContent);
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/
H A Daccessibilitysystemabilityclient_fuzzer.cpp166 std::string notificationContent(name); in CreateEventInfoSecondPart()
167 eventInfo.SetNotificationContent(notificationContent); in CreateEventInfoSecondPart()
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp346 std::string notificationContent(name); in GenerateAccessibilityEventInfo()
347 sourceEventInfo.SetNotificationContent(notificationContent); in GenerateAccessibilityEventInfo()

Completed in 5 milliseconds