Home
last modified time | relevance | path

Searched refs:BG_MODE_ID_BEGIN (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.cpp43 static constexpr uint32_t BG_MODE_ID_BEGIN = 1; variable
163 … if (asyncCallbackInfo->bgMode < BG_MODE_ID_BEGIN || asyncCallbackInfo->bgMode > BG_MODE_ID_END) { in CheckBackgroundMode()
171 …if (asyncCallbackInfo->bgModes[i] < BG_MODE_ID_BEGIN || asyncCallbackInfo->bgModes[i] > BG_MODE_ID… in CheckBackgroundMode()