Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
H A Dsetprogressbar_fuzzer.cpp32 request.AddMessageUser(messageUser); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h416 void AddMessageUser(const std::shared_ptr<MessageUser> &messageUser);
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp697 req.AddMessageUser(messageUserPtr);
1447 req.AddMessageUser(msgUser2);
1448 req.AddMessageUser(msgUser1);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp248 notificationRequest.AddMessageUser(messageUser); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp235 void NotificationRequest::AddMessageUser(const std::shared_ptr<MessageUser> &messageUser) in AddMessageUser() function in OHOS::Notification::NotificationRequest