| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_conversational_message.cpp | 27 NotificationConversationalMessage::NotificationConversationalMessage( in NotificationConversationalMessage() function in OHOS::Notification::NotificationConversationalMessage 32 std::string NotificationConversationalMessage::GetText() const in GetText() 37 int64_t NotificationConversationalMessage::GetArrivedTime() const in GetArrivedTime() 42 MessageUser NotificationConversationalMessage::GetSender() const in GetSender() 47 void NotificationConversationalMessage::SetData(const std::string &mimeType, const std::shared_ptr<… in SetData() 53 std::string NotificationConversationalMessage::GetMimeType() const in GetMimeType() 58 const std::shared_ptr<Uri> NotificationConversationalMessage::GetUri() const in GetUri() 63 std::string NotificationConversationalMessage::Dump() in Dump() 74 bool NotificationConversationalMessage::ToJson(nlohmann::json &jsonObject) const in ToJson() 92 NotificationConversationalMessage *NotificationConversationalMessage::FromJson(const nlohmann::json… in FromJson() [all …]
|
| D | notification_conversational_content.cpp | 55 auto message = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); in AddConversationalMessage() 163 … auto pMsg = NotificationJsonConverter::ConvertFromJson<NotificationConversationalMessage>(msgObj); in FromJson() 270 auto member = std::shared_ptr<NotificationConversationalMessage>( in ReadFromParcel() 271 parcel.ReadParcelable<NotificationConversationalMessage>()); in ReadFromParcel()
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| D | notification_conversational_message.h | 26 class NotificationConversationalMessage : public Parcelable, public NotificationJsonConvertionBase { 36 NotificationConversationalMessage( 39 ~NotificationConversationalMessage() = default; 105 static NotificationConversationalMessage *FromJson(const nlohmann::json &jsonObject); 121 static NotificationConversationalMessage *Unmarshalling(Parcel &parcel); 124 NotificationConversationalMessage() = default;
|
| D | notification_conversational_content.h | 29 using MessagePtr = std::shared_ptr<NotificationConversationalMessage>;
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_conversational_message_test.cpp | 46 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); 66 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); 83 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); 103 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); 120 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); 137 std::shared_ptr<NotificationConversationalMessage> result = 138 std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); 160 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); 175 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); 194 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); [all …]
|
| D | notification_conversational_content_test.cpp | 185 std::shared_ptr<NotificationConversationalMessage> messagePtr = 186 std::make_shared<NotificationConversationalMessage>("messageptr", 0, sender); 204 std::shared_ptr<NotificationConversationalMessage> messagePtr = nullptr; 245 … auto messagePtr = std::make_shared<NotificationConversationalMessage>("test", timestamp, sender);
|
| /base/notification/distributed_notification_service/test/fuzztest/notificationconversationalmessage_fuzzer/ |
| D | notificationconversationalmessage_fuzzer.cpp | 25 Notification::NotificationConversationalMessage notificationConversationalMessage( in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/test/fuzztest/notificationconversationalmessageannex_fuzzer/ |
| D | notificationconversationalmessageannex_fuzzer.cpp | 29 Notification::NotificationConversationalMessage notificationConversationalMessage( in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | common_convert_content.cpp | 388 std::vector<std::shared_ptr<NotificationConversationalMessage>> messages = in SetConversationalMessages() 407 …const std::shared_ptr<NotificationConversationalMessage> &conversationalMessage, napi_value &resul… in SetConversationalMessage() 1169 std::shared_ptr<NotificationConversationalMessage> message = nullptr; in GetNotificationConversationalContentMessages() 1180 std::shared_ptr<NotificationConversationalMessage> &message) in GetConversationalMessage() 1194 std::shared_ptr<NotificationConversationalMessage> &message) in GetConversationalMessageBasicInfo() 1256 message = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); in GetConversationalMessageBasicInfo() 1266 std::shared_ptr<NotificationConversationalMessage> &message) in GetConversationalMessageOtherInfo()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/include/ |
| D | common.h | 592 …const std::shared_ptr<NotificationConversationalMessage> &conversationalMessage, napi_value &resul… 1450 std::shared_ptr<NotificationConversationalMessage> &message); 1462 std::shared_ptr<NotificationConversationalMessage> &message); 1474 std::shared_ptr<NotificationConversationalMessage> &message);
|
| /base/notification/distributed_notification_service/frameworks/test/moduletest/ |
| D | ans_innerkits_module_publish_test.cpp | 302 std::vector<std::shared_ptr<NotificationConversationalMessage>> messagesPtr = in CheckCaseFourResult() 833 std::shared_ptr<NotificationConversationalMessage> messagePtr = 834 std::make_shared<NotificationConversationalMessage>("messageptr", 0, sender);
|