Home
last modified time | relevance | path

Searched refs:AddConversationalMessage (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_conversational_content_test.cpp153 content->AddConversationalMessage("text", 1, messageUser);
188 rrc->AddConversationalMessage(messagePtr);
205 rrc->AddConversationalMessage(messagePtr);
252 rrc->AddConversationalMessage(messagePtr);
273 rrc->AddConversationalMessage(messagePtr);
290 rrc->AddConversationalMessage(messagePtr);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_conversational_content.h89 void AddConversationalMessage(
98 void AddConversationalMessage(const MessagePtr &message);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalcontent_fuzzer/
H A Dnotificationconversationalcontent_fuzzer.cpp40 … NotificationConversationalContent.AddConversationalMessage(stringData, timestamp, messageUser); in DoSomethingInterestingWithMyAPI()
42 NotificationConversationalContent.AddConversationalMessage(message); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_conversational_content.cpp52 void NotificationConversationalContent::AddConversationalMessage( in AddConversationalMessage() function in OHOS::Notification::NotificationConversationalContent
64 void NotificationConversationalContent::AddConversationalMessage(const MessagePtr &message) in AddConversationalMessage() function in OHOS::Notification::NotificationConversationalContent
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp854 conversationContent->AddConversationalMessage("text", 0, sender);
858 conversationContent->AddConversationalMessage(messagePtr);
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp755 conversationalContent->AddConversationalMessage(message); in GetNotificationConversationalContentMessages()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp1161 conversationalContent->AddConversationalMessage(message); in GetNotificationConversationalContentMessages()