Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dcontinuous_task_record.h49 bool IsNewApi() const;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dcontinuous_task_record.cpp68 bool ContinuousTaskRecord::IsNewApi() const in IsNewApi() function in OHOS::BackgroundTaskMgr::ContinuousTaskRecord
H A Dbg_continuous_task_mgr.cpp1169 stream << "\t\tisFromNewApi: " << (iter->second->IsNewApi() ? "true" : "false") << "\n"; in DumpAllTaskInfo()
1171 iter->second->GetBgModeId(), iter->second->IsNewApi())] << "\n"; in DumpAllTaskInfo()