Searched refs:GetMessageUser (Results 1 – 7 of 7) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalcontent_fuzzer/ |
D | notificationconversationalcontent_fuzzer.cpp | 32 NotificationConversationalContent.GetMessageUser(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_conversational_content.h | 48 MessageUser GetMessageUser() const;
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_conversational_content.cpp | 25 MessageUser NotificationConversationalContent::GetMessageUser() const in GetMessageUser() function in OHOS::Notification::NotificationConversationalContent
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | common.h | 1304 …static napi_value GetMessageUser(const napi_env &env, const napi_value &result, MessageUser &messa…
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 1082 auto picture = conversationalContent->GetMessageUser().GetPixelMap(); in CheckImageSizeForContent()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 1083 if (!SetMessageUser(env, conversationalContent->GetMessageUser(), messageUserResult)) { in SetNotificationConversationalContent() 3362 if (!GetMessageUser(env, userResult, user)) { in GetNotificationConversationalContentByUser() 3547 if (!GetMessageUser(env, senderResult, sender)) { in GetConversationalMessageBasicInfo() 3609 napi_value Common::GetMessageUser(const napi_env &env, const napi_value &result, MessageUser &messa… in GetMessageUser() function in OHOS::NotificationNapi::Common
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_publish_test.cpp | 264 MessageUser user = notificationConversationContent->GetMessageUser(); in CheckCaseFourResult()
|