Home
last modified time | relevance | path

Searched refs:requestDb (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp115 AdvancedNotificationService::NotificationRequestDb requestDb = variable
117 auto ret = advancedNotificationService_->SetNotificationRequestToDb(requestDb);
149 AdvancedNotificationService::NotificationRequestDb requestDb = variable
151 auto ret = advancedNotificationService_->SetNotificationRequestToDb(requestDb);
190 AdvancedNotificationService::NotificationRequestDb requestDb = variable
192 auto ret = advancedNotificationService_->SetNotificationRequestToDb(requestDb);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp231 …2_t AdvancedNotificationService::SetNotificationRequestToDb(const NotificationRequestDb &requestDb) in SetNotificationRequestToDb() argument
233 auto request = requestDb.request; in SetNotificationRequestToDb()
263 auto bundleOption = requestDb.bundleOption; in SetNotificationRequestToDb()
297 const std::string &key, NotificationRequestDb &requestDb) in GetNotificationRequestFromDb() argument
322 requestDb.request = request; in GetNotificationRequestFromDb()
323 requestDb.bundleOption = bundleOption; in GetNotificationRequestFromDb()
384 NotificationRequestDb requestDb = { .request = request, .bundleOption = bundleOption }; in GetBatchNotificationRequestsFromDb() local
385 requests.emplace_back(requestDb); in GetBatchNotificationRequestsFromDb()
H A Dadvanced_notification_service.cpp695 … NotificationRequestDb requestDb = { .request = record->request, .bundleOption = bundleOption}; in PublishPreparedNotification() local
697 result = SetNotificationRequestToDb(requestDb); in PublishPreparedNotification()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1354 static int32_t SetNotificationRequestToDb(const NotificationRequestDb &requestDb);
1355 …tic int32_t GetNotificationRequestFromDb(const std::string &key, NotificationRequestDb &requestDb);