Home
last modified time | relevance | path

Searched refs:GetConversationTitle (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalcontent_fuzzer/
Dnotificationconversationalcontent_fuzzer.cpp35 NotificationConversationalContent.GetConversationTitle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_conversational_content.h63 std::string GetConversationTitle() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_conversational_content.cpp35 std::string NotificationConversationalContent::GetConversationTitle() const in GetConversationTitle() function in OHOS::Notification::NotificationConversationalContent
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp259 … EXPECT_EQ("ConversationTitle", notificationConversationContent->GetConversationTitle()); in CheckCaseFourResult()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1065 …napi_create_string_utf8(env, conversationalContent->GetConversationTitle().c_str(), NAPI_AUTO_LENG… in SetNotificationConversationalContent()