Home
last modified time | relevance | path

Searched refs:ownerUserId (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp195 int32_t ownerUserId = 5; in HWTEST_F() local
197 notificationRequest.SetOwnerUserId(ownerUserId); in HWTEST_F()
199 EXPECT_EQ(result, ownerUserId); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1720 int32_t ownerUserId = SUBSCRIBE_USER_INIT; in PrePublishNotificationBySa() local
1721 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(request->GetOwnerUid(), ownerUserId); in PrePublishNotificationBySa()
1722 request->SetOwnerUserId(ownerUserId); in PrePublishNotificationBySa()
H A Dadvanced_notification_service.cpp229 int32_t ownerUserId = SUBSCRIBE_USER_INIT; in PrepareNotificationRequest() local
230 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(request->GetOwnerUid(), ownerUserId); in PrepareNotificationRequest()
231 request->SetOwnerUserId(ownerUserId); in PrepareNotificationRequest()

Completed in 9 milliseconds