Home
last modified time | relevance | path

Searched refs:GetRunningWorks (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_queue.h120 std::list<std::shared_ptr<WorkInfo>> GetRunningWorks();
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp213 std::list<std::shared_ptr<WorkInfo>> WorkQueue::GetRunningWorks() in GetRunningWorks() function in OHOS::WorkScheduler::WorkQueue
H A Dwork_policy_manager.cpp549 std::list<std::shared_ptr<WorkInfo>> workList = it->second->GetRunningWorks(); in GetAllRunningWorks()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_queue_test.cpp420 * @tc.desc: Test WorkQueue GetRunningWorks.
435 EXPECT_TRUE(workQueue_->GetRunningWorks().size() == 1); in HWTEST_F()

Completed in 5 milliseconds