Home
last modified time | relevance | path

Searched refs:creatorUid (Results 1 - 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp265 int creatorUid = 1; in HWTEST_F() local
266 request->SetCreatorUid(creatorUid); in HWTEST_F()
269 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", creatorUid); in HWTEST_F()
272 bool flag = advancedNotificationService_->IsSaCreateSystemLiveViewAsBundle(record, creatorUid); in HWTEST_F()
291 int creatorUid = 1; in HWTEST_F() local
292 request->SetCreatorUid(creatorUid); in HWTEST_F()
298 bool flag = advancedNotificationService_->IsSaCreateSystemLiveViewAsBundle(nullptr, creatorUid); in HWTEST_F()
301 flag = advancedNotificationService_->IsSaCreateSystemLiveViewAsBundle(record, creatorUid); in HWTEST_F()
306 flag = advancedNotificationService_->IsSaCreateSystemLiveViewAsBundle(record, creatorUid); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp693 auto creatorUid = record->notification->GetNotificationRequest().GetCreatorUid(); in UpdateRecordByOwner() local
695 auto oldRecord = GetFromDelayedNotificationList(creatorUid, notificationId); in UpdateRecordByOwner()
697 oldRecord = GetFromNotificationList(creatorUid, notificationId); in UpdateRecordByOwner()
H A Dreminder_store_strategy.cpp290 int32_t creatorUid; in RecoverIdFromDb() local
291 ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderBaseTable::CREATOR_UID, creatorUid); in RecoverIdFromDb()
292 reminder->InitCreatorUid(creatorUid); in RecoverIdFromDb()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h197 int32_t creatorUid; member
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h491 void InitCreatorUid(const int32_t creatorUid);
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp236 void ReminderRequest::InitCreatorUid(const int32_t creatorUid) in InitCreatorUid() argument
238 creatorUid_ = creatorUid; in InitCreatorUid()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp969 // readonly creatorUid?: int32_t in SetNotificationRequestByNumber()
970 notificationRequest.creatorUid = request->GetCreatorUid(); in SetNotificationRequestByNumber()

Completed in 12 milliseconds