Home
last modified time | relevance | path

Searched refs:GetTaskCount (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/ffrt/test/ut/
H A Dcpu_monitor_test.cpp73 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in TEST_F()
92 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in TEST_F()
111 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in TEST_F()
130 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1), in TEST_F()
150 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in TEST_F()
168 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in TEST_F()
186 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in TEST_F()
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dscpuworker_manager.cpp126 int taskCount = GetTaskCount(QoS(qos)); in AddDelayedTask()
166 bool taskExistence = GetTaskCount(thread->GetQos()); in WorkerIdleAction()
185 return tearDown || GetTaskCount(thread->GetQos()) || in WorkerIdleAction()
H A Dcpu_monitor.cpp332 size_t taskCount = static_cast<size_t>(monitor->GetOps().GetTaskCount(qos)); in HandleTaskNotifyDefault()
353 int taskCount = monitor->ops.GetTaskCount(qos); in HandleTaskNotifyConservative()
398 int taskCount = monitor->ops.GetTaskCount(qos); in HandleTaskNotifyUltraConservative()
H A Dcpu_manager_strategy.h57 std::function<int (const QoS& qos)> GetTaskCount; member
H A Dcpuworker_manager.cpp82 int CPUWorkerManager::GetTaskCount(const QoS& qos) in GetTaskCount() function in ffrt::CPUWorkerManager
143 int expectedTask = GetTaskCount(thread->GetQos()) / wakedWorkerNum - 1; in PickUpTaskBatch()
H A Dcpuworker_manager.h78 int GetTaskCount(const QoS& qos);
H A Dcpu_manager_strategy.cpp79 [pIns] (const QoS& qos) { return pIns->GetTaskCount(qos); }, in CreateCPUMonitor()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/
H A Dtask_registry.cpp105 size_t TaskRegistry::GetTaskCount(TaskGroupHandle handle) in GetTaskCount() function in OHOS::CameraStandard::DeferredProcessing::TaskRegistry
114 return it->second->GetTaskCount(); in GetTaskCount()
H A Dtask_manager.cpp153 return taskRegistry_->GetTaskCount(defaultTaskHandle_) == 0; in IsEmpty()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp53 int32_t GetTaskCount();
130 int32_t WindowSessionTest2::GetTaskCount() in GetTaskCount() function in OHOS::Rosen::WindowSessionTest2
1639 int32_t beforeTaskNum = GetTaskCount();
1642 ASSERT_EQ(beforeTaskNum, GetTaskCount());
1658 int32_t beforeTaskNum = GetTaskCount();
1661 ASSERT_EQ(beforeTaskNum, GetTaskCount());
1678 int32_t beforeTaskNum = GetTaskCount();
1716 int32_t beforeTaskNum = GetTaskCount();
1740 int32_t beforeTaskNum = GetTaskCount();
1769 int32_t beforeTaskNum = GetTaskCount();
[all …]
H A Dscene_session_manager_lifecycle_test2.cpp54 int32_t GetTaskCount(sptr<SceneSession>& session);
104 int32_t SceneSessionManagerLifecycleTest2::GetTaskCount(sptr<SceneSession>& session) in GetTaskCount() function in OHOS::Rosen::SceneSessionManagerLifecycleTest2
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp276 int32_t SyncerProxy::GetTaskCount() in GetTaskCount() function in DistributedDB::SyncerProxy
282 return syncer_->GetTaskCount(); in GetTaskCount()
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dqueue_task_handler_wrap.h34 uint64_t GetTaskCount() override;
H A Dqueue_task_handler_wrap.cpp54 uint64_t QueueTaskHandlerWrap::GetTaskCount() in GetTaskCount() function in OHOS::AAFwk::QueueTaskHandlerWrap
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/task_group/
H A Ditask_group.h39 virtual size_t GetTaskCount() = 0;
H A Dbase_task_group.h40 size_t GetTaskCount() override;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/
H A Dtask_registry.h41 size_t GetTaskCount(TaskGroupHandle handle);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.h46 int32_t GetTaskCount() override;
H A Dsync_able_kvdb_connection.cpp371 int32_t SyncAbleKvDBConnection::GetTaskCount() in GetTaskCount() function in DistributedDB::SyncAbleKvDBConnection
378 return kvDB->GetTaskCount(); in GetTaskCount()
H A Dsync_able_kvdb.h109 int32_t GetTaskCount();
H A Dgeneric_kvdb_connection.h96 int32_t GetTaskCount() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Dsyncer_proxy.h120 int32_t GetTaskCount() override;
H A Disyncer.h137 virtual int32_t GetTaskCount() = 0;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/task_group/
H A Dbase_task_group.cpp82 size_t BaseTaskGroup::GetTaskCount() in GetTaskCount() function in OHOS::CameraStandard::DeferredProcessing::BaseTaskGroup
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dtask_handler_wrap.h108 virtual uint64_t GetTaskCount() in GetTaskCount() function

12