Home
last modified time | relevance | path

Searched refs:SetNotificationContent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h368 void SetNotificationContent(const std::string &notificationContent);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp228 void AccessibilityEventInfo::SetNotificationContent(const std::string &notificationContent) in SetNotificationContent() function in OHOS::Accessibility::AccessibilityEventInfo
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_event_info_test.cpp153 eventInfo_->SetNotificationContent(content);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/
H A Daccessibilitysystemabilityclient_fuzzer.cpp167 eventInfo.SetNotificationContent(notificationContent); in CreateEventInfoSecondPart()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h360 static napi_value SetNotificationContent(
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp347 sourceEventInfo.SetNotificationContent(notificationContent); in GenerateAccessibilityEventInfo()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp108 napi_value Common::SetNotificationContent( in SetNotificationContent() function in OHOS::NotificationNapi::Common
H A Dcommon_convert_request.cpp297 if (!SetNotificationContent(env, content, contentResult)) { in SetNotificationRequestByCustom()