Searched refs:GetReceiverUserId (Results 1 – 10 of 10) sorted by relevance
63 int32_t userId = requestObj.request->GetReceiverUserId(); in RecoverLiveViewFromDb()159 int32_t userId = record->request->GetReceiverUserId(); in ProcForDeleteLiveView()278 request->GetSecureKey(), encryptValue, request->GetReceiverUserId()); in SetNotificationRequestToDb()285 DeleteNotificationRequestFromDb(request->GetKey(), request->GetReceiverUserId()); in SetNotificationRequestToDb()377 request->GetSecureKey(), request->GetReceiverUserId()); in GetBatchNotificationRequestsFromDb()481 … NotificationPreferences::GetInstance()->SetByteToDb(key, pixelsVec, request->GetReceiverUserId()); in SetLockScreenPictureToDb()494 …otificationPreferences::GetInstance()->GetByteFromDb(key, pixelsVec, request->GetReceiverUserId()); in GetLockScreenPictureFromDb()
371 stream << "\tReceiverUserId: " << record->request->GetReceiverUserId() << "\n"; in ActiveNotificationDump()412 stream << "\tReceiverUserId: " << notificationRequest.GetReceiverUserId() << "\n"; in RecentNotificationDump()459 stream << "\tReceiverUserId: " << record->request->GetReceiverUserId() << "\n"; in DistributedNotificationDump()1740 result = CheckUserIdParams(request->GetReceiverUserId()); in PrePublishRequest()
539 int32_t recvUserId = notification->GetNotificationRequestPoint()->GetReceiverUserId(); in IsSubscribedBysubscriber()
118 result = CheckUserIdParams(request->GetReceiverUserId()); in Publish()
44 if (request->GetReceiverUserId() != SUBSCRIBE_USER_INIT) { in CommonPublishCheck()
80 return request.GetReceiverUserId(); in DoSomethingInterestingWithMyAPI()
241 return request_->GetReceiverUserId(); in GetRecvUserId()
1825 int32_t NotificationRequest::GetReceiverUserId() const in GetReceiverUserId() function in OHOS::Notification::NotificationRequest
182 auto result = notificationRequest.GetReceiverUserId(); in HWTEST_F()198 auto result = notificationRequest.GetReceiverUserId(); in HWTEST_F()
1225 int32_t GetReceiverUserId() const;