Searched refs:GetOwnerUid (Results 1 – 6 of 6) sorted by relevance
60 request.GetOwnerUid(); in DoSomethingInterestingWithMyAPI()
917 int32_t GetOwnerUid() const;
114 auto result = notificationRequest.GetOwnerUid(); in HWTEST_F()
483 request->GetOwnerUid()); in PrepareNotificationInfo()2150 if (record->request->GetOwnerUid() > 0) { in ActiveNotificationDump()2151 stream << "\tOwnerUid: " << record->request->GetOwnerUid() << "\n"; in ActiveNotificationDump()2186 if (notificationRequest.GetOwnerUid() > 0) { in RecentNotificationDump()2187 stream << "\tOwnerUid: " << notificationRequest.GetOwnerUid() << "\n"; in RecentNotificationDump()2229 if (record->request->GetOwnerUid() > 0) { in DistributedNotificationDump()2230 stream << "\tOwnerUid: " << record->request->GetOwnerUid() << "\n"; in DistributedNotificationDump()
604 int32_t NotificationRequest::GetOwnerUid() const in GetOwnerUid() function in OHOS::Notification::NotificationRequest
310 napi_create_int32(env, notification->GetNotificationRequest().GetOwnerUid(), &value); in SetNotification()