Home
last modified time | relevance | path

Searched refs:GetOwnerUid (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp60 request.GetOwnerUid(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h917 int32_t GetOwnerUid() const;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp114 auto result = notificationRequest.GetOwnerUid(); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp483 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()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp604 int32_t NotificationRequest::GetOwnerUid() const in GetOwnerUid() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp310 napi_create_int32(env, notification->GetNotificationRequest().GetOwnerUid(), &value); in SetNotification()