Searched refs:RequestStopBackgroundRunning (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/ |
H A D | background_task_mgr_helper.cpp | 36 ErrCode BackgroundTaskMgrHelper::RequestStopBackgroundRunning(const std::string &abilityName, in RequestStopBackgroundRunning() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrHelper 40 RequestStopBackgroundRunning(abilityName, abilityToken, abilityId); in RequestStopBackgroundRunning()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | background_task_mgr_helper.h | 58 static ErrCode RequestStopBackgroundRunning(const std::string &abilityName,
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/ |
H A D | background_task_manager.h | 94 …ErrCode RequestStopBackgroundRunning(const std::string &abilityName, const sptr<IRemoteObject> &ab…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/cj/background_task_mgr/ |
H A D | background_task_mgr_ffi.cpp | 82 return BackgroundTaskMgrHelper::RequestStopBackgroundRunning(info->name, token); in CJ_StopBackgroundRunning()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_manager.cpp | 140 ErrCode BackgroundTaskManager::RequestStopBackgroundRunning(const std::string &abilityName, in RequestStopBackgroundRunning() function in OHOS::BackgroundTaskMgr::BackgroundTaskManager
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/ |
H A D | bgtask_framework_unit_test.cpp | 191 …EXPECT_EQ(DelayedSingleton<BackgroundTaskManager>::GetInstance()->RequestStopBackgroundRunning("te… 194 …EXPECT_NE(DelayedSingleton<BackgroundTaskManager>::GetInstance()->RequestStopBackgroundRunning("te…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 237 EXPECT_NE(BackgroundTaskMgrHelper::RequestStopBackgroundRunning("test", nullptr, -1), ERR_OK);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | bg_continuous_task_napi_module.cpp | 681 …asyncCallbackInfo->errCode = BackgroundTaskMgrHelper::RequestStopBackgroundRunning(info->name, tok… in StopBackgroundRunningExecuteCB()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability.cpp | 1049 …return BackgroundTaskMgr::BackgroundTaskMgrHelper::RequestStopBackgroundRunning(abilityInfo_->name… in StopBackgroundRunning()
|