Home
last modified time | relevance | path

Searched refs:requestList (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Ddistributed_notification_manager_branch_test.cpp289 std::vector<sptr<NotificationRequest>> requestList; variable
291 …distributedManager_->GetCurrentDistributedNotification(requestList), ERR_ANS_DISTRIBUTED_OPERATION…
302 std::vector<sptr<NotificationRequest>> requestList; variable
304 distributedManager_->GetCurrentDistributedNotification(requestList), ERR_OK);
/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp114 …quest::SetNotificationRequestList(std::vector<OHOS::Notification::NotificationRequest> requestList) in SetNotificationRequestList() argument
117 for (auto it = requestList.begin(); it != requestList.end(); ++it) { in SetNotificationRequestList()
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_device.h46 struct HdfSList requestList; member
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp228 std::list<std::shared_ptr<Request>> requestList; in RestorRequest() local
229 requestList.push_back(newRequest); in RestorRequest()
230 receivers->insert(make_pair(newCallback, requestList)); in RestorRequest()
422 std::list<std::shared_ptr<Request>> requestList = iter->second; in HandleRequest() local
423 HandleRequest(abilityName, requestList); in HandleRequest()
H A Dreport_manager.cpp77 auto requestList = requestListIter->second; in OnReportLocation() local
79 for (auto iter = requestList.begin(); iter != requestList.end(); iter++) { in OnReportLocation()
H A Dlocator_ability.cpp2108 auto requestList = requestListIter->second; in ReportNetworkLocatingErrorEvent() local
2109 for (auto iter = requestList.begin(); iter != requestList.end(); iter++) { in ReportNetworkLocatingErrorEvent()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dtask_notification_subscriber.h43 … void OnBatchCanceled(const std::vector<std::shared_ptr<Notification::Notification>> &requestList,
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeofence_request.h68 … void SetNotificationRequestList(std::vector<OHOS::Notification::NotificationRequest> requestList);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_notification_manager_test.cpp224 std::vector<sptr<NotificationRequest>> requestList; variable
225 EXPECT_EQ(distributedManager_->GetCurrentDistributedNotification(requestList),
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp61 std::vector<std::shared_ptr<OHOS::Notification::Notification>> requestList; member
272 for (auto request : dataWorkerData->requestList) { in ThreadSafeOnBatchCancel()
295 &requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) in OnBatchCanceled()
302 if (requestList.empty()) { in OnBatchCanceled()
313 for (auto notification : requestList) { in OnBatchCanceled()
323 dataWorker->requestList = requestList; in OnBatchCanceled()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.h38 bool requestList; member
H A Dfaultlogger.cpp100 request.requestList = false; in InitDumpRequest()
346 request.requestList = true; in Dump()
378 … request.requestDetail, request.requestList, request.fileName.c_str(), request.moduleName.c_str(), in Dump()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dtask_notification_subscriber.cpp112 …&requestList, const std::shared_ptr<Notification::NotificationSortingMap> &sortingMap, int32_t del… in OnBatchCanceled()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_event_manager.h90 void OnBatchCanceled(const std::vector<std::shared_ptr<Notification>> &requestList,
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_subscriber.h109 virtual void OnBatchCanceled(const std::vector<std::shared_ptr<Notification>> &requestList,
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_notification_manager.h118 ErrCode GetCurrentDistributedNotification(std::vector<sptr<NotificationRequest>> &requestList);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h116 … OnBatchCanceled(const std::vector<std::shared_ptr<OHOS::Notification::Notification>> &requestList,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp358 const std::vector<std::shared_ptr<Notification>> &requestList, in OnBatchCanceled() argument
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp122 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
H A Dnotification_subscriber_manager_test.cpp65 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
H A Dadvanced_notification_service_branch_test.cpp131 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp90 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp68 … OnBatchCanceled(const std::vector<std::shared_ptr<OHOS::Notification::Notification>> &requestList, in OnBatchCanceled() argument
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_notification_manager.cpp436 std::vector<sptr<NotificationRequest>> &requestList) in GetCurrentDistributedNotification() argument
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c1624 HdfSListInit(&deviceObj->requestList); in RawRequestListInit()

12