Searched refs:GetCreatorUserId (Results 1 – 11 of 11) sorted by relevance
45 int32_t GetCreatorUserId() const;
1102 int32_t GetCreatorUserId() const;
80 EXPECT_EQ(1, checkInfo.GetCreatorUserId());
67 request.GetCreatorUserId(); in DoSomethingInterestingWithMyAPI()
64 int32_t NotificationCheckInfo::GetCreatorUserId() const in GetCreatorUserId() function in OHOS::Notification::NotificationCheckInfo
233 return request_->GetCreatorUserId(); in GetUserId()
712 int32_t NotificationRequest::GetCreatorUserId() const in GetCreatorUserId() function in OHOS::Notification::NotificationRequest
92 eventInfo.userId = request->GetCreatorUserId(); in SendPublishHiSysEvent()
404 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()
686 ReportInfoToResourceSchedule(request->GetCreatorUserId(), bundleOption->GetBundleName()); in PublishPreparedNotification()2050 jsonObject["creatorUserId"] = request->GetCreatorUserId(); in PushCheck()
163 SetJsPropertyInt32("creatorUserId", checkInfo->GetCreatorUserId(), jsResult); in OnCheckNotification()