Home
last modified time | relevance | path

Searched refs:ownerUid (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp267 int ownerUid = 2; variable
268 request->SetOwnerUid(ownerUid);
293 int ownerUid = 2; variable
294 request->SetOwnerUid(ownerUid);
329 int ownerUid = 20099999; variable
330 request->SetOwnerUid(ownerUid);
331 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", ownerUid);
336 advancedNotificationService_->HandleUpdateLiveViewNotificationTimer(ownerUid, true);
338 advancedNotificationService_->HandleUpdateLiveViewNotificationTimer(ownerUid, false);
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_module_test.cpp337 pid_t ownerUid = 1; variable
338 request.callerUid = ownerUid;
343 appAccountAuthenticatorSessionPtr_->ownerUid_ = ownerUid;
359 pid_t ownerUid = 1; variable
367 appAccountAuthenticatorSessionPtr->ownerUid_ = ownerUid;
369 request.callerUid = ownerUid;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp576 const int32_t ownerUid, const int32_t notificationId, const uint32_t delayTime) in StartDelayPublishTimer() argument
581 auto timeoutFunc = [wThis, ownerUid, notificationId] { in StartDelayPublishTimer()
584 sThis->StartPublishDelayedNotificationTimeOut(ownerUid, notificationId); in StartDelayPublishTimer()
603 const int32_t ownerUid, const int32_t notificationId) in StartPublishDelayedNotificationTimeOut() argument
605 auto record = GetFromDelayedNotificationList(ownerUid, notificationId); in StartPublishDelayedNotificationTimeOut()
646 auto ownerUid = IPCSkeleton::GetCallingUid(); in IsUpdateSystemLiveviewByOwner() local
647 auto oldRecord = GetFromDelayedNotificationList(ownerUid, request->GetNotificationId()); in IsUpdateSystemLiveviewByOwner()
658 oldRecord = GetFromNotificationList(ownerUid, request->GetNotificationId()); in IsUpdateSystemLiveviewByOwner()
H A Dadvanced_notification_service.cpp1356 const int32_t ownerUid, const int32_t notificationId) in GetFromNotificationList() argument
1360 if (oldRequest.GetOwnerUid() == ownerUid && in GetFromNotificationList()
1371 const int32_t ownerUid, const int32_t notificationId) in GetFromDelayedNotificationList() argument
1376 if (delayRequest.GetOwnerUid() == ownerUid && in GetFromDelayedNotificationList()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dsmart_reminder_center.h81 …bool IsNeedSynergy(const string &deviceType, const string &ownerBundleName, int32_t ownerUid) cons…
H A Dadvanced_notification_service.h1235 …std::shared_ptr<NotificationRecord> GetFromNotificationList(const int32_t ownerUid, const int32_t …
1237 const int32_t ownerUid, const int32_t notificationId);
1423 …uint64_t StartDelayPublishTimer(const int32_t ownerUid, const int32_t notificationId, const uint32…
1425 … void StartPublishDelayedNotificationTimeOut(const int32_t ownerUid, const int32_t notificationId);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp298 …ter::IsNeedSynergy(const string &deviceType, const string &ownerBundleName, int32_t ownerUid) const in IsNeedSynergy()
306 new (std::nothrow) NotificationBundleOption(ownerBundleName, ownerUid); in IsNeedSynergy()