Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h379 const std::vector<std::shared_ptr<MessageUser>> GetMessageUsers() const;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp227 std::vector<std::shared_ptr<MessageUser>> result = notificationRequest.GetMessageUsers(); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1109 auto users = request.GetMessageUsers(); in CheckImageSize()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp227 const std::vector<std::shared_ptr<MessageUser>> NotificationRequest::GetMessageUsers() const in GetMessageUsers() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp202 … std::vector<std::shared_ptr<MessageUser>> messageUser = notificationRequest.GetMessageUsers(); in CheckCaseOneResult()