Home
last modified time | relevance | path

Searched refs:SetCallBySystemApp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h146 void SetCallBySystemApp(bool callBySystemApp);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue_manager.cpp70 workStatus->workInfo_->SetCallBySystemApp(true); in AddWork()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp595 workInfo.SetCallBySystemApp(true);
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp151 void WorkInfo::SetCallBySystemApp(bool callBySystemApp) in SetCallBySystemApp() function in OHOS::WorkScheduler::WorkInfo