Searched refs:SendPublishHiSysEvent (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | inner_common_event_manager.cpp | 230 SendPublishHiSysEvent(user, bundleName, pid, uid, data.GetWant().GetAction(), false); in PublishCommonEvent() 240 SendPublishHiSysEvent(user, bundleName, pid, uid, data.GetWant().GetAction(), false); in PublishCommonEvent() 268 SendPublishHiSysEvent(user, bundleName, pid, uid, data.GetWant().GetAction(), false); in PublishCommonEvent() 275 SendPublishHiSysEvent(user, bundleName, pid, uid, data.GetWant().GetAction(), false); in PublishCommonEvent() 292 SendPublishHiSysEvent(user, bundleName, pid, uid, data.GetWant().GetAction(), true); in PublishCommonEvent() 691 void InnerCommonEventManager::SendPublishHiSysEvent(int32_t userId, const std::string &publisherNam… in SendPublishHiSysEvent() function in OHOS::EventFwk::InnerCommonEventManager
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | inner_common_event_manager.h | 187 …void SendPublishHiSysEvent(int32_t userId, const std::string &publisherName, int32_t pid, int32_t …
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_event_service.cpp | 82 void AdvancedNotificationService::SendPublishHiSysEvent(const sptr<NotificationRequest> &request, E… in SendPublishHiSysEvent() function in OHOS::Notification::AdvancedNotificationService
|
H A D | advanced_notification_publish_service.cpp | 169 SendPublishHiSysEvent(request, result); in Publish()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1307 void SendPublishHiSysEvent(const sptr<NotificationRequest> &request, ErrCode errCode);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 2671 advancedNotificationService_->SendPublishHiSysEvent(request, errCode);
|