Home
last modified time | relevance | path

Searched refs:g_backgroundModes (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.cpp47 static std::vector<std::string> g_backgroundModes = { variable
466 auto it = std::find(g_backgroundModes.begin(), g_backgroundModes.end(), result); in GetModes()
467 if (it != g_backgroundModes.end()) { in GetModes()
468 auto index = std::distance(g_backgroundModes.begin(), it); in GetModes()