Home
last modified time | relevance | path

Searched refs:ERR_BGTASK_NOT_SYSTEM_APP (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/common/include/
H A Dbgtaskmgr_inner_errors.h39 ERR_BGTASK_NOT_SYSTEM_APP = 202, enumerator
101 {ERR_BGTASK_NOT_SYSTEM_APP,
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp331 return ERR_BGTASK_NOT_SYSTEM_APP; in ApplyEfficiencyResources()
532 return ERR_BGTASK_NOT_SYSTEM_APP; in ResetAllEfficiencyResources()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_continuous_task_mgr_test.cpp385 true, NO_SYSTEM_APP_TOKEN_ID), ERR_BGTASK_NOT_SYSTEM_APP);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp490 return ERR_BGTASK_NOT_SYSTEM_APP; in CheckBgmodeType()