Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
Dsetprogressbar_fuzzer.cpp32 request.AddMessageUser(messageUser); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h389 void AddMessageUser(const std::shared_ptr<MessageUser> &messageUser);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp675 req.AddMessageUser(messageUserPtr);
1440 req.AddMessageUser(msgUser2);
1441 req.AddMessageUser(msgUser1);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp232 notificationRequest.AddMessageUser(messageUser); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp222 void NotificationRequest::AddMessageUser(const std::shared_ptr<MessageUser> &messageUser) in AddMessageUser() function in OHOS::Notification::NotificationRequest