Home
last modified time | relevance | path

Searched refs:CheckBgmodeTypeForInner (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h122 ErrCode CheckBgmodeTypeForInner(uint32_t requestedBgModeId);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_continuous_task_mgr_test.cpp970 EXPECT_EQ(bgContinuousTaskMgr_->CheckBgmodeTypeForInner(0), ERR_BGTASK_INVALID_BGMODE);
971 EXPECT_EQ(bgContinuousTaskMgr_->CheckBgmodeTypeForInner(1), ERR_OK);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp547 ErrCode BgContinuousTaskMgr::CheckBgmodeTypeForInner(uint32_t requestedBgModeId) in CheckBgmodeTypeForInner() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr
781 ret = CheckBgmodeTypeForInner(continuousTaskRecord->bgModeId_); in StartBackgroundRunningInner()