Searched refs:GetWorkerCount (Results 1 - 7 of 7) sorted by relevance
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_cpumonitor.cpp | 47 virtual int GetWorkerCount(const QoS& qos) in GetWorkerCount() function in WorkerManager 64 MOCK_METHOD1(GetWorkerCount, int(const QoS&)); 94 std::bind(&MockWorkerManager::GetWorkerCount, &mWmanager, std::placeholders::_1), in HWTEST_F() 106 EXPECT_CALL(mWmanager, GetWorkerCount(qos)).WillRepeatedly(Return(5)); in HWTEST_F() 125 std::bind(&MockWorkerManager::GetWorkerCount, &mWmanager, std::placeholders::_1)}); in HWTEST_F() 156 std::bind(&MockWorkerManager::GetWorkerCount, &mWmanager, std::placeholders::_1) }); in HWTEST_F() 178 std::bind(&MockWorkerManager::GetWorkerCount, &mWmanager, std::placeholders::_1) }); in HWTEST_F()
|
H A D | ut_worker_manager.cpp | 84 cm->GetWorkerCount(*qos); in HWTEST_F() 178 std::bind(&SCPUWorkerManager::GetWorkerCount, manager, std::placeholders::_1), in HWTEST_F() 206 std::bind(&SCPUWorkerManager::GetWorkerCount, manager, std::placeholders::_1), in HWTEST_F()
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | cpu_manager_interface.h | 63 std::function<int (const QoS& qos)> GetWorkerCount; member
|
H A D | cpuworker_manager.h | 80 int GetWorkerCount(const QoS& qos);
|
H A D | cpuworker_manager.cpp | 86 int CPUWorkerManager::GetWorkerCount(const QoS& qos) in GetWorkerCount() function in ffrt::CPUWorkerManager
|
H A D | scpuworker_manager.cpp | 264 [pIns] (const QoS& qos) { return pIns->GetWorkerCount(qos); }, in CreateCPUMonitor()
|
/foundation/resourceschedule/ffrt/test/ut/ |
H A D | cpu_monitor_test.cpp | 154 std::bind(&SCPUWorkerManager::GetWorkerCount, it, std::placeholders::_1), in HWTEST_F()
|
Completed in 4 milliseconds