Home
last modified time | relevance | path

Searched refs:SendPublishHiSysEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp230 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 Dinner_common_event_manager.h187 …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 Dadvanced_notification_event_service.cpp82 void AdvancedNotificationService::SendPublishHiSysEvent(const sptr<NotificationRequest> &request, E… in SendPublishHiSysEvent() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp169 SendPublishHiSysEvent(request, result); in Publish()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1307 void SendPublishHiSysEvent(const sptr<NotificationRequest> &request, ErrCode errCode);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2671 advancedNotificationService_->SendPublishHiSysEvent(request, errCode);