/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/ |
H A D | background_task_mgr_helper.cpp | 95 ErrCode BackgroundTaskMgrHelper::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, co… in StopContinuousTask() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrHelper 97 …return DelayedSingleton<BackgroundTaskManager>::GetInstance()->StopContinuousTask(uid, pid, taskTy… in StopContinuousTask()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/ |
H A D | bgtask_framework_abnormal_unit_test.cpp | 370 EXPECT_EQ(backgroundTaskMgrProxy.StopContinuousTask(1, 1, 1, ""), ERR_BGTASK_PARCELABLE_FAILED); 374 EXPECT_EQ(backgroundTaskMgrProxy.StopContinuousTask(1, 1, 1, ""), ERR_BGTASK_PARCELABLE_FAILED); 378 EXPECT_EQ(backgroundTaskMgrProxy.StopContinuousTask(1, 1, 1, ""), ERR_BGTASK_PARCELABLE_FAILED); 382 EXPECT_EQ(backgroundTaskMgrProxy.StopContinuousTask(1, 1, 1, ""), ERR_BGTASK_TRANSACT_FAILED); 386 EXPECT_EQ(backgroundTaskMgrProxy.StopContinuousTask(1, 1, 1, ""), ERR_BGTASK_TRANSACT_FAILED);
|
H A D | bgtask_framework_unit_test.cpp | 314 … EXPECT_EQ(DelayedSingleton<BackgroundTaskManager>::GetInstance()->StopContinuousTask(1, 1, 1, ""), 317 …EXPECT_EQ(DelayedSingleton<BackgroundTaskManager>::GetInstance()->StopContinuousTask(1, 1, 1, ""),…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | background_task_mgr_helper.h | 136 …static ErrCode StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string &…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_manager.cpp | 280 ErrCode BackgroundTaskManager::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, cons… in StopContinuousTask() function in OHOS::BackgroundTaskMgr::BackgroundTaskManager 285 return proxy_->StopContinuousTask(uid, pid, taskType, key); in StopContinuousTask()
|
H A D | background_task_mgr_stub.cpp | 454 ErrCode result = StopContinuousTask(uid, pid, taskType, key); in HandleStopContinuousTask()
|
H A D | background_task_mgr_proxy.cpp | 467 ErrCode BackgroundTaskMgrProxy::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, con… in StopContinuousTask() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrProxy
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/ |
H A D | background_task_manager.h | 178 ErrCode StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string &key);
|
H A D | ibackground_task_mgr.h | 180 …virtual ErrCode StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string …
|
H A D | background_task_mgr_proxy.h | 172 …ErrCode StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string &key) ov…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/bgtask_manager_abnormal_unit_test/ |
H A D | bgtask_manager_abnormal_unit_test.cpp | 73 …EXPECT_EQ(BackgroundTaskMgrService_->StopContinuousTask(1, 1, 1, ""), ERR_BGTASK_PERMISSION_DENIED…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/ |
H A D | background_task_mgr_service.cpp | 259 ErrCode BackgroundTaskMgrService::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, in StopContinuousTask() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrService 266 BgContinuousTaskMgr::GetInstance()->StopContinuousTask(uid, pid, taskType, key); in StopContinuousTask()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bg_continuous_task_mgr_test.cpp | 472 bgContinuousTaskMgr_->StopContinuousTask(1, 1, 1, ""); 474 bgContinuousTaskMgr_->StopContinuousTask(-1, 1, 1, ""); 476 bgContinuousTaskMgr_->StopContinuousTask(1, 1, 1, ""); 496 bgContinuousTaskMgr_->StopContinuousTask(-1, 1, 1, ""); 504 bgContinuousTaskMgr_->StopContinuousTask(1, 1, 1, "");
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/include/ |
H A D | background_task_mgr_service.h | 81 …ErrCode StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string &key) ov…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | bg_continuous_task_mgr.h | 83 void StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string &key);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 362 EXPECT_EQ((int32_t)BackgroundTaskMgrHelper::StopContinuousTask(1, 1, 1, ""), (int32_t)ERR_OK);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | bg_continuous_task_mgr.cpp | 924 void BgContinuousTaskMgr::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std… in StopContinuousTask() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr
|