Home
last modified time | relevance | path

Searched refs:RemoveRequest (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp353 decisionMaker->RemoveRequest(nullptr, -1);
355 decisionMaker->RemoveRequest(keyInfo, -1);
361 decisionMaker->RemoveRequest(keyInfo, -1);
362 decisionMaker->RemoveRequest(keyInfo, 1);
486 pkgDelaySuspendInfo->RemoveRequest(1);
487 pkgDelaySuspendInfo->RemoveRequest(1);
488 pkgDelaySuspendInfo->RemoveRequest(2);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dpkg_delay_suspend_info.h40 void RemoveRequest(const int32_t requestId);
H A Ddecision_maker.h48 void RemoveRequest(const std::shared_ptr<KeyInfo>& key, const int32_t requestId);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dpkg_delay_suspend_info.cpp63 void PkgDelaySuspendInfo::RemoveRequest(const int32_t requestId) in RemoveRequest() function in OHOS::BackgroundTaskMgr::PkgDelaySuspendInfo
H A Ddecision_maker.cpp274 void DecisionMaker::RemoveRequest(const std::shared_ptr<KeyInfo>& key, const int32_t requestId) in RemoveRequest() function in OHOS::BackgroundTaskMgr::DecisionMaker
285 pkgInfo->RemoveRequest(requestId); in RemoveRequest()
H A Dbg_transient_task_mgr.cpp397 decisionMaker_->RemoveRequest(keyInfoMap_[requestId], requestId); in CancelSuspendDelayLocked()
504 decisionMaker_->RemoveRequest(keyInfoIter->second, keyInfoIter->first); in HandleExpiredCallbackDeath()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dvideo_post_processor.h45 void RemoveRequest(const std::string& videoId);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/
H A Ddeferred_video_processor.cpp61 DP_CHECK_EXECUTE(!restorable, postProcessor_->RemoveRequest(videoId)); in RemoveVideo()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp185 void VideoPostProcessor::RemoveRequest(const std::string& videoId) in RemoveRequest() function in OHOS::CameraStandard::DeferredProcessing::VideoPostProcessor