Home
last modified time | relevance | path

Searched refs:RequestStopBackgroundRunning (Results 1 - 9 of 9) sorted by relevance

/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dbackground_task_mgr_helper.cpp36 ErrCode BackgroundTaskMgrHelper::RequestStopBackgroundRunning(const std::string &abilityName, in RequestStopBackgroundRunning() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrHelper
40 RequestStopBackgroundRunning(abilityName, abilityToken, abilityId); in RequestStopBackgroundRunning()
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dbackground_task_mgr_helper.h58 static ErrCode RequestStopBackgroundRunning(const std::string &abilityName,
/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_manager.h94 ErrCode RequestStopBackgroundRunning(const std::string &abilityName, const sptr<IRemoteObject> &abilityToken,
/foundation/resourceschedule/background_task_mgr/interfaces/kits/cj/background_task_mgr/
H A Dbackground_task_mgr_ffi.cpp82 return BackgroundTaskMgrHelper::RequestStopBackgroundRunning(info->name, token); in CJ_StopBackgroundRunning()
/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_manager.cpp123 ErrCode BackgroundTaskManager::RequestStopBackgroundRunning(const std::string &abilityName, in RequestStopBackgroundRunning() function in OHOS::BackgroundTaskMgr::BackgroundTaskManager
126 HitraceScoped traceScoped(HITRACE_TAG_OHOS, "BackgroundTaskManager::RequestStopBackgroundRunning"); in RequestStopBackgroundRunning()
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp191 * @tc.desc: test RequestStopBackgroundRunning.
200 EXPECT_EQ(DelayedSingleton<BackgroundTaskManager>::GetInstance()->RequestStopBackgroundRunning("test", nullptr, -1), in HWTEST_F()
204 EXPECT_NE(DelayedSingleton<BackgroundTaskManager>::GetInstance()->RequestStopBackgroundRunning("test", nullptr, -1), in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
H A Dbgtask_client_unit_test.cpp231 * @tc.desc: test RequestStopBackgroundRunning interface.
237 EXPECT_NE(BackgroundTaskMgrHelper::RequestStopBackgroundRunning("test", nullptr, -1), ERR_OK); in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp659 asyncCallbackInfo->errCode = BackgroundTaskMgrHelper::RequestStopBackgroundRunning(info->name, token, abilityId); in StopBackgroundRunningExecuteCB()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp1051 return BackgroundTaskMgr::BackgroundTaskMgrHelper::RequestStopBackgroundRunning(abilityInfo_->name, GetToken()); in StopBackgroundRunning()

Completed in 10 milliseconds