Home
last modified time | relevance | path

Searched refs:modeIter (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.cpp469 …auto modeIter = std::find(asyncCallbackInfo->bgModes.begin(), asyncCallbackInfo->bgModes.end(), in… in GetModes() local
470 if (modeIter == asyncCallbackInfo->bgModes.end()) { in GetModes()