Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_multiline_content_test.cpp73 rrc->AddSingleLine(oneLine);
165 rrc->AddSingleLine(oneLine);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/
H A Dnotificationmultilinecontent_fuzzer.cpp28 notificationMultiLineContent.AddSingleLine(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_multiline_content.h71 void AddSingleLine(const std::string &oneLine);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_multiline_content.cpp46 void NotificationMultiLineContent::AddSingleLine(const std::string &oneLine) in AddSingleLine() function in OHOS::Notification::NotificationMultiLineContent
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp243 multiLineContent->AddSingleLine(std::string(str)); in GetNotificationMultiLineContentLines()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp1019 multiLineContent->AddSingleLine(str); in GetNotificationMultiLineContentLines()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp1426 multiLineContent->AddSingleLine(shortStr); in GetNotificationMultiLineContentLines()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp897 multiLineContent->AddSingleLine("singleLine");