Searched refs:GetCreatorUid (Results 1 – 7 of 7) sorted by relevance
58 request.GetCreatorUid(); in DoSomethingInterestingWithMyAPI()
156 return request_->GetCreatorUid(); in GetUid()
594 int32_t NotificationRequest::GetCreatorUid() const in GetCreatorUid() function in OHOS::Notification::NotificationRequest
903 int32_t GetCreatorUid() const;
2153 stream << "\tOwnerUid: " << record->request->GetCreatorUid() << "\n"; in ActiveNotificationDump()2189 stream << "\tOwnerUid: " << notificationRequest.GetCreatorUid() << "\n"; in RecentNotificationDump()2232 stream << "\tOwnerUid: " << record->request->GetCreatorUid() << "\n"; in DistributedNotificationDump()4433 int32_t uid = request->GetCreatorUid(); in PublishNotificationBySa()
1663 key << "_" << req->GetCreatorUserId() << "_" << req->GetCreatorUid() << "_"2051 key << "_" << req->GetCreatorUserId() << "_" << req->GetCreatorUid() << "_"2089 key << "_" << req->GetCreatorUserId() << "_" << req->GetCreatorUid() << "_"
438 napi_create_int32(env, request->GetCreatorUid(), &value); in SetNotificationRequestByNumber()