Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp44 static constexpr uint32_t BG_MODE_ID_END = 9; variable
163 … if (asyncCallbackInfo->bgMode < BG_MODE_ID_BEGIN || asyncCallbackInfo->bgMode > BG_MODE_ID_END) { in CheckBackgroundMode()
171 …yncCallbackInfo->bgModes[i] < BG_MODE_ID_BEGIN || asyncCallbackInfo->bgModes[i] > BG_MODE_ID_END) { in CheckBackgroundMode()