Searched refs:requestDb (Results 1 – 4 of 4) sorted by relevance
115 AdvancedNotificationService::NotificationRequestDb requestDb = variable117 auto ret = advancedNotificationService_->SetNotificationRequestToDb(requestDb);149 AdvancedNotificationService::NotificationRequestDb requestDb = variable151 auto ret = advancedNotificationService_->SetNotificationRequestToDb(requestDb);190 AdvancedNotificationService::NotificationRequestDb requestDb = variable192 auto ret = advancedNotificationService_->SetNotificationRequestToDb(requestDb);
231 …2_t AdvancedNotificationService::SetNotificationRequestToDb(const NotificationRequestDb &requestDb) in SetNotificationRequestToDb() argument233 auto request = requestDb.request; in SetNotificationRequestToDb()263 auto bundleOption = requestDb.bundleOption; in SetNotificationRequestToDb()297 const std::string &key, NotificationRequestDb &requestDb) in GetNotificationRequestFromDb() argument322 requestDb.request = request; in GetNotificationRequestFromDb()323 requestDb.bundleOption = bundleOption; in GetNotificationRequestFromDb()384 NotificationRequestDb requestDb = { .request = request, .bundleOption = bundleOption }; in GetBatchNotificationRequestsFromDb() local385 requests.emplace_back(requestDb); in GetBatchNotificationRequestsFromDb()
695 … NotificationRequestDb requestDb = { .request = record->request, .bundleOption = bundleOption}; in PublishPreparedNotification() local697 result = SetNotificationRequestToDb(requestDb); in PublishPreparedNotification()
1354 static int32_t SetNotificationRequestToDb(const NotificationRequestDb &requestDb);1355 …tic int32_t GetNotificationRequestFromDb(const std::string &key, NotificationRequestDb &requestDb);