Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Dcommon_utils.h36 static bool CheckExistMode(const std::vector<uint32_t> &bgModeIds, uint32_t bgMode) in CheckExistMode() function
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp742 if (CommonUtils::CheckExistMode(oldModes, BackgroundMode::DATA_TRANSFER) && in UpdateBackgroundRunningInner()
743 … CommonUtils::CheckExistMode(continuousTaskRecord->bgModeIds_, BackgroundMode::DATA_TRANSFER)) { in UpdateBackgroundRunningInner()
1572 if (!CommonUtils::CheckExistMode(record->bgModeIds_, BackgroundMode::DATA_TRANSFER)) { in OnConfigurationChanged()
1592 …if (record->isFromWebview_ && CommonUtils::CheckExistMode(record->bgModeIds_, BackgroundMode::VOIP… in HandleVoipTaskRemove()