Home
last modified time | relevance | path

Searched refs:GetCreatorUserId (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_check_info.h45 int32_t GetCreatorUserId() const;
H A Dnotification_request.h1102 int32_t GetCreatorUserId() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_check_info_test.cpp80 EXPECT_EQ(1, checkInfo.GetCreatorUserId());
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp67 request.GetCreatorUserId(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_check_info.cpp64 int32_t NotificationCheckInfo::GetCreatorUserId() const in GetCreatorUserId() function in OHOS::Notification::NotificationCheckInfo
H A Dnotification.cpp233 return request_->GetCreatorUserId(); in GetUserId()
H A Dnotification_request.cpp712 int32_t NotificationRequest::GetCreatorUserId() const in GetCreatorUserId() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_event_service.cpp92 eventInfo.userId = request->GetCreatorUserId(); in SendPublishHiSysEvent()
H A Dadvanced_notification_utils.cpp404 stream << "\tUserId: " << notificationRequest.GetCreatorUserId() << "\n"; in RecentNotificationDump()
1691 if (request->GetCreatorUserId() == SUBSCRIBE_USER_INIT) { in PrePublishNotificationBySa()
1699 userId = request->GetCreatorUserId(); in PrePublishNotificationBySa()
1760 if (request->GetCreatorUserId() == SUBSCRIBE_USER_INIT) { in PrePublishRequest()
H A Dadvanced_notification_service.cpp686 ReportInfoToResourceSchedule(request->GetCreatorUserId(), bundleOption->GetBundleName()); in PublishPreparedNotification()
2050 jsonObject["creatorUserId"] = request->GetCreatorUserId(); in PushCheck()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp163 SetJsPropertyInt32("creatorUserId", checkInfo->GetCreatorUserId(), jsResult); in OnCheckNotification()