Home
last modified time | relevance | path

Searched refs:GetSecureKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp66 requestObj.request->GetSecureKey(), userId) != ERR_OK) { in RecoverLiveViewFromDb()
161 record->request->GetSecureKey(), userId) != ERR_OK) { in ProcForDeleteLiveView()
278 request->GetSecureKey(), encryptValue, request->GetReceiverUserId()); in SetNotificationRequestToDb()
377 request->GetSecureKey(), request->GetReceiverUserId()); in GetBatchNotificationRequestsFromDb()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1271 std::string GetSecureKey();
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2551 std::string NotificationRequest::GetSecureKey() in GetSecureKey() function in OHOS::Notification::NotificationRequest