Home
last modified time | relevance | path

Searched refs:StopContinuousTask (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dbackground_task_mgr_helper.cpp95 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 Dbgtask_framework_abnormal_unit_test.cpp370 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 Dbgtask_framework_unit_test.cpp314 … 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 Dbackground_task_mgr_helper.h136 …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 Dbackground_task_manager.cpp280 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 Dbackground_task_mgr_stub.cpp454 ErrCode result = StopContinuousTask(uid, pid, taskType, key); in HandleStopContinuousTask()
H A Dbackground_task_mgr_proxy.cpp467 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 Dbackground_task_manager.h178 ErrCode StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string &key);
H A Dibackground_task_mgr.h180 …virtual ErrCode StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std::string …
H A Dbackground_task_mgr_proxy.h172 …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 Dbgtask_manager_abnormal_unit_test.cpp73 …EXPECT_EQ(BackgroundTaskMgrService_->StopContinuousTask(1, 1, 1, ""), ERR_BGTASK_PERMISSION_DENIED…
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/
H A Dbackground_task_mgr_service.cpp259 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 Dbg_continuous_task_mgr_test.cpp472 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 Dbackground_task_mgr_service.h81 …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 Dbg_continuous_task_mgr.h83 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 Dbgtask_client_unit_test.cpp362 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 Dbg_continuous_task_mgr.cpp924 void BgContinuousTaskMgr::StopContinuousTask(int32_t uid, int32_t pid, uint32_t taskType, const std… in StopContinuousTask() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr