Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_subscriber_service.cpp80SendSubscribeHiSysEvent(IPCSkeleton::GetCallingPid(), IPCSkeleton::GetCallingUid(), info, errCode); in Subscribe()
127SendSubscribeHiSysEvent(IPCSkeleton::GetCallingPid(), IPCSkeleton::GetCallingUid(), sptrInfo, errC… in SubscribeSelf()
H A Dadvanced_notification_event_service.cpp40 void AdvancedNotificationService::SendSubscribeHiSysEvent(int32_t pid, int32_t uid, in SendSubscribeHiSysEvent() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp2580SendSubscribeHiSysEvent(IPCSkeleton::GetCallingPid(), IPCSkeleton::GetCallingUid(), info, errCode); in SubscribeLocalLiveView()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dinner_common_event_manager.h184 …void SendSubscribeHiSysEvent(int32_t userId, const std::string &subscriberName, int32_t pid, int32…
/ohos5.0/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp355SendSubscribeHiSysEvent(userId, bundleName, pid, uid, subscribeInfo.GetMatchingSkills().GetEvents(… in SubscribeCommonEvent()
653 void InnerCommonEventManager::SendSubscribeHiSysEvent(int32_t userId, const std::string &subscriber… in SendSubscribeHiSysEvent() function in OHOS::EventFwk::InnerCommonEventManager
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1304 …static void SendSubscribeHiSysEvent(int32_t pid, int32_t uid, const sptr<NotificationSubscribeInfo…