Home
last modified time | relevance | path

Searched refs:StopBackgroundRunningInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h93 …ErrCode StopBackgroundRunningInner(int32_t uid, const std::string &abilityName, int32_t abilityId);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp871 result = this->StopBackgroundRunningInner(uid, abilityName, abilityId); in StopBackgroundRunningForInner()
897 result = this->StopBackgroundRunningInner(callingUid, abilityName, abilityId); in StopBackgroundRunning()
903 ErrCode BgContinuousTaskMgr::StopBackgroundRunningInner(int32_t uid, const std::string &abilityName, in StopBackgroundRunningInner() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr