Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_conversational_content.h70 bool IsConversationGroup() const;
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalcontent_fuzzer/
H A Dnotificationconversationalcontent_fuzzer.cpp36 NotificationConversationalContent.IsConversationGroup(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_conversational_content.cpp42 bool NotificationConversationalContent::IsConversationGroup() const in IsConversationGroup() function in OHOS::Notification::NotificationConversationalContent
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp270 napi_get_boolean(env, conversationalContent->IsConversationGroup(), &value); in SetNotificationConversationalContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp312 EXPECT_EQ(false, notificationConversationContent->IsConversationGroup()); in CheckCaseFourResult()